Trace number 3717048

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
wbo2satCp2 2012-05-19? (TO) 1800.04 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
MD5SUM318c9cc5b16e210b9b0a9873d7c14d4c
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.068989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints16
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 916
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 915
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.15	o 431
0.00/0.15	c current bound: 215
1.87/1.97	o 195
1.87/1.97	c current bound: 97
2.54/2.63	o 90
2.54/2.63	c current bound: 45
173.07/173.24	o 40
173.07/173.24	c current bound: 20
173.97/174.19	o 1
173.97/174.19	c current bound: 0
1800.01/1800.50	./satsolver.sh: line 5:  7728 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.50	c error: unexpected solver exit code
1800.01/1800.50	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-3717048-1338179314/watcher-3717048-1338179314 -o /tmp/evaluation-result-3717048-1338179314/solver-3717048-1338179314 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717048-1338179314.wbo 1394036533 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: 1.94 2.00 1.97 3/179 7705
/proc/meminfo: memFree=28944140/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0

[startup+0.0291809 s]
/proc/loadavg: 1.94 2.00 1.97 3/179 7705
/proc/meminfo: memFree=28944140/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 1.94 2.00 1.97 3/179 7705
/proc/meminfo: memFree=28944140/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 1.94 2.00 1.97 3/179 7705
/proc/meminfo: memFree=28944140/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 1.94 2.00 1.97 3/179 7705
/proc/meminfo: memFree=28944140/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/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: 1.94 2.00 1.97 3/183 7712
/proc/meminfo: memFree=28933016/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=0.14 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1019 2232 0 0 4 3 7 0 20 0 1 0 284057308 3833856 512 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 512 173 410 0 518 0
[pid=7711] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7711/stat : 7711 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284057323 9367552 267 33554432000 4194304 5064252 140733214660912 140733214659824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7711/statm: 2287 267 226 213 0 72 0
[pid=7712] ppid=7711 vsize=8928 CPUtime=1.34 cores=1,3,5,7
/proc/7712/stat : 7712 (glucose_static) R 7711 7705 7427 0 -1 4202496 3023 0 0 0 134 0 0 0 20 0 1 0 284057323 9142272 1680 33554432000 4194304 4896791 140733329621056 140733329618264 4224821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7712/statm: 2232 1680 78 172 0 2058 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30968

[startup+3.10022 s]
/proc/loadavg: 1.94 2.00 1.97 3/183 7715
/proc/meminfo: memFree=28937472/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 12892

[startup+6.30033 s]
/proc/loadavg: 1.95 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28930864/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=8164 CPUtime=3.66 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 4006 0 0 0 366 0 0 0 20 0 1 0 284057571 8359936 1628 33554432000 4194304 4896791 140733489156704 140733489153912 4225124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 2041 1628 78 172 0 1867 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 30204

[startup+12.7003 s]
/proc/loadavg: 1.95 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28926496/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=14976 CPUtime=10.06 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 7389 0 0 0 1005 1 0 0 20 0 1 0 284057571 15335424 3343 33554432000 4194304 4896791 140733489156704 140733489153912 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 3744 3343 78 172 0 3570 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 37016

[startup+25.5008 s]
/proc/loadavg: 1.96 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28918556/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=16780 CPUtime=22.85 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 11214 0 0 0 2283 2 0 0 20 0 1 0 284057571 17182720 3565 33554432000 4194304 4896791 140733489156704 140733489154232 4203765 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 4195 3565 78 172 0 4021 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 38820

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28907772/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=23388 CPUtime=48.44 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 15813 0 0 0 4840 4 0 0 20 0 1 0 284057571 23949312 4908 33554432000 4194304 4896791 140733489156704 140733489153912 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 5847 4908 78 172 0 5673 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 45428

[startup+102.308 s]
/proc/loadavg: 1.99 2.00 1.97 3/184 7722
/proc/meminfo: memFree=28902416/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=26456 CPUtime=99.64 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 22690 0 0 0 9957 7 0 0 20 0 1 0 284057571 27090944 6049 33554432000 4194304 4896791 140733489156704 140733489153912 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 6614 6049 78 172 0 6440 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 48496

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/183 7722
/proc/meminfo: memFree=28886816/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=2.55 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1347 9741 0 0 4 3 246 2 20 0 1 0 284057308 3833856 538 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 538 173 410 0 518 0
[pid=7717] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7717/stat : 7717 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284057571 9367552 267 33554432000 4194304 5064252 140734046074736 140734046073648 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7717/statm: 2287 267 226 213 0 72 0
[pid=7718] ppid=7717 vsize=30580 CPUtime=159.63 cores=1,3,5,7
/proc/7718/stat : 7718 (glucose_static) R 7717 7705 7427 0 -1 4202496 29444 0 0 0 15952 11 0 0 20 0 1 0 284057571 31313920 6521 33554432000 4194304 4896791 140733489156704 140733489154232 4225356 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7718/statm: 7645 6521 78 172 0 7471 0
Current children cumulated CPU time (s) 162.18

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.99 3/183 7750
/proc/meminfo: memFree=28636680/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=189312 CPUtime=1247.82 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 108131 0 0 0 124697 85 0 0 20 0 1 0 284074727 193855488 42973 33554432000 4194304 4896791 140734085081248 140734085078456 4224715 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 47328 42973 78 172 0 47154 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 211352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28605052/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=192284 CPUtime=1307.8 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 109580 0 0 0 130692 88 0 0 20 0 1 0 284074727 196898816 47094 33554432000 4194304 4896791 140734085081248 140734085078456 4224917 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 48071 47094 78 172 0 47897 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 214324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28661256/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=163596 CPUtime=1367.79 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 112156 0 0 0 136686 93 0 0 20 0 1 0 284074727 167522304 39216 33554432000 4194304 4896791 140734085081248 140734085078824 4225038 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 40899 39216 78 172 0 40725 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 185636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28633872/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=196192 CPUtime=1427.78 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 114716 0 0 0 142681 97 0 0 20 0 1 0 284074727 200900608 42259 33554432000 4194304 4896791 140734085081248 140734085078456 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 49048 42259 78 172 0 48874 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 218232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28610500/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=199804 CPUtime=1487.77 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 117340 0 0 0 148677 100 0 0 20 0 1 0 284074727 204599296 45307 33554432000 4194304 4896791 140734085081248 140734085078456 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 49951 45307 78 172 0 49777 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 221844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28584028/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=202140 CPUtime=1547.76 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 118357 0 0 0 154673 103 0 0 20 0 1 0 284074727 206991360 49236 33554432000 4194304 4896791 140734085081248 140734085078456 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 50535 49236 78 172 0 50361 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 224180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28566096/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=254400 CPUtime=1607.74 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 121056 0 0 0 160667 107 0 0 20 0 1 0 284074727 260505600 50519 33554432000 4194304 4896791 140734085081248 140734085078456 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 63600 50519 78 172 0 63426 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 276440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7796
/proc/meminfo: memFree=28684604/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=174536 CPUtime=1625.95 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 121849 0 0 0 162486 109 0 0 20 0 1 0 284074727 178724864 42627 33554432000 4194304 4896791 140734085081248 140734085078824 4205137 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 43634 42627 78 172 0 43460 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 196576

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 1.99 3/183 7796
/proc/meminfo: memFree=28684604/32873648 swapFree=6844/6844
[pid=7705] ppid=7703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7705/stat : 7705 (runWbo2satCp2.s) S 7703 7705 7427 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 284057308 9367552 274 33554432000 4194304 5064252 140734872079200 140734872078112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7705/statm: 2287 274 233 213 0 72 0
[pid=7706] ppid=7705 vsize=3744 CPUtime=174.06 cores=1,3,5,7
/proc/7706/stat : 7706 (wbo2sat) S 7705 7705 7427 0 -1 4202496 1575 44583 0 0 4 3 17385 14 20 0 1 0 284057308 3833856 539 33554432000 4194304 5872148 140736751656192 140736751649464 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7706/statm: 936 539 174 410 0 518 0
[pid=7727] ppid=7706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7727/stat : 7727 (satsolver.sh) S 7706 7705 7427 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284074727 9367552 266 33554432000 4194304 5064252 140735682101008 140735682099920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7727/statm: 2287 266 226 213 0 72 0
[pid=7728] ppid=7727 vsize=174536 CPUtime=1625.95 cores=1,3,5,7
/proc/7728/stat : 7728 (glucose_static) R 7727 7705 7427 0 -1 4202496 121849 0 0 0 162486 109 0 0 20 0 1 0 284074727 178724864 42627 33554432000 4194304 4896791 140734085081248 140734085078824 4205137 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7728/statm: 43634 42627 78 172 0 43460 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 196576

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1798.76
CPU system time (s): 1.27581
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 326804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.27581
maximum resident set size= 264340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 217
involuntary context switches= 2643

runsolver used 5.82011 second user time and 17.9083 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 06:28:34
IDJOB=3717048
IDBENCH=78707
IDSOLVER=2299
FILE ID=node124/3717048-1338179314
RUNJOBID= node124-1338177508-7444
PBS_JOBID= 14624564
Free space on /tmp= 71424 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717048-1338179314/watcher-3717048-1338179314 -o /tmp/evaluation-result-3717048-1338179314/solver-3717048-1338179314 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717048-1338179314.wbo 1394036533 HOME HOME

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

MD5SUM BENCH= 318c9cc5b16e210b9b0a9873d7c14d4c
RANDOM SEED=1394036533

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28944784 kB
Buffers:          362132 kB
Cached:          2723316 kB
SwapCached:            0 kB
Active:           981864 kB
Inactive:        2137512 kB
Active(anon):      36292 kB
Inactive(anon):        0 kB
Active(file):     945572 kB
Inactive(file):  2137512 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19552 kB
Writeback:             0 kB
AnonPages:         40876 kB
Mapped:            15196 kB
Shmem:               200 kB
Slab:             670472 kB
SReclaimable:     114088 kB
SUnreclaim:       556384 kB
KernelStack:        1520 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71396 MiB
End job on node124 at 2012-05-28 06:58:35