Trace number 3753584

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.06 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_51_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfc69cf5fb8ed09269ce87a121862dce7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark4.6013
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5100
Total number of constraints202
Number of soft constraints140
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 6854
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.04	c run usual solver
9.05/9.19	o 2991
9.05/9.19	c fallback to adder encoding
9.19/9.48	o 2973
9.19/9.48	c fallback to adder encoding
9.47/9.68	o 2824
9.47/9.68	c fallback to adder encoding
9.77/9.85	o 2821
9.77/9.85	c fallback to adder encoding
9.85/10.02	o 2452
9.85/10.02	c fallback to adder encoding
10.02/10.36	o 2450
10.02/10.36	c fallback to adder encoding
10.36/10.55	o 2449
10.36/10.55	c fallback to adder encoding
10.55/10.86	o 2448
10.55/10.86	c fallback to adder encoding
11.07/11.12	o 2431
11.07/11.12	c fallback to adder encoding
11.26/11.31	o 2362
11.26/11.31	c fallback to adder encoding
11.32/11.57	o 1823
11.32/11.57	c fallback to adder encoding
11.57/11.67	o 1632
11.57/11.67	c fallback to adder encoding
11.67/11.94	o 1628
11.67/11.94	c fallback to adder encoding
11.97/12.03	o 1626
11.97/12.03	c fallback to adder encoding
11.97/12.10	o 421
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3753584-1339185777/watcher-3753584-1339185777 -o /tmp/evaluation-result-3753584-1339185777/solver-3753584-1339185777 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753584-1339185777.wbo 1852581087 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.96 2.05 2.00 3/179 18730
/proc/meminfo: memFree=26364828/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0

[startup+0.074222 s]
/proc/loadavg: 1.96 2.05 2.00 3/179 18730
/proc/meminfo: memFree=26364828/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100188 s]
/proc/loadavg: 1.96 2.05 2.00 3/179 18730
/proc/meminfo: memFree=26364828/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300128 s]
/proc/loadavg: 1.96 2.05 2.00 3/179 18730
/proc/meminfo: memFree=26364828/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700132 s]
/proc/loadavg: 1.96 2.05 2.00 3/179 18730
/proc/meminfo: memFree=26364828/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/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.96 2.05 2.00 3/183 18737
/proc/meminfo: memFree=26350848/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=4060 CPUtime=0.14 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 2218 3188 0 0 3 0 11 0 20 0 1 0 384702081 4157440 593 33554432000 4194304 6006132 140733492502192 140733492496384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18731/statm: 1015 593 157 443 0 568 0
[pid=18736] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18736/stat : 18736 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384702098 9367552 266 33554432000 4194304 5064252 140733252140496 140733252139408 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18736/statm: 2287 266 226 213 0 72 0
[pid=18737] ppid=18736 vsize=23248 CPUtime=1.31 cores=0,2,4,6
/proc/18737/stat : 18737 (glucose) R 18736 18730 17144 0 -1 4202496 4609 0 0 0 131 0 0 0 20 0 1 0 384702098 23805952 3844 33554432000 4194304 5208918 140735578174304 140735578172456 4231508 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18737/statm: 5812 3844 96 248 0 5561 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 45604

[startup+3.10037 s]
/proc/loadavg: 1.96 2.05 2.00 3/183 18737
/proc/meminfo: memFree=26340676/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=4060 CPUtime=0.14 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 2218 3188 0 0 3 0 11 0 20 0 1 0 384702081 4157440 593 33554432000 4194304 6006132 140733492502192 140733492496384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18731/statm: 1015 593 157 443 0 568 0
[pid=18736] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18736/stat : 18736 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384702098 9367552 266 33554432000 4194304 5064252 140733252140496 140733252139408 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18736/statm: 2287 266 226 213 0 72 0
[pid=18737] ppid=18736 vsize=72356 CPUtime=2.92 cores=0,2,4,6
/proc/18737/stat : 18737 (glucose) R 18736 18730 17144 0 -1 4202496 6129 0 0 0 290 2 0 0 20 0 1 0 384702098 74092544 12804 33554432000 4194304 5208918 140735578174304 140735578172248 4229538 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18737/statm: 18089 12804 96 248 0 17838 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 94712

[startup+6.30035 s]
/proc/loadavg: 1.97 2.05 2.00 3/183 18737
/proc/meminfo: memFree=26305004/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=4060 CPUtime=0.14 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 2218 3188 0 0 3 0 11 0 20 0 1 0 384702081 4157440 593 33554432000 4194304 6006132 140733492502192 140733492496384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18731/statm: 1015 593 157 443 0 568 0
[pid=18736] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18736/stat : 18736 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384702098 9367552 266 33554432000 4194304 5064252 140733252140496 140733252139408 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18736/statm: 2287 266 226 213 0 72 0
[pid=18737] ppid=18736 vsize=60860 CPUtime=6.11 cores=0,2,4,6
/proc/18737/stat : 18737 (glucose) R 18736 18730 17144 0 -1 4202496 6716 0 0 0 609 2 0 0 20 0 1 0 384702098 62320640 13874 33554432000 4194304 5208918 140735578174304 140735578172248 4229528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18737/statm: 15215 13874 96 248 0 14964 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 83216

[startup+12.7003 s]
/proc/loadavg: 1.97 2.05 2.00 3/183 18828
/proc/meminfo: memFree=26345096/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 29336

[startup+25.5004 s]
/proc/loadavg: 1.97 2.04 2.00 3/183 18849
/proc/meminfo: memFree=26278192/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=51128 CPUtime=13.31 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 9767 0 0 0 1329 2 0 0 20 0 1 0 384703299 52355072 11517 33554432000 4194304 5208918 140737036047056 140737036044904 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 12782 11517 96 248 0 12531 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 89612

[startup+51.1004 s]
/proc/loadavg: 1.98 2.04 2.00 3/183 18948
/proc/meminfo: memFree=26274500/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=100500 CPUtime=38.9 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 12223 0 0 0 3887 3 0 0 20 0 1 0 384703299 102912000 22448 33554432000 4194304 5208918 140737036047056 140737036045000 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 25125 22448 96 248 0 24874 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 138984

[startup+102.307 s]
/proc/loadavg: 1.99 2.03 2.00 3/183 18955
/proc/meminfo: memFree=26220444/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=100500 CPUtime=90.1 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 13800 0 0 0 9005 5 0 0 20 0 1 0 384703299 102912000 24131 33554432000 4194304 5208918 140737036047056 140737036045144 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 25125 24131 96 248 0 24874 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 138984

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/183 18955
/proc/meminfo: memFree=26215976/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=100500 CPUtime=150.09 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 15241 0 0 0 15001 8 0 0 20 0 1 0 384703299 102912000 24131 33554432000 4194304 5208918 140737036047056 140737036045144 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 25125 24131 96 248 0 24874 0
Current children cumulated CPU time (s) 162.25

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

/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 45030 0 0 0 134923 64 0 0 20 0 1 0 384703299 236265472 53160 33554432000 4194304 5208918 140737036047056 140737036045208 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 57682 53160 96 248 0 57431 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 269212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18965
/proc/meminfo: memFree=26056504/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=230728 CPUtime=1409.87 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 46937 0 0 0 140920 67 0 0 20 0 1 0 384703299 236265472 49022 33554432000 4194304 5208918 140737036047056 140737036045208 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 57682 49022 96 248 0 57431 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 269212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18965
/proc/meminfo: memFree=26081128/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=180640 CPUtime=1469.85 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 48385 0 0 0 146916 69 0 0 20 0 1 0 384703299 184975360 43432 33554432000 4194304 5208918 140737036047056 140737036045208 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 45160 43432 96 248 0 44909 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 219124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18965
/proc/meminfo: memFree=26076100/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=149820 CPUtime=1529.84 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 49924 0 0 0 152913 71 0 0 20 0 1 0 384703299 153415680 36366 33554432000 4194304 5208918 140737036047056 140737036045144 4211665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 37455 36366 96 248 0 37204 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 188304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18966
/proc/meminfo: memFree=26034192/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=230728 CPUtime=1589.83 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 50850 0 0 0 158910 73 0 0 20 0 1 0 384703299 236265472 55166 33554432000 4194304 5208918 140737036047056 140737036045208 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 57682 55166 96 248 0 57431 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 269212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18969
/proc/meminfo: memFree=26029848/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=230728 CPUtime=1649.81 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 52812 0 0 0 164906 75 0 0 20 0 1 0 384703299 236265472 46504 33554432000 4194304 5208918 140737036047056 140737036045208 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 57682 46504 96 248 0 57431 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 269212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18969
/proc/meminfo: memFree=26049404/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=180640 CPUtime=1709.8 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 54420 0 0 0 170903 77 0 0 20 0 1 0 384703299 184975360 38993 33554432000 4194304 5208918 140737036047056 140737036045208 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 45160 38993 96 248 0 44909 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 219124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18969
/proc/meminfo: memFree=25993692/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=230728 CPUtime=1769.79 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 54754 0 0 0 176900 79 0 0 20 0 1 0 384703299 236265472 56190 33554432000 4194304 5208918 140737036047056 140737036045208 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 57682 56190 96 248 0 57431 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 269212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19014
/proc/meminfo: memFree=26009992/32873844 swapFree=7628/7628
[pid=18730] ppid=18728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (npSolver-wbo-It) S 18728 18730 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384702081 9367552 274 33554432000 4194304 5064252 140733236845904 140733236844816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18730/statm: 2287 274 233 213 0 72 0
[pid=18731] ppid=18730 vsize=20188 CPUtime=12.16 cores=0,2,4,6
/proc/18731/stat : 18731 (npSolver-wbo) S 18730 18730 17144 0 -1 4202496 16552 86275 0 0 36 8 1145 27 20 0 1 0 384702081 20672512 3755 33554432000 4194304 6006132 140733492502192 140733492493584 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18731/statm: 5047 3755 180 443 0 4600 0
[pid=18841] ppid=18731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18841/stat : 18841 (satsolver.sh) S 18731 18730 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384703298 9367552 267 33554432000 4194304 5064252 140735377206560 140735377205472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18841/statm: 2287 267 226 213 0 72 0
[pid=18842] ppid=18841 vsize=312116 CPUtime=1787.9 cores=0,2,4,6
/proc/18842/stat : 18842 (glucose) R 18841 18730 17144 0 -1 4202496 55282 0 0 0 178710 80 0 0 20 0 1 0 384703299 319606784 61310 33554432000 4194304 5208918 140737036047056 140737036045208 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18842/statm: 78029 61310 96 248 0 77778 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 350600

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 18730 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=824202
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=358945
# CPU time returned by wait4() is 12.1831
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.91
CPU system time (s): 1.15
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 399920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8242
system time used= 0.358945
maximum resident set size= 57664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 50264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318
involuntary context switches= 199

runsolver used 7.06492 second user time and 17.4913 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 22:02:57
IDJOB=3753584
IDBENCH=78692
IDSOLVER=2337
FILE ID=node145/3753584-1339185777
RUNJOBID= node145-1339183962-18404
PBS_JOBID= 14643806
Free space on /tmp= 71012 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753584-1339185777/watcher-3753584-1339185777 -o /tmp/evaluation-result-3753584-1339185777/solver-3753584-1339185777 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753584-1339185777.wbo 1852581087 HOME HOME

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

MD5SUM BENCH= fc69cf5fb8ed09269ce87a121862dce7
RANDOM SEED=1852581087

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26365472 kB
Buffers:          606956 kB
Cached:          4945268 kB
SwapCached:            4 kB
Active:          2230948 kB
Inactive:        3361864 kB
Active(anon):      24772 kB
Inactive(anon):    10912 kB
Active(file):    2206176 kB
Inactive(file):  3350952 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             17696 kB
Writeback:             0 kB
AnonPages:         40572 kB
Mapped:            15184 kB
Shmem:               200 kB
Slab:             776004 kB
SReclaimable:     216588 kB
SUnreclaim:       559416 kB
KernelStack:        1456 kB
PageTables:         3508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     152788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71000 MiB
End job on node145 at 2012-06-08 22:32:58