Trace number 3715852

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-topdown-quickBound? (TO) 1801.77 1805.17

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl--soft-0-100-0.wbo
MD5SUM6ff5f6256885ce59e20b34ff1a5caecf
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark37.7973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables49621
Total number of constraints138346
Number of soft constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 6988328
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6988327
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

89.27/89.31	c run usual solver
188.47/189.08	o 43858
188.47/189.08	c starting approximation
188.47/189.08	c factor = 2
188.47/189.08	c factor still to low - shrinking to 18924.3
188.47/189.08	c approx number of clauses: 1e+06
188.47/189.09	c current bound: 21929
720.91/721.53	c current bound: 21929
1246.78/1248.19	c current bound: 21929
1771.20/1772.92	c current bound: 21929
1801.77/1805.16	c error: unexpected solver exit code
1801.77/1805.16	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-3715852-1338213007/watcher-3715852-1338213007 -o /tmp/evaluation-result-3715852-1338213007/solver-3715852-1338213007 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715852-1338213007.wbo 1402507960 HOME HOME 

running on 4 cores: 0,2,4,6

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: 2.52 2.47 2.34 2/180 30092
/proc/meminfo: memFree=21097564/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0

[startup+0.0844761 s]
/proc/loadavg: 2.52 2.47 2.34 2/180 30092
/proc/meminfo: memFree=21097564/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.52 2.47 2.34 2/180 30092
/proc/meminfo: memFree=21097564/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.52 2.47 2.34 2/180 30092
/proc/meminfo: memFree=21097564/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.52 2.47 2.34 2/180 30092
/proc/meminfo: memFree=21097564/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.52 2.47 2.34 3/183 30097
/proc/meminfo: memFree=25000456/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 3115 0 0 0 148 1 0 0 20 0 1 0 287428058 35713024 5131 33554432000 4194304 5990268 140735384369936 140735384365176 4373828 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 8719 5131 137 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10031 s]
/proc/loadavg: 2.52 2.47 2.34 3/183 30097
/proc/meminfo: memFree=24954220/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=67644 CPUtime=3.08 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 3653 0 0 0 306 2 0 0 20 0 1 0 287428058 69267456 10763 33554432000 4194304 5990268 140735384369936 140735384365176 4766504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 16911 10763 137 439 0 16468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76792

[startup+6.30027 s]
/proc/loadavg: 2.48 2.46 2.33 3/183 30097
/proc/meminfo: memFree=24821476/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=133180 CPUtime=6.29 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 4218 0 0 0 625 4 0 0 20 0 1 0 287428058 136376320 22027 33554432000 4194304 5990268 140735384369936 140735384365176 4766974 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 33295 22027 137 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.52 2.47 2.34 3/180 30098
/proc/meminfo: memFree=24761884/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=264252 CPUtime=12.68 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 4836 0 0 0 1261 7 0 0 20 0 1 0 287428058 270594048 44043 33554432000 4194304 5990268 140735384369936 140735384365048 4766703 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 66063 44043 137 439 0 65620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 2.56 2.48 2.34 3/182 30101
/proc/meminfo: memFree=21284176/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=527340 CPUtime=25.48 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 5725 0 0 0 2535 13 0 0 20 0 1 0 287428058 539996160 89261 33554432000 4194304 5990268 140735384369936 140735384365176 4807373 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 131835 89261 137 439 0 131392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 536488

[startup+51.1003 s]
/proc/loadavg: 2.58 2.48 2.35 3/182 30104
/proc/meminfo: memFree=23258512/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2134408 CPUtime=51.07 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 14233 0 0 0 5044 63 0 0 20 0 1 0 287428058 2185633792 401744 33554432000 4194304 5990268 140735384369936 140735384365816 4548675 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 533602 401744 145 439 0 533159 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2143556

[startup+102.307 s]
/proc/loadavg: 2.61 2.50 2.36 3/183 30117
/proc/meminfo: memFree=20475248/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2134408 CPUtime=89.52 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 15050 0 0 0 8735 217 0 0 20 0 1 0 287428058 2185633792 428376 33554432000 4194304 5990268 140735384369936 140735384363088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 533602 428376 153 439 0 533159 0
[pid=30112] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30112/stat : 30112 (cp2_pre.sh) S 30093 30092 1843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287437012 9367552 277 33554432000 4194304 5064252 140737245661184 140737245659888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30112/statm: 2287 277 234 213 0 72 0
[pid=30113] ppid=30112 vsize=1440148 CPUtime=12.74 cores=0,2,4,6
/proc/30113/stat : 30113 (coprocessor) R 30112 30092 1843 0 -1 4202496 110031 0 0 0 1210 64 0 0 20 0 1 0 287437012 1474711552 312071 33554432000 4194304 6586260 140736368233664 140736368229416 5075552 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/30113/statm: 360037 312071 158 584 0 359449 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3592852

[startup+162.3 s]
/proc/loadavg: 2.88 2.60 2.40 3/183 30130
/proc/meminfo: memFree=18499004/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2167292 CPUtime=162.1 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) R 30092 30092 1843 0 -1 4202496 19116 297320 0 0 8762 234 6845 369 20 0 1 0 287428058 2219307008 436601 33554432000 4194304 5990268 140735384369936 140735384363560 5177872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30093/statm: 541823 436601 157 439 0 541380 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 2176440

[startup+222.3 s]
/proc/loadavg: 2.97 2.67 2.44 3/183 30144
/proc/meminfo: memFree=19798100/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2167296 CPUtime=188.72 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 21328 297836 0 0 9204 2302 6846 520 20 0 1 0 287428058 2219311104 436678 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 30 0 0
/proc/30093/statm: 541824 436678 176 439 0 541381 0
[pid=30140] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30140/stat : 30140 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287446980 9367552 267 33554432000 4194304 5064252 140733297559680 140733297558592 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30140/statm: 2287 267 226 213 0 72 0
[pid=30141] ppid=30140 vsize=1920680 CPUtime=33.04 cores=0,2,4,6
/proc/30141/stat : 30141 (glucose) R 30140 30092 1843 0 -1 4202496 154148 0 0 0 3237 67 0 0 20 0 1 0 287446981 1966776320 378772 33554432000 4194304 5208918 140735346677008 140735346674856 4211670 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30141/statm: 480170 378772 95 248 0 479919 0
Current children cumulated CPU time (s) 221.76
Current children cumulated vsize (KiB) 4106272

[startup+282.3 s]
/proc/loadavg: 2.84 2.68 2.46 3/183 30156
/proc/meminfo: memFree=17149964/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2167296 CPUtime=188.72 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 21328 297836 0 0 9204 2302 6846 520 20 0 1 0 287428058 2219311104 436678 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 30 0 0
/proc/30093/statm: 541824 436678 176 439 0 541381 0
[pid=30140] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30140/stat : 30140 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287446980 9367552 267 33554432000 4194304 5064252 140733297559680 140733297558592 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30140/statm: 2287 267 226 213 0 72 0
[pid=30141] ppid=30140 vsize=1920944 CPUtime=93.03 cores=0,2,4,6
/proc/30141/stat : 30141 (glucose) R 30140 30092 1843 0 -1 4202496 154263 0 0 0 9236 67 0 0 20 0 1 0 287446981 1967046656 379013 33554432000 4194304 5208918 140735346677008 140735346674952 4211632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30141/statm: 480236 379013 95 248 0 479985 0
Current children cumulated CPU time (s) 281.75

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

/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 166060 0 0 0 17297 65 0 0 20 0 1 0 287552921 2045612032 396119 33554432000 4194304 5208918 140734142427344 140734142425288 4211501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 499417 396119 103 248 0 499166 0
Current children cumulated CPU time (s) 1420.65
Current children cumulated vsize (KiB) 4233444

[startup+1482.3 s]
/proc/loadavg: 2.05 2.09 2.17 3/183 30374
/proc/meminfo: memFree=22624120/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1247.03 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 32882 708651 0 0 9283 2309 112086 1025 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30351] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30351/stat : 30351 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287552921 9367552 266 33554432000 4194304 5064252 140737254129376 140737254128288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30351/statm: 2287 266 226 213 0 72 0
[pid=30352] ppid=30351 vsize=2074388 CPUtime=233.61 cores=0,2,4,6
/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 183115 0 0 0 23293 68 0 0 20 0 1 0 287552921 2124173312 414163 33554432000 4194304 5208918 140734142427344 140734142425192 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 518597 414163 104 248 0 518346 0
Current children cumulated CPU time (s) 1480.64
Current children cumulated vsize (KiB) 4310164

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.17 3/183 30381
/proc/meminfo: memFree=22600388/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1247.03 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 32882 708651 0 0 9283 2309 112086 1025 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30351] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30351/stat : 30351 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287552921 9367552 266 33554432000 4194304 5064252 140737254129376 140737254128288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30351/statm: 2287 266 226 213 0 72 0
[pid=30352] ppid=30351 vsize=2090924 CPUtime=293.6 cores=0,2,4,6
/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 186107 0 0 0 29292 68 0 0 20 0 1 0 287552921 2141106176 420069 33554432000 4194304 5208918 140734142427344 140734142425400 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 522731 420069 104 248 0 522480 0
Current children cumulated CPU time (s) 1540.63
Current children cumulated vsize (KiB) 4326700

[startup+1603.12 s]
/proc/loadavg: 2.07 2.08 2.16 4/183 30388
/proc/meminfo: memFree=22592840/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1247.03 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 32882 708651 0 0 9283 2309 112086 1025 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30351] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30351/stat : 30351 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287552921 9367552 266 33554432000 4194304 5064252 140737254129376 140737254128288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30351/statm: 2287 266 226 213 0 72 0
[pid=30352] ppid=30351 vsize=2090924 CPUtime=354.42 cores=0,2,4,6
/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 186107 0 0 0 35373 69 0 0 20 0 1 0 287552921 2141106176 422488 33554432000 4194304 5208918 140734142427344 140734142425400 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 522731 422488 104 248 0 522480 0
Current children cumulated CPU time (s) 1601.45
Current children cumulated vsize (KiB) 4326700

[startup+1663.12 s]
/proc/loadavg: 2.06 2.08 2.16 4/183 30395
/proc/meminfo: memFree=22589280/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1247.03 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 32882 708651 0 0 9283 2309 112086 1025 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30351] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30351/stat : 30351 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287552921 9367552 266 33554432000 4194304 5064252 140737254129376 140737254128288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30351/statm: 2287 266 226 213 0 72 0
[pid=30352] ppid=30351 vsize=2090924 CPUtime=414.41 cores=0,2,4,6
/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 186107 0 0 0 41372 69 0 0 20 0 1 0 287552921 2141106176 422488 33554432000 4194304 5208918 140734142427344 140734142425400 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 522731 422488 104 248 0 522480 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 4326700

[startup+1723.12 s]
/proc/loadavg: 2.14 2.10 2.16 3/183 30402
/proc/meminfo: memFree=22589412/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1247.03 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 32882 708651 0 0 9283 2309 112086 1025 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30351] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30351/stat : 30351 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287552921 9367552 266 33554432000 4194304 5064252 140737254129376 140737254128288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30351/statm: 2287 266 226 213 0 72 0
[pid=30352] ppid=30351 vsize=2091352 CPUtime=474.4 cores=0,2,4,6
/proc/30352/stat : 30352 (glucose) R 30351 30092 1843 0 -1 4202496 186198 0 0 0 47371 69 0 0 20 0 1 0 287552921 2141544448 422579 33554432000 4194304 5208918 140734142427344 140734142425192 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30352/statm: 522838 422579 104 248 0 522587 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 4327128

[startup+1783.12 s]
/proc/loadavg: 2.07 2.09 2.15 5/183 30417
/proc/meminfo: memFree=23731948/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1771.37 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 38658 910710 0 0 9319 2312 164241 1265 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30416] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30416/stat : 30416 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287605362 9367552 267 33554432000 4194304 5064252 140736309519424 140736309518336 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30416/statm: 2287 267 226 213 0 72 0
[pid=30417] ppid=30416 vsize=1870164 CPUtime=8.47 cores=0,2,4,6
/proc/30417/stat : 30417 (glucose) R 30416 30092 1843 0 -1 4202496 134973 0 0 0 789 58 0 0 20 0 1 0 287605363 1915047936 363428 33554432000 4194304 5208918 140736630438832 140736630437224 4216416 0 0 4096 0 0 0 0 17 2 0 0 155 0 0
/proc/30417/statm: 467541 363428 90 248 0 467290 0
Current children cumulated CPU time (s) 1779.84
Current children cumulated vsize (KiB) 4105940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.13 s]
/proc/loadavg: 2.15 2.11 2.15 4/184 30420
/proc/meminfo: memFree=22758064/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1771.37 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 38658 910710 0 0 9319 2312 164241 1265 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30416] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30416/stat : 30416 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287605362 9367552 267 33554432000 4194304 5064252 140736309519424 140736309518336 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30416/statm: 2287 267 226 213 0 72 0
[pid=30417] ppid=30416 vsize=1920676 CPUtime=30.4 cores=0,2,4,6
/proc/30417/stat : 30417 (glucose) R 30416 30092 1843 0 -1 4202496 150629 0 0 0 2980 60 0 0 20 0 1 0 287605363 1966772224 379042 33554432000 4194304 5208918 140736630438832 140736630436680 4211792 0 0 4096 0 0 0 0 17 0 0 0 155 0 0
/proc/30417/statm: 480169 379042 94 248 0 479918 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 4156452

Sending SIGTERM to process tree (bottom up)

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

[startup+1805.13 s]
/proc/loadavg: 2.15 2.11 2.15 4/184 30420
/proc/meminfo: memFree=22758064/32873648 swapFree=7116/7116
[pid=30092] ppid=30090 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30092/stat : 30092 (npSolver-wbo-It) S 30090 30092 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287428057 9367552 275 33554432000 4194304 5064252 140733412335968 140733412334880 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30092/statm: 2287 275 233 213 0 72 0
[pid=30093] ppid=30092 vsize=2217480 CPUtime=1771.37 cores=0,2,4,6
/proc/30093/stat : 30093 (npSolver-wbo) S 30092 30092 1843 0 -1 4202496 38658 910710 0 0 9319 2312 164241 1265 20 0 1 0 287428058 2270699520 449225 33554432000 4194304 5990268 140735384369936 140735384361344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 128 0 0
/proc/30093/statm: 554370 449225 177 439 0 553927 0
[pid=30416] ppid=30093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30416/stat : 30416 (satsolver.sh) S 30093 30092 1843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287605362 9367552 267 33554432000 4194304 5064252 140736309519424 140736309518336 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30416/statm: 2287 267 226 213 0 72 0
[pid=30417] ppid=30416 vsize=1920676 CPUtime=30.4 cores=0,2,4,6
/proc/30417/stat : 30417 (glucose) R 30416 30092 1843 0 -1 4202496 150629 0 0 0 2980 60 0 0 20 0 1 0 287605363 1966772224 379042 33554432000 4194304 5208918 140736630438832 140736630436680 4211792 0 0 4096 0 0 0 0 17 0 0 0 155 0 0
/proc/30417/statm: 480169 379042 94 248 0 479918 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 4156452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30092 and gives
#  childrusage.ru_utime.tv_sec=1735
#  childrusage.ru_utime.tv_usec=613146
#  childrusage.ru_stime.tv_sec=35
#  childrusage.ru_stime.tv_usec=787559
# CPU time returned by wait4() is 1771.4
# while last known CPU time is 1801.77
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.17
CPU time (s): 1801.77
CPU user time (s): 1765.4
CPU system time (s): 36.37
CPU usage (%): 99.8117
Max. virtual memory (cumulated for all children) (KiB): 4359956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.61
system time used= 35.7876
maximum resident set size= 2655372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 950348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13050088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31295
involuntary context switches= 2377

runsolver used 2.75258 second user time and 6.88795 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 15:50:07
IDJOB=3715852
IDBENCH=79116
IDSOLVER=2297
FILE ID=node114/3715852-1338213007
RUNJOBID= node114-1338194810-1859
PBS_JOBID= 14624601
Free space on /tmp= 69380 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715852-1338213007/watcher-3715852-1338213007 -o /tmp/evaluation-result-3715852-1338213007/solver-3715852-1338213007 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715852-1338213007.wbo 1402507960 HOME HOME

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

MD5SUM BENCH= 6ff5f6256885ce59e20b34ff1a5caecf
RANDOM SEED=1402507960

node114.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		: 2666.242
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	: 5332.48
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		: 2666.242
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		: 2666.242
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	: 5451.90
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		: 2666.242
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		: 2666.242
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		: 2666.242
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		: 2666.242
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.91
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		: 2666.242
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:       32873648 kB
MemFree:        21098580 kB
Buffers:          762472 kB
Cached:          4201568 kB
SwapCached:         2108 kB
Active:          9348548 kB
Inactive:        1495764 kB
Active(anon):    5866788 kB
Inactive(anon):     7892 kB
Active(file):    3481760 kB
Inactive(file):  1487872 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103912 kB
Dirty:           1052124 kB
Writeback:           120 kB
AnonPages:       5945208 kB
Mapped:            15356 kB
Shmem:               116 kB
Slab:             779540 kB
SReclaimable:     222400 kB
SUnreclaim:       557140 kB
KernelStack:        1528 kB
PageTables:        15460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    7331436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2545664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69248 MiB
End job on node114 at 2012-05-28 16:20:12