Trace number 3716237

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
wbo2sat 2012-05-19? (TO) 1800.02 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap81_wcsp.wbo
MD5SUM82056375080d1ec55a672c8d47702d0f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7851242
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 59386724
Min constraint cost 1
Max constraint cost 59386724
Sum of constraints costs 74836280126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.03	o 19052635
0.00/0.03	c current bound: 9526317
0.00/0.03	c fallback to adder encoding
549.37/549.55	o 9525228
549.37/549.55	c current bound: 4762614
549.37/549.55	c fallback to adder encoding
551.37/551.57	c current bound: 7143921
551.37/551.57	c fallback to adder encoding
613.95/614.14	c current bound: 8334575
613.95/614.14	c fallback to adder encoding
1491.88/1492.26	o 8331936
1491.88/1492.26	c current bound: 7737929
1491.88/1492.26	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/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-3716237-1338226843/watcher-3716237-1338226843 -o /tmp/evaluation-result-3716237-1338226843/solver-3716237-1338226843 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716237-1338226843.wbo 31782160 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.00 2.00 2.00 3/180 24032
/proc/meminfo: memFree=26277176/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0

[startup+0.024778 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24032
/proc/meminfo: memFree=26277176/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24032
/proc/meminfo: memFree=26277176/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24032
/proc/meminfo: memFree=26277176/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24032
/proc/meminfo: memFree=26277176/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24039
/proc/meminfo: memFree=26223904/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=38884 CPUtime=1.27 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 7306 0 0 0 127 0 0 0 20 0 1 0 288810302 39817216 7549 33554432000 4194304 4896791 140735269590368 140735269587576 4205537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 9721 7549 77 172 0 9547 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 77368

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24039
/proc/meminfo: memFree=26221424/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=40356 CPUtime=2.87 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 8161 0 0 0 287 0 0 0 20 0 1 0 288810302 41324544 8773 33554432000 4194304 4896791 140735269590368 140735269587576 4204062 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 10089 8773 78 172 0 9915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 78840

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24039
/proc/meminfo: memFree=26216772/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=41480 CPUtime=6.07 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 9014 0 0 0 606 1 0 0 20 0 1 0 288810302 42475520 8875 33554432000 4194304 4896791 140735269590368 140735269586104 4225370 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 10370 8875 78 172 0 10196 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 79964

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24039
/proc/meminfo: memFree=26214812/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=43012 CPUtime=12.47 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 11295 0 0 0 1245 2 0 0 20 0 1 0 288810302 44044288 9356 33554432000 4194304 4896791 140735269590368 140735269586104 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 10753 9356 78 172 0 10579 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 81496

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24040
/proc/meminfo: memFree=26206616/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=45296 CPUtime=25.27 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 14077 0 0 0 2524 3 0 0 20 0 1 0 288810302 46383104 9806 33554432000 4194304 4896791 140735269590368 140735269587576 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 11324 9806 78 172 0 11150 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83780

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24040
/proc/meminfo: memFree=26202892/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=54724 CPUtime=50.86 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 18569 0 0 0 5082 4 0 0 20 0 1 0 288810302 56037376 11455 33554432000 4194304 4896791 140735269590368 140735269587896 4203891 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 13681 11455 78 172 0 13507 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 93208

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24040
/proc/meminfo: memFree=26179496/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24038/stat : 24038 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288810302 9367552 266 33554432000 4194304 5064252 140734001634912 140734001633824 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24038/statm: 2287 266 226 213 0 72 0
[pid=24039] ppid=24038 vsize=58564 CPUtime=102.06 cores=0,2,4,6
/proc/24039/stat : 24039 (glucose_static) R 24038 24032 19725 0 -1 4202496 22869 0 0 0 10199 7 0 0 20 0 1 0 288810302 59969536 13090 33554432000 4194304 4896791 140735269590368 140735269587512 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24039/statm: 14641 13090 78 172 0 14467 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 97048

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24040
/proc/meminfo: memFree=26184072/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=20188 CPUtime=0.19 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 3514 1557 0 0 17 2 0 0 20 0 1 0 288810280 20672512 3491 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 5047 3491 175 410 0 4629 0
[pid=24038] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/24053/stat : 24053 (glucose_static) R 24052 24032 19725 0 -1 4202496 40507 0 0 0 74749 34 0 0 20 0 1 0 288871712 186646528 32672 33554432000 4194304 4896791 140733779343952 140733779341480 4204016 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24053/statm: 45568 32672 78 172 0 45394 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 237352

[startup+1422.31 s]
/proc/loadavg: 2.05 2.09 2.03 3/183 24126
/proc/meminfo: memFree=18632560/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=614.17 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 11893 74715 0 0 63 8 61309 37 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24052] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288871711 9367552 267 33554432000 4194304 5064252 140736821988784 140736821987696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24052/statm: 2287 267 226 213 0 72 0
[pid=24053] ppid=24052 vsize=182932 CPUtime=807.83 cores=0,2,4,6
/proc/24053/stat : 24053 (glucose_static) R 24052 24032 19725 0 -1 4202496 41981 0 0 0 80746 37 0 0 20 0 1 0 288871712 187322368 32854 33554432000 4194304 4896791 140733779343952 140733779339688 4224963 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24053/statm: 45733 32854 78 172 0 45559 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 238012

[startup+1482.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/183 24126
/proc/meminfo: memFree=18652096/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=614.17 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 11893 74715 0 0 63 8 61309 37 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24052] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288871711 9367552 267 33554432000 4194304 5064252 140736821988784 140736821987696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24052/statm: 2287 267 226 213 0 72 0
[pid=24053] ppid=24052 vsize=133456 CPUtime=867.82 cores=0,2,4,6
/proc/24053/stat : 24053 (glucose_static) R 24052 24032 19725 0 -1 4202496 43049 0 0 0 86742 40 0 0 20 0 1 0 288871712 136658944 28091 33554432000 4194304 4896791 140733779343952 140733779341160 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24053/statm: 33364 28091 78 172 0 33190 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 188536

[startup+1542.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/183 24129
/proc/meminfo: memFree=18718428/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=52988 CPUtime=49.84 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 18904 0 0 0 4978 6 0 0 20 0 1 0 288959525 54259712 11462 33554432000 4194304 4896791 140733283551360 140733283548872 4203866 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 13247 11462 78 172 0 13073 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 108068

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/183 24130
/proc/meminfo: memFree=18709060/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=67968 CPUtime=109.83 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 24084 0 0 0 10973 10 0 0 20 0 1 0 288959525 69599232 13890 33554432000 4194304 4896791 140733283551360 140733283547096 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 16992 13890 78 172 0 16818 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 123048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 24130
/proc/meminfo: memFree=18698832/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=88828 CPUtime=169.82 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 27704 0 0 0 16969 13 0 0 20 0 1 0 288959525 90959872 16508 33554432000 4194304 4896791 140733283551360 140733283547096 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 22207 16508 78 172 0 22033 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 143908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/183 24130
/proc/meminfo: memFree=18678828/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=90512 CPUtime=229.81 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 29473 0 0 0 22967 14 0 0 20 0 1 0 288959525 92684288 21438 33554432000 4194304 4896791 140733283551360 140733283548568 4207819 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 22628 21438 78 172 0 22454 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 145592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 24133
/proc/meminfo: memFree=18689780/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=91952 CPUtime=289.79 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 32422 0 0 0 28962 17 0 0 20 0 1 0 288959525 94158848 18642 33554432000 4194304 4896791 140733283551360 140733283548568 4225514 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 22988 18642 78 172 0 22814 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 147032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 24133
/proc/meminfo: memFree=18677616/32873648 swapFree=6864/6864
[pid=24032] ppid=24030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24032/stat : 24032 (runWbo2sat.sh) S 24030 24032 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288810280 9367552 274 33554432000 4194304 5064252 140735654899152 140735654898064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24032/statm: 2287 274 233 213 0 72 0
[pid=24033] ppid=24032 vsize=36784 CPUtime=1492.12 cores=0,2,4,6
/proc/24033/stat : 24033 (wbo2sat) S 24032 24032 19725 0 -1 4202496 14996 118954 0 0 78 10 149045 79 20 0 1 0 288810280 37666816 7619 33554432000 4194304 5872148 140735606061376 140735606054648 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/24033/statm: 9196 7619 175 410 0 8778 0
[pid=24128] ppid=24033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24128/stat : 24128 (satsolver.sh) S 24033 24032 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288959525 9367552 267 33554432000 4194304 5064252 140735096575776 140735096574688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24128/statm: 2287 267 226 213 0 72 0
[pid=24129] ppid=24128 vsize=92080 CPUtime=307.9 cores=0,2,4,6
/proc/24129/stat : 24129 (glucose_static) R 24128 24032 19725 0 -1 4202496 32476 0 0 0 30772 18 0 0 20 0 1 0 288959525 94289920 21762 33554432000 4194304 4896791 140733283551360 140733283548888 4205882 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24129/statm: 23020 21762 78 172 0 22846 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 147160

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 24032 and gives
#  childrusage.ru_utime.tv_sec=1491
#  childrusage.ru_utime.tv_usec=249295
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=898863
# CPU time returned by wait4() is 1492.15
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1798.95
CPU system time (s): 1.07
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 286936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1491.25
system time used= 0.898863
maximum resident set size= 186276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134928
page faults= 0
swaps= 0
block input operations= 8
block output operations= 98656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145
involuntary context switches= 1563

runsolver used 2.73958 second user time and 7.09192 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 19:40:43
IDJOB=3716237
IDBENCH=79541
IDSOLVER=2298
FILE ID=node120/3716237-1338226843
RUNJOBID= node120-1338194468-19741
PBS_JOBID= 14624598
Free space on /tmp= 71164 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap81_wcsp.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716237-1338226843/watcher-3716237-1338226843 -o /tmp/evaluation-result-3716237-1338226843/solver-3716237-1338226843 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716237-1338226843.wbo 31782160 HOME HOME

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

MD5SUM BENCH= 82056375080d1ec55a672c8d47702d0f
RANDOM SEED=31782160

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        26277540 kB
Buffers:          438316 kB
Cached:          4137388 kB
SwapCached:          636 kB
Active:          2590124 kB
Inactive:        3135264 kB
Active(anon):    1138360 kB
Inactive(anon):    12532 kB
Active(file):    1451764 kB
Inactive(file):  3122732 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8548 kB
Writeback:             8 kB
AnonPages:       1158508 kB
Mapped:            15244 kB
Shmem:               120 kB
Slab:             726212 kB
SReclaimable:     170264 kB
SUnreclaim:       555948 kB
KernelStack:        1488 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1569304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    911360 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= 69320 MiB
End job on node120 at 2012-05-28 20:10:43