Trace number 3753863

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 (fixed)? (TO) 1800.1 1800.72

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j60/
normalized-j6010_2-unsat--soft-0-100-0.wbo
MD5SUMbab41e43f2db95df9a83ceaff879d60f
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2.25366
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7564
Total number of constraints23412
Number of soft constraints23412
Number of constraints which are clauses23168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 1189017
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1189016
Biggest number in a constraint 44
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 333
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

Quality of the solution as a function of time


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

Solver Data

0.99/1.09	c run usual solver
6.98/7.08	o 55
6.98/7.08	c fallback to adder encoding
139.84/139.95	o 54
139.84/139.95	c fallback to adder encoding
339.43/339.54	o 53
339.43/339.54	c fallback to adder encoding
487.91/488.05	o 52
487.91/488.05	c fallback to adder encoding
692.77/692.93	o 51
692.77/692.93	c fallback to adder encoding
835.44/835.63	o 50
835.44/835.63	c fallback to adder encoding
1006.81/1007.02	o 49
1006.81/1007.02	c fallback to adder encoding
1168.92/1169.89	o 48
1168.92/1169.89	c fallback to adder encoding
1288.55/1289.00	o 47
1288.55/1289.00	c fallback to adder encoding
1431.13/1431.62	o 46
1431.13/1431.62	c fallback to adder encoding
1503.60/1504.67	o 45
1503.60/1504.67	c fallback to adder encoding
1658.93/1659.51	o 42
1658.93/1659.51	c fallback to adder encoding
1756.47/1757.56	o 41
1756.47/1757.56	c fallback to adder encoding
1800.10/1800.71	c error: unexpected solver exit code
1800.10/1800.71	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-3753863-1339193725/watcher-3753863-1339193725 -o /tmp/evaluation-result-3753863-1339193725/solver-3753863-1339193725 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753863-1339193725.wbo 1679920254 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: 1.93 1.99 1.99 4/182 20281
/proc/meminfo: memFree=21124252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0

[startup+0.0368411 s]
/proc/loadavg: 1.93 1.99 1.99 4/182 20281
/proc/meminfo: memFree=21124252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 1.93 1.99 1.99 4/182 20281
/proc/meminfo: memFree=21124252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300197 s]
/proc/loadavg: 1.93 1.99 1.99 4/182 20281
/proc/meminfo: memFree=21124252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 1.93 1.99 1.99 4/182 20281
/proc/meminfo: memFree=21124252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.93 1.99 1.99 3/184 20283
/proc/meminfo: memFree=21069636/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=67376 CPUtime=1.17 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 8651 0 0 0 107 10 0 0 20 0 1 0 29339399 68993024 13724 33554432000 4194304 6006132 140734772838896 140734772832000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 16844 13724 157 443 0 16397 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 76524

[startup+3.10031 s]
/proc/loadavg: 1.93 1.99 1.99 3/186 20285
/proc/meminfo: memFree=20923764/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=67376 CPUtime=1.17 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 8651 0 0 0 107 10 0 0 20 0 1 0 29339399 68993024 13724 33554432000 4194304 6006132 140734772838896 140734772832000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 16844 13724 157 443 0 16397 0
[pid=20284] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20284/stat : 20284 (cp2_pre.sh) S 20282 20281 17075 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 29339516 9367552 277 33554432000 4194304 5064252 140735994799024 140735994797728 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20284/statm: 2287 277 234 213 0 72 0
[pid=20285] ppid=20284 vsize=167540 CPUtime=1.91 cores=0,2,4,6
/proc/20285/stat : 20285 (coprocessor) R 20284 20281 17075 0 -1 4202496 29367 0 0 0 187 4 0 0 20 0 1 0 29339517 171560960 40582 33554432000 4194304 6586260 140733753690176 140733753686040 5599263 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/20285/statm: 41885 40582 191 584 0 41297 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 253212

[startup+6.30027 s]
/proc/loadavg: 1.94 1.99 1.99 3/186 20285
/proc/meminfo: memFree=20893204/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=67376 CPUtime=6.28 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) R 20281 20281 17075 0 -1 4202496 10190 50571 0 0 109 12 493 14 20 0 1 0 29339399 68993024 13727 33554432000 4194304 6006132 140734772838896 140734772832576 5192048 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 16844 13727 160 443 0 16397 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 76524

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/186 20295
/proc/meminfo: memFree=20738696/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=137688 CPUtime=7.9 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 15920 51087 0 0 197 84 493 16 20 0 1 0 29339399 140992512 29007 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 34422 29007 179 443 0 33975 0
[pid=20294] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20294/stat : 20294 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29340191 9367552 267 33554432000 4194304 5064252 140734882996992 140734882995904 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20294/statm: 2287 267 226 213 0 72 0
[pid=20295] ppid=20294 vsize=214144 CPUtime=4.77 cores=0,2,4,6
/proc/20295/stat : 20295 (glucose) R 20294 20281 17075 0 -1 4202496 37835 0 0 0 467 10 0 0 20 0 1 0 29340191 219283456 46674 33554432000 4194304 5208918 140737087197488 140737087195320 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20295/statm: 53536 46674 104 248 0 53285 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 370128

[startup+25.5004 s]
/proc/loadavg: 1.95 1.99 1.99 3/186 20295
/proc/meminfo: memFree=20743796/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=137688 CPUtime=7.9 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 15920 51087 0 0 197 84 493 16 20 0 1 0 29339399 140992512 29007 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 34422 29007 179 443 0 33975 0
[pid=20294] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20294/stat : 20294 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29340191 9367552 267 33554432000 4194304 5064252 140734882996992 140734882995904 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20294/statm: 2287 267 226 213 0 72 0
[pid=20295] ppid=20294 vsize=214144 CPUtime=17.56 cores=0,2,4,6
/proc/20295/stat : 20295 (glucose) R 20294 20281 17075 0 -1 4202496 37835 0 0 0 1746 10 0 0 20 0 1 0 29340191 219283456 46674 33554432000 4194304 5208918 140737087197488 140737087195320 4211038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20295/statm: 53536 46674 104 248 0 53285 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 370128

[startup+51.1004 s]
/proc/loadavg: 1.97 1.99 1.99 3/186 20295
/proc/meminfo: memFree=20741440/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=137688 CPUtime=7.9 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 15920 51087 0 0 197 84 493 16 20 0 1 0 29339399 140992512 29007 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 34422 29007 179 443 0 33975 0
[pid=20294] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20294/stat : 20294 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29340191 9367552 267 33554432000 4194304 5064252 140734882996992 140734882995904 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20294/statm: 2287 267 226 213 0 72 0
[pid=20295] ppid=20294 vsize=216344 CPUtime=43.16 cores=0,2,4,6
/proc/20295/stat : 20295 (glucose) R 20294 20281 17075 0 -1 4202496 38425 0 0 0 4306 10 0 0 20 0 1 0 29340191 221536256 47264 33554432000 4194304 5208918 140737087197488 140737087195320 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20295/statm: 54086 47264 104 248 0 53835 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 372328

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/185 20295
/proc/meminfo: memFree=20740580/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=137688 CPUtime=7.9 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 15920 51087 0 0 197 84 493 16 20 0 1 0 29339399 140992512 29007 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 34422 29007 179 443 0 33975 0
[pid=20294] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20294/stat : 20294 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29340191 9367552 267 33554432000 4194304 5064252 140734882996992 140734882995904 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20294/statm: 2287 267 226 213 0 72 0
[pid=20295] ppid=20294 vsize=218124 CPUtime=94.36 cores=0,2,4,6
/proc/20295/stat : 20295 (glucose) R 20294 20281 17075 0 -1 4202496 38655 0 0 0 9426 10 0 0 20 0 1 0 29340191 223358976 47494 33554432000 4194304 5208918 140737087197488 140737087195320 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20295/statm: 54531 47494 104 248 0 54280 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 374108

[startup+162.3 s]
/proc/loadavg: 2.12 2.02 2.00 3/185 20302
/proc/meminfo: memFree=20770372/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=121128 CPUtime=140.74 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 23218 97653 0 0 271 95 13654 54 20 0 1 0 29339399 124035072 24388 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20282/statm: 30282 24388 180 443 0 29835 0
[pid=20301] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20301/stat : 20301 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29353477 9367552 266 33554432000 4194304 5064252 140736964332432 140736964331344 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20301/statm: 2287 266 226 213 0 72 0
[pid=20302] ppid=20301 vsize=214484 CPUtime=21.51 cores=0,2,4,6
/proc/20302/stat : 20302 (glucose) R 20301 20281 17075 0 -1 4202496 36243 0 0 0 2141 10 0 0 20 0 1 0 29353477 219631616 45034 33554432000 4194304 5208918 140735014607376 140735014605208 4229469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20302/statm: 53621 45034 104 248 0 53370 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 353908

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 20302
/proc/meminfo: memFree=20768200/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20428/stat : 20428 (glucose) R 20427 20281 17075 0 -1 4202496 34304 0 0 0 13244 9 0 0 20 0 1 0 29468371 203100160 41225 33554432000 4194304 5208918 140734496639936 140734496637784 4205249 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20428/statm: 49585 41225 104 248 0 49334 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 336624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 20445
/proc/meminfo: memFree=31293792/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=119824 CPUtime=1431.85 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 83191 446553 0 0 815 170 141878 322 20 0 1 0 29339399 122699776 22014 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29956 22014 180 443 0 29509 0
[pid=20441] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20441/stat : 20441 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29482632 9367552 267 33554432000 4194304 5064252 140733528741504 140733528740416 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20441/statm: 2287 267 226 213 0 72 0
[pid=20442] ppid=20441 vsize=199308 CPUtime=49.94 cores=0,2,4,6
/proc/20442/stat : 20442 (glucose) R 20441 20281 17075 0 -1 4202496 34742 0 0 0 4986 8 0 0 20 0 1 0 29482632 204091392 40308 33554432000 4194304 5208918 140735368124576 140735368122408 4210976 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20442/statm: 49827 40308 105 248 0 49576 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 337428

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 20453
/proc/meminfo: memFree=31301924/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=119652 CPUtime=1504.86 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 90890 489533 0 0 878 178 149075 355 20 0 1 0 29339399 122523648 21971 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29913 21971 180 443 0 29466 0
[pid=20451] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20451/stat : 20451 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29489935 9367552 267 33554432000 4194304 5064252 140736354956368 140736354955280 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20451/statm: 2287 267 226 213 0 72 0
[pid=20452] ppid=20451 vsize=194888 CPUtime=36.9 cores=0,2,4,6
/proc/20452/stat : 20452 (glucose) R 20451 20281 17075 0 -1 4202496 34006 0 0 0 3682 8 0 0 20 0 1 0 29489935 199565312 38543 33554432000 4194304 5208918 140733815027440 140733815025592 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20452/statm: 48722 38543 104 248 0 48471 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 332836

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 20453
/proc/meminfo: memFree=31260276/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=119652 CPUtime=1504.86 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 90890 489533 0 0 878 178 149075 355 20 0 1 0 29339399 122523648 21971 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29913 21971 180 443 0 29466 0
[pid=20451] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20451/stat : 20451 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 29489935 9367552 267 33554432000 4194304 5064252 140736354956368 140736354955280 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20451/statm: 2287 267 226 213 0 72 0
[pid=20452] ppid=20451 vsize=195152 CPUtime=96.89 cores=0,2,4,6
/proc/20452/stat : 20452 (glucose) R 20451 20281 17075 0 -1 4202496 34274 0 0 0 9680 9 0 0 20 0 1 0 29489935 199835648 39199 33554432000 4194304 5208918 140733815027440 140733815025288 4211182 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20452/statm: 48788 39199 104 248 0 48537 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 333100

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 20460
/proc/meminfo: memFree=31268628/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=119136 CPUtime=1659.6 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 98159 532419 0 0 935 187 164452 386 20 0 1 0 29339399 121995264 20818 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29784 20818 180 443 0 29337 0
[pid=20459] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20459/stat : 20459 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29505414 9367552 266 33554432000 4194304 5064252 140737169686464 140737169685376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20459/statm: 2287 266 226 213 0 72 0
[pid=20460] ppid=20459 vsize=172484 CPUtime=2.14 cores=0,2,4,6
/proc/20460/stat : 20460 (glucose) R 20459 20281 17075 0 -1 4202496 32491 0 0 0 207 7 0 0 20 0 1 0 29505414 176623616 36795 33554432000 4194304 5208918 140736170357200 140736170355160 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20460/statm: 43121 36795 96 248 0 42870 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 309916

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 20467
/proc/meminfo: memFree=31375252/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=119136 CPUtime=1659.6 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 98159 532419 0 0 935 187 164452 386 20 0 1 0 29339399 121995264 20818 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29784 20818 180 443 0 29337 0
[pid=20459] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20459/stat : 20459 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29505414 9367552 266 33554432000 4194304 5064252 140737169686464 140737169685376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20459/statm: 2287 266 226 213 0 72 0
[pid=20460] ppid=20459 vsize=173476 CPUtime=62.11 cores=0,2,4,6
/proc/20460/stat : 20460 (glucose) R 20459 20281 17075 0 -1 4202496 32797 0 0 0 6204 7 0 0 20 0 1 0 29505414 177639424 37094 33554432000 4194304 5208918 140736170357200 140736170354872 4211027 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20460/statm: 43369 37094 104 248 0 43118 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 310908

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 20474
/proc/meminfo: memFree=31354384/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=118964 CPUtime=1757.59 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 105632 572949 0 0 991 194 174159 415 20 0 1 0 29339399 121819136 20263 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29741 20263 180 443 0 29294 0
[pid=20473] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29515217 9367552 266 33554432000 4194304 5064252 140734008749088 140734008748000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20473/statm: 2287 266 226 213 0 72 0
[pid=20474] ppid=20473 vsize=175608 CPUtime=24.1 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose) R 20473 20281 17075 0 -1 4202496 31604 0 0 0 2401 9 0 0 20 0 1 0 29515218 179822592 36915 33554432000 4194304 5208918 140735394480912 140735394478744 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 43902 36915 104 248 0 43651 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 312868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 20474
/proc/meminfo: memFree=31352368/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=118964 CPUtime=1757.59 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 105632 572949 0 0 991 194 174159 415 20 0 1 0 29339399 121819136 20263 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29741 20263 180 443 0 29294 0
[pid=20473] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29515217 9367552 266 33554432000 4194304 5064252 140734008749088 140734008748000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20473/statm: 2287 266 226 213 0 72 0
[pid=20474] ppid=20473 vsize=175608 CPUtime=42.51 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose) R 20473 20281 17075 0 -1 4202496 31609 0 0 0 4242 9 0 0 20 0 1 0 29515218 179822592 36915 33554432000 4194304 5208918 140735394480912 140735394478744 4211080 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 43902 36915 104 248 0 43651 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 312868

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 20474
/proc/meminfo: memFree=31352368/32873844 swapFree=7124/7124
[pid=20281] ppid=20279 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20281/stat : 20281 (npSolver-wbo-It) S 20279 20281 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 29339399 9367552 275 33554432000 4194304 5064252 140736117379376 140736117378288 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20281/statm: 2287 275 233 213 0 72 0
[pid=20282] ppid=20281 vsize=118964 CPUtime=1757.59 cores=0,2,4,6
/proc/20282/stat : 20282 (npSolver-wbo) S 20281 20281 17075 0 -1 4202496 105632 572949 0 0 991 194 174159 415 20 0 1 0 29339399 121819136 20263 33554432000 4194304 6006132 140734772838896 140734772830288 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/20282/statm: 29741 20263 180 443 0 29294 0
[pid=20473] ppid=20282 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20282 20281 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29515217 9367552 266 33554432000 4194304 5064252 140734008749088 140734008748000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20473/statm: 2287 266 226 213 0 72 0
[pid=20474] ppid=20473 vsize=175608 CPUtime=42.51 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose) R 20473 20281 17075 0 -1 4202496 31609 0 0 0 4242 9 0 0 20 0 1 0 29515218 179822592 36915 33554432000 4194304 5208918 140735394480912 140735394478744 4211080 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 43902 36915 104 248 0 43651 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 312868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20281 and gives
#  childrusage.ru_utime.tv_sec=1751
#  childrusage.ru_utime.tv_usec=517728
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=107071
# CPU time returned by wait4() is 1757.62
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.1
CPU user time (s): 1793.92
CPU system time (s): 6.18
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 445280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.52
system time used= 6.10707
maximum resident set size= 234044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 679560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1747624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12390
involuntary context switches= 2505

runsolver used 3.44948 second user time and 8.03178 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 00:15:25
IDJOB=3753863
IDBENCH=79139
IDSOLVER=2337
FILE ID=node133/3753863-1339193725
RUNJOBID= node133-1339184681-18370
PBS_JOBID= 14643824
Free space on /tmp= 68652 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j60/normalized-j6010_2-unsat--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753863-1339193725/watcher-3753863-1339193725 -o /tmp/evaluation-result-3753863-1339193725/solver-3753863-1339193725 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753863-1339193725.wbo 1679920254 HOME HOME

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

MD5SUM BENCH= bab41e43f2db95df9a83ceaff879d60f
RANDOM SEED=1679920254

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21124516 kB
Buffers:          127176 kB
Cached:          2779600 kB
SwapCached:         1824 kB
Active:         10751204 kB
Inactive:         142892 kB
Active(anon):    7986836 kB
Inactive(anon):     2420 kB
Active(file):    2764368 kB
Inactive(file):   140472 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100328 kB
Dirty:              9908 kB
Writeback:             4 kB
AnonPages:       7992356 kB
Mapped:             9860 kB
Shmem:                 0 kB
Slab:             700060 kB
SReclaimable:     141324 kB
SUnreclaim:       558736 kB
KernelStack:        1504 kB
PageTables:        19468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10945464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4229120 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= 71108 MiB
End job on node133 at 2012-06-09 00:45:25