Trace number 3753654

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.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-66-100-0.wbo
MD5SUM92adeb187a48a927ab5078673cfa945b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.028994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints11
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 551
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 550
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
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.01	c run usual solver
4.57/4.65	o 214
9.56/9.65	o 70
15.66/15.76	o 48
15.87/15.90	o 39
16.47/16.59	o 23
16.57/16.72	o 1
16.57/16.72	c [SWC] exit 4
1800.05/1800.41	./satsolver.sh: line 5:  5755 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3753654-1339187077/watcher-3753654-1339187077 -o /tmp/evaluation-result-3753654-1339187077/solver-3753654-1339187077 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753654-1339187077.wbo 588549122 HOME HOME 

running on 4 cores: 1,3,5,7

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/179 5654
/proc/meminfo: memFree=30631240/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0

[startup+0.106794 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5654
/proc/meminfo: memFree=30631240/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200236 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5654
/proc/meminfo: memFree=30631240/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5654
/proc/meminfo: memFree=30631240/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5654
/proc/meminfo: memFree=30631240/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5706
/proc/meminfo: memFree=30878232/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2112 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1253 2107 0 0 0 0 0 0 20 0 1 0 384833190 2162688 202 33554432000 4194304 6006132 140736381173872 140736381168064 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 528 202 157 443 0 81 0
[pid=5660] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5660/stat : 5660 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384833192 9367552 267 33554432000 4194304 5064252 140734650956080 140734650954992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5660/statm: 2287 267 226 213 0 72 0
[pid=5661] ppid=5660 vsize=10324 CPUtime=1.46 cores=1,3,5,7
/proc/5661/stat : 5661 (glucose) R 5660 5654 16392 0 -1 4202496 3398 0 0 0 146 0 0 0 20 0 1 0 384833193 10571776 2125 33554432000 4194304 5208918 140737087633200 140737087631144 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5661/statm: 2581 2125 95 248 0 2330 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 30732

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5706
/proc/meminfo: memFree=30869776/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2112 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1253 2107 0 0 0 0 0 0 20 0 1 0 384833190 2162688 202 33554432000 4194304 6006132 140736381173872 140736381168064 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 528 202 157 443 0 81 0
[pid=5660] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5660/stat : 5660 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384833192 9367552 267 33554432000 4194304 5064252 140734650956080 140734650954992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5660/statm: 2287 267 226 213 0 72 0
[pid=5661] ppid=5660 vsize=17392 CPUtime=3.06 cores=1,3,5,7
/proc/5661/stat : 5661 (glucose) R 5660 5654 16392 0 -1 4202496 4123 0 0 0 306 0 0 0 20 0 1 0 384833193 17809408 3864 33554432000 4194304 5208918 140737087633200 140737087631144 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5661/statm: 4348 3864 95 248 0 4097 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37800

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5720
/proc/meminfo: memFree=30857164/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=4.63 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1426 10209 0 0 0 0 461 2 20 0 1 0 384833190 2854912 321 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5655/statm: 697 321 166 443 0 250 0
[pid=5719] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5719/stat : 5719 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384833656 9367552 267 33554432000 4194304 5064252 140735498899232 140735498898144 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5719/statm: 2287 267 226 213 0 72 0
[pid=5720] ppid=5719 vsize=11332 CPUtime=1.63 cores=1,3,5,7
/proc/5720/stat : 5720 (glucose) R 5719 5654 16392 0 -1 4202496 4175 0 0 0 162 1 0 0 20 0 1 0 384833656 11603968 2405 33554432000 4194304 5208918 140735828800304 140735828798248 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5720/statm: 2833 2405 96 248 0 2582 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32416

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5727
/proc/meminfo: memFree=30834120/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=9.63 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1511 18086 0 0 0 0 958 5 20 0 1 0 384833190 2854912 321 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 321 166 443 0 250 0
[pid=5726] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5726/stat : 5726 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834156 9367552 265 33554432000 4194304 5064252 140736544875328 140736544874240 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5726/statm: 2287 265 226 213 0 72 0
[pid=5727] ppid=5726 vsize=17636 CPUtime=3.03 cores=1,3,5,7
/proc/5727/stat : 5727 (glucose) R 5726 5654 16392 0 -1 4202496 4077 0 0 0 303 0 0 0 20 0 1 0 384834156 18059264 3950 33554432000 4194304 5208918 140734824889456 140734824887400 4229757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5727/statm: 4409 3950 96 248 0 4158 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38720

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5755
/proc/meminfo: memFree=30799172/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=20864 CPUtime=8.76 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 3192 0 0 0 876 0 0 0 20 0 1 0 384834862 21364736 4770 33554432000 4194304 5208918 140737146443280 140737146441224 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 5216 4770 105 248 0 4965 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41948

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5762
/proc/meminfo: memFree=30798096/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=25828 CPUtime=34.35 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 3921 0 0 0 3435 0 0 0 20 0 1 0 384834862 26447872 6011 33554432000 4194304 5208918 140737146443280 140737146441144 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 6457 6011 105 248 0 6206 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46912

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5783
/proc/meminfo: memFree=30826760/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=51644 CPUtime=85.56 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 5028 0 0 0 8555 1 0 0 20 0 1 0 384834862 52883456 11441 33554432000 4194304 5208918 140737146443280 140737146441224 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 12911 11441 105 248 0 12660 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 72728

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5784
/proc/meminfo: memFree=30748580/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5836
/proc/meminfo: memFree=30635288/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=155712 CPUtime=1405.33 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 10501 0 0 0 140499 34 0 0 20 0 1 0 384834862 159449088 34884 33554432000 4194304 5208918 140737146443280 140737146441272 4229745 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 38928 34884 105 248 0 38677 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 176796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5836
/proc/meminfo: memFree=30568224/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=186532 CPUtime=1465.32 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 10582 0 0 0 146497 35 0 0 20 0 1 0 384834862 191008768 41607 33554432000 4194304 5208918 140737146443280 140737146441432 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 46633 41607 105 248 0 46382 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 207616

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 5840
/proc/meminfo: memFree=30583748/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=188240 CPUtime=1525.3 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 11157 0 0 0 152494 36 0 0 20 0 1 0 384834862 192757760 42034 33554432000 4194304 5208918 140737146443280 140737146441432 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 47060 42034 105 248 0 46809 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 209324

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 5840
/proc/meminfo: memFree=30606656/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=190552 CPUtime=1585.29 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 11347 0 0 0 158491 38 0 0 20 0 1 0 384834862 195125248 41076 33554432000 4194304 5208918 140737146443280 140737146441432 4229720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 47638 41076 105 248 0 47387 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 211636

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 5840
/proc/meminfo: memFree=30564696/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=191548 CPUtime=1645.28 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 11724 0 0 0 164488 40 0 0 20 0 1 0 384834862 196145152 40301 33554432000 4194304 5208918 140737146443280 140737146441432 4229699 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 47887 40301 105 248 0 47636 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 212632

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5840
/proc/meminfo: memFree=30564788/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=161580 CPUtime=1705.27 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 11995 0 0 0 170486 41 0 0 20 0 1 0 384834862 165457920 36351 33554432000 4194304 5208918 140737146443280 140737146441272 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 40395 36351 105 248 0 40144 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 182664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5840
/proc/meminfo: memFree=30592432/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=192400 CPUtime=1765.26 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 12076 0 0 0 176484 42 0 0 20 0 1 0 384834862 197017600 42562 33554432000 4194304 5208918 140737146443280 140737146441432 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 48100 42562 105 248 0 47849 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 213484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5840
/proc/meminfo: memFree=30607924/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=192400 CPUtime=1783.36 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 12087 0 0 0 178294 42 0 0 20 0 1 0 384834862 197017600 43586 33554432000 4194304 5208918 140737146443280 140737146441432 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 48100 43586 105 248 0 47849 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 213484

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5840
/proc/meminfo: memFree=30607924/32873648 swapFree=7628/7628
[pid=5654] ppid=5652 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5654/stat : 5654 (npSolver-wbo-It) S 5652 5654 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384833190 9367552 274 33554432000 4194304 5064252 140737208205056 140737208203968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5654/statm: 2287 274 233 213 0 72 0
[pid=5655] ppid=5654 vsize=2788 CPUtime=16.69 cores=1,3,5,7
/proc/5655/stat : 5655 (npSolver-wbo) S 5654 5654 16392 0 -1 4202496 1772 38620 0 0 0 1 1660 8 20 0 1 0 384833190 2854912 323 33554432000 4194304 6006132 140736381173872 140736381165264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5655/statm: 697 323 168 443 0 250 0
[pid=5754] ppid=5655 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (satsolver.sh) S 5655 5654 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384834862 9367552 267 33554432000 4194304 5064252 140735095813872 140735095812784 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5754/statm: 2287 267 226 213 0 72 0
[pid=5755] ppid=5754 vsize=192400 CPUtime=1783.36 cores=1,3,5,7
/proc/5755/stat : 5755 (glucose) R 5754 5654 16392 0 -1 4202496 12087 0 0 0 178294 42 0 0 20 0 1 0 384834862 197017600 43586 33554432000 4194304 5208918 140737146443280 140737146441432 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5755/statm: 48100 43586 105 248 0 47849 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 213484

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.527919
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 213484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.527919
maximum resident set size= 175544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147
involuntary context switches= 1923

runsolver used 3.38149 second user time and 9.26259 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 22:24:37
IDJOB=3753654
IDBENCH=78718
IDSOLVER=2337
FILE ID=node127/3753654-1339187077
RUNJOBID= node127-1339183476-5390
PBS_JOBID= 14643807
Free space on /tmp= 70824 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753654-1339187077/watcher-3753654-1339187077 -o /tmp/evaluation-result-3753654-1339187077/solver-3753654-1339187077 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753654-1339187077.wbo 588549122 HOME HOME

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

MD5SUM BENCH= 92adeb187a48a927ab5078673cfa945b
RANDOM SEED=588549122

node127.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.348
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.69
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.348
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.348
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.94
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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        30631512 kB
Buffers:          446976 kB
Cached:           623128 kB
SwapCached:         2000 kB
Active:          1305680 kB
Inactive:          26372 kB
Active(anon):     249504 kB
Inactive(anon):     8228 kB
Active(file):    1056176 kB
Inactive(file):    18144 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        273252 kB
Mapped:            11312 kB
Shmem:                92 kB
Slab:             757536 kB
SReclaimable:     201752 kB
SUnreclaim:       555784 kB
KernelStack:        1504 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     432352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 70816 MiB
End job on node127 at 2012-06-08 22:54:38