Trace number 3754398

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.05 1800.42

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-33-100-0.wbo
MD5SUM0f4cdf827473fd69202dfaa2ec82572c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.678895
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints13064
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 665815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 665814
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.19	c run usual solver
0.97/1.09	o 7864
0.97/1.09	c current bound: 3932
0.97/1.09	c fallback to adder encoding
424.76/424.95	o 3932
424.76/424.95	c current bound: 1966
424.76/424.95	c fallback to adder encoding
1481.91/1482.27	o 1966
1481.91/1482.27	c current bound: 983
1481.91/1482.27	c fallback to adder encoding
1792.64/1793.88	o 983
1792.64/1793.88	c current bound: 491
1792.64/1793.88	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754398-1339189309/watcher-3754398-1339189309 -o /tmp/evaluation-result-3754398-1339189309/solver-3754398-1339189309 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754398-1339189309.wbo 757671236 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 26796
/proc/meminfo: memFree=31537656/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0

[startup+0.0675321 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 26796
/proc/meminfo: memFree=31537656/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100391 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 26796
/proc/meminfo: memFree=31537656/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300295 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 26796
/proc/meminfo: memFree=31537656/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 26796
/proc/meminfo: memFree=31537656/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.95 1.99 1.99 3/184 26803
/proc/meminfo: memFree=31518880/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=75056 CPUtime=1.47 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) R 26796 26796 24582 0 -1 4202496 9914 12961 0 0 58 10 76 3 20 0 1 0 385055991 76857344 16915 33554432000 4194304 6006132 140736762573008 140736762566112 5056689 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26797/statm: 18764 16915 179 443 0 18317 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84204

[startup+3.10037 s]
/proc/loadavg: 1.95 1.99 1.99 3/182 26808
/proc/meminfo: memFree=31398644/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 182508

[startup+6.30036 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 26810
/proc/meminfo: memFree=30981812/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=315572 CPUtime=3.26 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 51034 0 0 0 310 16 0 0 20 0 1 0 385056294 323145728 69493 33554432000 4194304 5208918 140735057897600 140735057895560 4210888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 78893 69493 104 248 0 78642 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 507228

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 26810
/proc/meminfo: memFree=30985856/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=315704 CPUtime=9.66 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 51090 0 0 0 950 16 0 0 20 0 1 0 385056294 323280896 70060 33554432000 4194304 5208918 140735057897600 140735057895448 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 78926 70060 104 248 0 78675 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 507360

[startup+25.5005 s]
/proc/loadavg: 2.02 2.00 2.00 3/183 26810
/proc/meminfo: memFree=30985244/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=316860 CPUtime=22.45 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 51338 0 0 0 2229 16 0 0 20 0 1 0 385056294 324464640 70308 33554432000 4194304 5208918 140735057897600 140735057895448 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 79215 70308 105 248 0 78964 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 508516

[startup+51.1005 s]
/proc/loadavg: 2.02 2.00 2.00 3/183 26810
/proc/meminfo: memFree=30982576/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=317648 CPUtime=48.05 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 51529 0 0 0 4789 16 0 0 20 0 1 0 385056294 325271552 71010 33554432000 4194304 5208918 140735057897600 140735057895560 4229273 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 79412 71010 105 248 0 79161 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 509304

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26810
/proc/meminfo: memFree=30975628/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=319772 CPUtime=99.25 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 52047 0 0 0 9909 16 0 0 20 0 1 0 385056294 327446528 72039 33554432000 4194304 5208918 140735057897600 140735057895560 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 79943 72039 105 248 0 79692 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 511428

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26810
/proc/meminfo: memFree=30973924/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=173360 CPUtime=2.98 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 11673 12961 0 0 187 32 76 3 20 0 1 0 385055991 177520640 38932 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 43340 38932 180 443 0 42893 0
[pid=26809] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26809/stat : 26809 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385056294 9367552 266 33554432000 4194304 5064252 140736355335296 140736355334208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26809/statm: 2287 266 226 213 0 72 0
[pid=26810] ppid=26809 vsize=320344 CPUtime=159.22 cores=1,3,5,7
/proc/26810/stat : 26810 (glucose) R 26809 26796 24582 0 -1 4202496 52239 0 0 0 15906 16 0 0 20 0 1 0 385056294 328032256 72223 33554432000 4194304 5208918 140735057897600 140735057893976 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26810/statm: 80086 72223 105 248 0 79835 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 512000

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26811
/proc/meminfo: memFree=30966212/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7

################
# More data... #
################

/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 18205 74061 0 0 339 54 42197 67 20 0 1 0 385055991 159072256 31888 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 31888 180 443 0 38389 0
[pid=26824] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26824/stat : 26824 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385098659 9367552 267 33554432000 4194304 5064252 140733298722016 140733298720928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26824/statm: 2287 267 226 213 0 72 0
[pid=26825] ppid=26824 vsize=299488 CPUtime=935.45 cores=1,3,5,7
/proc/26825/stat : 26825 (glucose) R 26824 26796 24582 0 -1 4202496 50560 0 0 0 93528 17 0 0 20 0 1 0 385098660 306675712 66721 33554432000 4194304 5208918 140733981285152 140733981283000 4205672 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 74872 66721 104 248 0 74621 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 473128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26955
/proc/meminfo: memFree=30491984/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=426.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 18205 74061 0 0 339 54 42197 67 20 0 1 0 385055991 159072256 31888 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 31888 180 443 0 38389 0
[pid=26824] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26824/stat : 26824 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385098659 9367552 267 33554432000 4194304 5064252 140733298722016 140733298720928 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26824/statm: 2287 267 226 213 0 72 0
[pid=26825] ppid=26824 vsize=300028 CPUtime=995.45 cores=1,3,5,7
/proc/26825/stat : 26825 (glucose) R 26824 26796 24582 0 -1 4202496 50700 0 0 0 99528 17 0 0 20 0 1 0 385098660 307228672 66861 33554432000 4194304 5208918 140733981285152 140733981283048 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 75007 66861 104 248 0 74756 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 473668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26958
/proc/meminfo: memFree=30737804/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=24272 CPUtime=1482.01 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) R 26796 26796 24582 0 -1 4202496 20227 132053 0 0 341 54 147680 126 20 0 1 0 385055991 24854528 5720 33554432000 4194304 6006132 140736762573008 140736762564992 4969855 0 0 4096 0 0 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 6068 5720 180 443 0 5621 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 33420

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26962
/proc/meminfo: memFree=30540264/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=1483.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 26327 132053 0 0 477 74 147680 126 20 0 1 0 385055991 159072256 29328 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 29328 180 443 0 38389 0
[pid=26961] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26961/stat : 26961 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385204376 9367552 267 33554432000 4194304 5064252 140733394728960 140733394727872 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 2287 267 226 213 0 72 0
[pid=26962] ppid=26961 vsize=287876 CPUtime=58.42 cores=1,3,5,7
/proc/26962/stat : 26962 (glucose) R 26961 26796 24582 0 -1 4202496 46569 0 0 0 5827 15 0 0 20 0 1 0 385204376 294785024 59450 33554432000 4194304 5208918 140737412841664 140737412839512 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26962/statm: 71969 59450 104 248 0 71718 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 461516

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26962
/proc/meminfo: memFree=30537484/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=1483.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 26327 132053 0 0 477 74 147680 126 20 0 1 0 385055991 159072256 29328 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 29328 180 443 0 38389 0
[pid=26961] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26961/stat : 26961 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385204376 9367552 267 33554432000 4194304 5064252 140733394728960 140733394727872 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 2287 267 226 213 0 72 0
[pid=26962] ppid=26961 vsize=289024 CPUtime=118.41 cores=1,3,5,7
/proc/26962/stat : 26962 (glucose) R 26961 26796 24582 0 -1 4202496 46843 0 0 0 11826 15 0 0 20 0 1 0 385204376 295960576 59724 33554432000 4194304 5208918 140737412841664 140737412839416 4211188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26962/statm: 72256 59724 104 248 0 72005 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 462664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26962
/proc/meminfo: memFree=30531712/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=1483.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 26327 132053 0 0 477 74 147680 126 20 0 1 0 385055991 159072256 29328 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 29328 180 443 0 38389 0
[pid=26961] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26961/stat : 26961 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385204376 9367552 267 33554432000 4194304 5064252 140733394728960 140733394727872 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 2287 267 226 213 0 72 0
[pid=26962] ppid=26961 vsize=290020 CPUtime=178.41 cores=1,3,5,7
/proc/26962/stat : 26962 (glucose) R 26961 26796 24582 0 -1 4202496 47087 0 0 0 17825 16 0 0 20 0 1 0 385204376 296980480 60479 33554432000 4194304 5208918 140737412841664 140737412839416 4205761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26962/statm: 72505 60479 104 248 0 72254 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 463660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26966
/proc/meminfo: memFree=30527704/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=1483.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 26327 132053 0 0 477 74 147680 126 20 0 1 0 385055991 159072256 29328 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 29328 180 443 0 38389 0
[pid=26961] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26961/stat : 26961 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385204376 9367552 267 33554432000 4194304 5064252 140733394728960 140733394727872 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 2287 267 226 213 0 72 0
[pid=26962] ppid=26961 vsize=290544 CPUtime=238.39 cores=1,3,5,7
/proc/26962/stat : 26962 (glucose) R 26961 26796 24582 0 -1 4202496 47215 0 0 0 23823 16 0 0 20 0 1 0 385204376 297517056 60602 33554432000 4194304 5208918 140737412841664 140737412839624 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26962/statm: 72636 60602 104 248 0 72385 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 464184

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 26966
/proc/meminfo: memFree=30525084/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=155344 CPUtime=1483.57 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 26327 132053 0 0 477 74 147680 126 20 0 1 0 385055991 159072256 29328 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38836 29328 180 443 0 38389 0
[pid=26961] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26961/stat : 26961 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385204376 9367552 267 33554432000 4194304 5064252 140733394728960 140733394727872 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 2287 267 226 213 0 72 0
[pid=26962] ppid=26961 vsize=290940 CPUtime=298.38 cores=1,3,5,7
/proc/26962/stat : 26962 (glucose) R 26961 26796 24582 0 -1 4202496 47309 0 0 0 29822 16 0 0 20 0 1 0 385204376 297922560 60742 33554432000 4194304 5208918 140737412841664 140737412839512 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26962/statm: 72735 60742 104 248 0 72484 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 464580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 26973
/proc/meminfo: memFree=30579468/32873844 swapFree=7124/7124
[pid=26796] ppid=26794 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (npSolver-wbo-I.) S 26794 26796 24582 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385055991 9367552 274 33554432000 4194304 5064252 140733802844688 140733802843600 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26796/statm: 2287 274 233 213 0 72 0
[pid=26797] ppid=26796 vsize=153712 CPUtime=1794.96 cores=1,3,5,7
/proc/26797/stat : 26797 (npSolver-wbo) S 26796 26796 24582 0 -1 4202496 34098 186740 0 0 600 93 178621 182 20 0 1 0 385055991 157401088 26360 33554432000 4194304 6006132 140736762573008 140736762564416 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/26797/statm: 38428 26360 180 443 0 37981 0
[pid=26972] ppid=26797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (satsolver.sh) S 26797 26796 24582 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385235521 9367552 267 33554432000 4194304 5064252 140733222740672 140733222739584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26972/statm: 2287 267 226 213 0 72 0
[pid=26973] ppid=26972 vsize=233364 CPUtime=5.09 cores=1,3,5,7
/proc/26973/stat : 26973 (glucose) R 26972 26796 24582 0 -1 4202496 42332 0 0 0 498 11 0 0 20 0 1 0 385235521 238964736 52372 33554432000 4194304 5208918 140737175736736 140737175734408 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26973/statm: 58341 52372 104 248 0 58090 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 405372

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26796 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=219541
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=770578
# CPU time returned by wait4() is 1794.99
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1797.19
CPU system time (s): 2.86
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 628328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.22
system time used= 2.77058
maximum resident set size= 373668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221818
page faults= 0
swaps= 0
block input operations= 8
block output operations= 821120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3474
involuntary context switches= 1898

runsolver used 3.10453 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 23:01:49
IDJOB=3754398
IDBENCH=79050
IDSOLVER=2338
FILE ID=node138/3754398-1339189309
RUNJOBID= node138-1339183693-25760
PBS_JOBID= 14643811
Free space on /tmp= 70624 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754398-1339189309/watcher-3754398-1339189309 -o /tmp/evaluation-result-3754398-1339189309/solver-3754398-1339189309 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754398-1339189309.wbo 757671236 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0f4cdf827473fd69202dfaa2ec82572c
RANDOM SEED=757671236

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31537556 kB
Buffers:          121692 kB
Cached:           124580 kB
SwapCached:        12156 kB
Active:           467296 kB
Inactive:          39008 kB
Active(anon):     248348 kB
Inactive(anon):    14340 kB
Active(file):     218948 kB
Inactive(file):    24668 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67088836 kB
Dirty:              9268 kB
Writeback:             0 kB
AnonPages:        266368 kB
Mapped:             9724 kB
Shmem:                 0 kB
Slab:             686380 kB
SReclaimable:     126760 kB
SUnreclaim:       559620 kB
KernelStack:        1560 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     410260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70408 MiB
End job on node138 at 2012-06-08 23:31:50