Trace number 3753364

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.09 1800.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/
normalized-j6033_2-unsat--soft-33-100-0.wbo
MD5SUMf53b47c8da57e8203b6ddda55aa63e31
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark2.55561
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12200
Total number of constraints42056
Number of soft constraints28257
Number of constraints which are clauses41660
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints396
Minimum length of a constraint1
Maximum length of a constraint18
Top cost 1425422
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1425421
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 116
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.43	c run usual solver
2.18/2.26	o 48
2.18/2.26	c fallback to adder encoding
171.57/172.17	o 47
171.57/172.17	c fallback to adder encoding
294.74/295.36	o 46
294.74/295.36	c fallback to adder encoding
462.88/463.08	o 45
462.88/463.08	c fallback to adder encoding
630.85/631.00	o 44
630.85/631.00	c fallback to adder encoding
764.90/765.11	o 43
764.90/765.11	c fallback to adder encoding
878.99/879.21	o 42
878.99/879.21	c fallback to adder encoding
1003.96/1004.24	o 41
1003.96/1004.24	c fallback to adder encoding
1155.91/1156.64	o 40
1155.91/1156.64	c fallback to adder encoding
1220.33/1220.61	o 39
1220.33/1220.61	c fallback to adder encoding
1315.19/1315.55	o 38
1315.19/1315.55	c fallback to adder encoding
1486.06/1486.43	o 37
1486.06/1486.43	c fallback to adder encoding
1619.73/1620.11	o 36
1619.73/1620.11	c fallback to adder encoding
1719.00/1719.47	o 35
1719.00/1719.47	c fallback to adder encoding
1789.62/1790.45	o 34
1789.62/1790.45	c fallback to adder encoding
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3753364-1339184902/watcher-3753364-1339184902 -o /tmp/evaluation-result-3753364-1339184902/solver-3753364-1339184902 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753364-1339184902.wbo 52811437 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.17 2.04 1.97 3/180 29592
/proc/meminfo: memFree=28193000/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0

[startup+0.012306 s]
/proc/loadavg: 2.17 2.04 1.97 3/180 29592
/proc/meminfo: memFree=28193000/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 2.17 2.04 1.97 3/180 29592
/proc/meminfo: memFree=28193000/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300172 s]
/proc/loadavg: 2.17 2.04 1.97 3/180 29592
/proc/meminfo: memFree=28193000/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.17 2.04 1.97 3/180 29592
/proc/meminfo: memFree=28193000/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/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.17 2.04 1.97 3/184 29596
/proc/meminfo: memFree=28117300/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=28400 CPUtime=0.51 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 7399 0 0 0 42 9 0 0 20 0 1 0 384615681 29081600 6365 33554432000 4194304 6006132 140736151121472 140736151114576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 7100 6365 158 443 0 6653 0
[pid=29595] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29595/stat : 29595 (cp2_pre.sh) S 29593 29592 27509 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 384615733 9367552 277 33554432000 4194304 5064252 140736870376528 140736870375232 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29595/statm: 2287 277 234 213 0 72 0
[pid=29596] ppid=29595 vsize=52504 CPUtime=0.96 cores=0,2,4,6
/proc/29596/stat : 29596 (coprocessor) R 29595 29592 27509 0 -1 4202496 9886 0 0 0 95 1 0 0 20 0 1 0 384615733 53764096 12462 33554432000 4194304 6586260 140735299789136 140735299784456 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29596/statm: 13126 12462 191 584 0 12538 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99200

[startup+3.10028 s]
/proc/loadavg: 2.17 2.04 1.97 3/185 29602
/proc/meminfo: memFree=28159268/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=172468 CPUtime=3.07 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) R 29592 29592 27509 0 -1 4202496 14610 21634 0 0 124 22 152 9 20 0 1 0 384615681 176607232 40015 33554432000 4194304 6006132 140736151121472 140736151113816 5195051 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 43117 40015 180 443 0 42670 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 181616

[startup+6.30036 s]
/proc/loadavg: 2.07 2.03 1.97 3/184 29606
/proc/meminfo: memFree=27880800/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=172632 CPUtime=3.12 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 30107 0 0 0 305 7 0 0 20 0 1 0 384615998 176775168 36691 33554432000 4194304 5208918 140734290302976 140734290300648 4229296 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 43158 36691 96 248 0 42907 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 308308

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 1.97 3/184 29607
/proc/meminfo: memFree=27882220/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=172764 CPUtime=9.52 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 30125 0 0 0 945 7 0 0 20 0 1 0 384615998 176910336 36708 33554432000 4194304 5208918 140734290302976 140734290300824 4211104 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 43191 36708 96 248 0 42940 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 308440

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 1.97 3/184 29607
/proc/meminfo: memFree=27880288/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=176368 CPUtime=22.32 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 30730 0 0 0 2225 7 0 0 20 0 1 0 384615998 180600832 37309 33554432000 4194304 5208918 140734290302976 140734290300808 4211176 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 44092 37309 104 248 0 43841 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 312044

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 1.97 3/184 29607
/proc/meminfo: memFree=27879296/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=176368 CPUtime=47.91 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 30974 0 0 0 4784 7 0 0 20 0 1 0 384615998 180600832 37537 33554432000 4194304 5208918 140734290302976 140734290300808 4211147 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 44092 37537 104 248 0 43841 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 312044

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 1.97 3/184 29610
/proc/meminfo: memFree=27876900/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=177848 CPUtime=99.11 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 31456 0 0 0 9904 7 0 0 20 0 1 0 384615998 182116352 38009 33554432000 4194304 5208918 140734290302976 140734290300808 4211019 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 44462 38009 104 248 0 44211 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 313524

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/183 29610
/proc/meminfo: memFree=27873772/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=117380 CPUtime=3.13 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 14611 21634 0 0 124 28 152 9 20 0 1 0 384615681 120197120 26244 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 29345 26244 180 443 0 28898 0
[pid=29605] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29605/stat : 29605 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384615997 9367552 267 33554432000 4194304 5064252 140735805096944 140735805095856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29605/statm: 2287 267 226 213 0 72 0
[pid=29606] ppid=29605 vsize=179104 CPUtime=159.09 cores=0,2,4,6
/proc/29606/stat : 29606 (glucose) R 29605 29592 27509 0 -1 4202496 31810 0 0 0 15902 7 0 0 20 0 1 0 384615998 183402496 38871 33554432000 4194304 5208918 140734290302976 140734290300808 4205735 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29606/statm: 44776 38871 104 248 0 44525 0
Current children cumulated CPU time (s) 162.22

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

/proc/29713/stat : 29713 (glucose) R 29712 29592 27509 0 -1 4202496 26543 0 0 0 10594 7 0 0 20 0 1 0 384747307 145698816 29835 33554432000 4194304 5208918 140734112285152 140734112282984 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29713/statm: 35571 29835 104 248 0 35320 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 259860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 29713
/proc/meminfo: memFree=27931596/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=99280 CPUtime=1315.97 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 83106 386385 0 0 823 127 130353 294 20 0 1 0 384615681 101662720 18679 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24820 18679 180 443 0 24373 0
[pid=29712] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29712/stat : 29712 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384747307 9367552 266 33554432000 4194304 5064252 140737411587248 140737411586160 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29712/statm: 2287 266 226 213 0 72 0
[pid=29713] ppid=29712 vsize=143376 CPUtime=166 cores=0,2,4,6
/proc/29713/stat : 29713 (glucose) R 29712 29592 27509 0 -1 4202496 26936 0 0 0 16593 7 0 0 20 0 1 0 384747307 146817024 30739 33554432000 4194304 5208918 140734112285152 140734112282984 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29713/statm: 35844 30739 104 248 0 35593 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 260952

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 29721
/proc/meminfo: memFree=27939020/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=99092 CPUtime=1486.79 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 90081 420321 0 0 884 135 147338 322 20 0 1 0 384615681 101470208 18632 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24773 18632 180 443 0 24326 0
[pid=29719] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29719/stat : 29719 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384764393 9367552 266 33554432000 4194304 5064252 140736677203696 140736677202608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29719/statm: 2287 266 226 213 0 72 0
[pid=29720] ppid=29719 vsize=141040 CPUtime=55.15 cores=0,2,4,6
/proc/29720/stat : 29720 (glucose) R 29719 29592 27509 0 -1 4202496 26198 0 0 0 5508 7 0 0 20 0 1 0 384764394 144424960 29321 33554432000 4194304 5208918 140734482187440 140734482185272 4211188 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29720/statm: 35260 29321 104 248 0 35009 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 258428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 29721
/proc/meminfo: memFree=27935544/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=99092 CPUtime=1486.79 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 90081 420321 0 0 884 135 147338 322 20 0 1 0 384615681 101470208 18632 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24773 18632 180 443 0 24326 0
[pid=29719] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29719/stat : 29719 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384764393 9367552 266 33554432000 4194304 5064252 140736677203696 140736677202608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29719/statm: 2287 266 226 213 0 72 0
[pid=29720] ppid=29719 vsize=141040 CPUtime=115.14 cores=0,2,4,6
/proc/29720/stat : 29720 (glucose) R 29719 29592 27509 0 -1 4202496 26486 0 0 0 11507 7 0 0 20 0 1 0 384764394 144424960 30120 33554432000 4194304 5208918 140734482187440 140734482185272 4229288 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29720/statm: 35260 30120 105 248 0 35009 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 258428

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 29728
/proc/meminfo: memFree=27945384/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=98924 CPUtime=1620.42 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 96760 453746 0 0 944 143 160608 347 20 0 1 0 384615681 101298176 18078 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24731 18078 180 443 0 24284 0
[pid=29727] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29727/stat : 29727 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384777760 9367552 267 33554432000 4194304 5064252 140736647194736 140736647193648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29727/statm: 2287 267 226 213 0 72 0
[pid=29728] ppid=29727 vsize=129404 CPUtime=41.48 cores=0,2,4,6
/proc/29728/stat : 29728 (glucose) R 29727 29592 27509 0 -1 4202496 25066 0 0 0 4142 6 0 0 20 0 1 0 384777760 132509696 28300 33554432000 4194304 5208918 140733608028640 140733608026472 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29728/statm: 32351 28300 104 248 0 32100 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 246624

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 29735
/proc/meminfo: memFree=27950700/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=98720 CPUtime=1719.74 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 103596 486464 0 0 1002 151 170449 372 20 0 1 0 384615681 101089280 18027 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24680 18027 180 443 0 24233 0
[pid=29734] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29734/stat : 29734 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384787694 9367552 267 33554432000 4194304 5064252 140736289397040 140736289395952 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29734/statm: 2287 267 226 213 0 72 0
[pid=29735] ppid=29734 vsize=125056 CPUtime=2.15 cores=0,2,4,6
/proc/29735/stat : 29735 (glucose) R 29734 29592 27509 0 -1 4202496 24422 0 0 0 209 6 0 0 20 0 1 0 384787694 128057344 27092 33554432000 4194304 5208918 140736328035792 140736328033464 4229888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29735/statm: 31264 27092 96 248 0 31013 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 242072

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 29872
/proc/meminfo: memFree=28917732/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=98720 CPUtime=1719.74 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 103596 486464 0 0 1002 151 170449 372 20 0 1 0 384615681 101089280 18027 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24680 18027 180 443 0 24233 0
[pid=29734] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29734/stat : 29734 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384787694 9367552 267 33554432000 4194304 5064252 140736289397040 140736289395952 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29734/statm: 2287 267 226 213 0 72 0
[pid=29735] ppid=29734 vsize=128288 CPUtime=62.14 cores=0,2,4,6
/proc/29735/stat : 29735 (glucose) R 29734 29592 27509 0 -1 4202496 25212 0 0 0 6207 7 0 0 20 0 1 0 384787694 131366912 27882 33554432000 4194304 5208918 140736328035792 140736328033624 4211147 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29735/statm: 32072 27882 104 248 0 31821 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 245304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29879
/proc/meminfo: memFree=28895748/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=98528 CPUtime=1790.69 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 110150 518850 0 0 1059 159 177455 396 20 0 1 0 384615681 100892672 17467 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24632 17467 180 443 0 24185 0
[pid=29878] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29878/stat : 29878 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384794790 9367552 267 33554432000 4194304 5064252 140733993251440 140733993250352 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29878/statm: 2287 267 226 213 0 72 0
[pid=29879] ppid=29878 vsize=125276 CPUtime=9.4 cores=0,2,4,6
/proc/29879/stat : 29879 (glucose) R 29878 29592 27509 0 -1 4202496 23888 0 0 0 934 6 0 0 20 0 1 0 384794790 128282624 26757 33554432000 4194304 5208918 140735647816832 140735647814504 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29879/statm: 31319 26757 104 248 0 31068 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 242100

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29879
/proc/meminfo: memFree=28895748/32873648 swapFree=7376/7376
[pid=29592] ppid=29590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (npSolver-wbo-It) S 29590 29592 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384615681 9367552 275 33554432000 4194304 5064252 140733703615552 140733703614464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29592/statm: 2287 275 233 213 0 72 0
[pid=29593] ppid=29592 vsize=98528 CPUtime=1790.69 cores=0,2,4,6
/proc/29593/stat : 29593 (npSolver-wbo) S 29592 29592 27509 0 -1 4202496 110150 518850 0 0 1059 159 177455 396 20 0 1 0 384615681 100892672 17467 33554432000 4194304 6006132 140736151121472 140736151112864 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29593/statm: 24632 17467 180 443 0 24185 0
[pid=29878] ppid=29593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29878/stat : 29878 (satsolver.sh) S 29593 29592 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384794790 9367552 267 33554432000 4194304 5064252 140733993251440 140733993250352 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29878/statm: 2287 267 226 213 0 72 0
[pid=29879] ppid=29878 vsize=125276 CPUtime=9.4 cores=0,2,4,6
/proc/29879/stat : 29879 (glucose) R 29878 29592 27509 0 -1 4202496 23888 0 0 0 934 6 0 0 20 0 1 0 384794790 128282624 26757 33554432000 4194304 5208918 140735647816832 140735647814504 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29879/statm: 31319 26757 104 248 0 31068 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 242100

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29592 and gives
#  childrusage.ru_utime.tv_sec=1785
#  childrusage.ru_utime.tv_usec=145616
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=568153
# CPU time returned by wait4() is 1790.71
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1794.48
CPU system time (s): 5.61
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 335948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.15
system time used= 5.56815
maximum resident set size= 189100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1542480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9255
involuntary context switches= 2696

runsolver used 3.38948 second user time and 9.29759 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-08 21:48:23
IDJOB=3753364
IDBENCH=78660
IDSOLVER=2337
FILE ID=node125/3753364-1339184902
RUNJOBID= node125-1339183062-29061
PBS_JOBID= 14643842
Free space on /tmp= 70544 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/normalized-j6033_2-unsat--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-3753364-1339184902/watcher-3753364-1339184902 -o /tmp/evaluation-result-3753364-1339184902/solver-3753364-1339184902 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753364-1339184902.wbo 52811437 HOME HOME

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

MD5SUM BENCH= f53b47c8da57e8203b6ddda55aa63e31
RANDOM SEED=52811437

node125.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.373
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.74
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.373
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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28192892 kB
Buffers:          741336 kB
Cached:          2212356 kB
SwapCached:         1248 kB
Active:          3259200 kB
Inactive:         470444 kB
Active(anon):     766064 kB
Inactive(anon):     7424 kB
Active(file):    2493136 kB
Inactive(file):   463020 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:             16848 kB
Writeback:            20 kB
AnonPages:        777452 kB
Mapped:            12496 kB
Shmem:                96 kB
Slab:             810296 kB
SReclaimable:     252836 kB
SUnreclaim:       557460 kB
KernelStack:        1472 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1012336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 70700 MiB
End job on node125 at 2012-06-08 22:18:23