Trace number 3717049

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
MD5SUM515e8ce2c7c31d2b78b34efd1db422a9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.336948
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints44
Number of constraints which are clauses35
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 constraint35
Top cost 2588
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2587
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
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.76	o 878
0.00/0.76	c current bound: 439
253.39/253.51	o 111
253.39/253.51	c current bound: 55
253.43/253.73	o 53
253.43/253.73	c current bound: 26
255.59/255.80	o 20
255.59/255.80	c current bound: 10
257.09/257.25	o 9
257.09/257.25	c current bound: 4
1800.07/1800.51	./satsolver.sh: line 5:  7740 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.51	c error: unexpected solver exit code
1800.07/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3717049-1338179309/watcher-3717049-1338179309 -o /tmp/evaluation-result-3717049-1338179309/solver-3717049-1338179309 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717049-1338179309.wbo 203027527 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.03 2.02 1.97 3/179 7599
/proc/meminfo: memFree=28720204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0

[startup+0.0188979 s]
/proc/loadavg: 2.03 2.02 1.97 3/179 7599
/proc/meminfo: memFree=28720204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100245 s]
/proc/loadavg: 2.03 2.02 1.97 3/179 7599
/proc/meminfo: memFree=28720204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.03 2.02 1.97 3/179 7599
/proc/meminfo: memFree=28720204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.03 2.02 1.97 3/179 7599
/proc/meminfo: memFree=28720204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.03 2.02 1.97 3/183 7654
/proc/meminfo: memFree=28946912/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=15780 CPUtime=0.7 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 3390 0 0 0 70 0 0 0 20 0 1 0 284056815 16158720 3415 33554432000 4194304 4896791 140734557738688 140734557735896 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 3945 3415 76 172 0 3771 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39968

[startup+3.10029 s]
/proc/loadavg: 2.03 2.02 1.97 3/183 7660
/proc/meminfo: memFree=28944416/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=18576 CPUtime=2.3 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 5246 0 0 0 229 1 0 0 20 0 1 0 284056815 19021824 3958 33554432000 4194304 4896791 140734557738688 140734557735976 4223886 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 4644 3958 78 172 0 4470 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42764

[startup+6.30029 s]
/proc/loadavg: 2.03 2.02 1.97 3/183 7666
/proc/meminfo: memFree=28942288/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=22108 CPUtime=5.5 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 7785 0 0 0 548 2 0 0 20 0 1 0 284056815 22638592 4514 33554432000 4194304 4896791 140734557738688 140734557735896 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 5527 4514 78 172 0 5353 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 46296

[startup+12.7004 s]
/proc/loadavg: 1.95 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28932724/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=23276 CPUtime=11.89 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 10435 0 0 0 1187 2 0 0 20 0 1 0 284056815 23834624 5324 33554432000 4194304 4896791 140734557738688 140734557736216 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 5819 5324 78 172 0 5645 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 47464

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28925084/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=25396 CPUtime=24.7 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 15082 0 0 0 2466 4 0 0 20 0 1 0 284056815 26005504 5790 33554432000 4194304 4896791 140734557738688 140734557736216 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 6349 5790 78 172 0 6175 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 49584

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 1.97 3/183 7718
/proc/meminfo: memFree=28905984/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=28412 CPUtime=50.29 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 20070 0 0 0 5023 6 0 0 20 0 1 0 284056815 29093888 6454 33554432000 4194304 4896791 140734557738688 140734557736120 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 7103 6454 78 172 0 6929 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 52600

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/184 7721
/proc/meminfo: memFree=28899204/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7653/stat : 7653 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284056815 9367552 267 33554432000 4194304 5064252 140735869888224 140735869887136 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7653/statm: 2287 267 226 213 0 72 0
[pid=7654] ppid=7653 vsize=43420 CPUtime=101.48 cores=0,2,4,6
/proc/7654/stat : 7654 (glucose_static) R 7653 7599 7427 0 -1 4202496 28247 0 0 0 10139 9 0 0 20 0 1 0 284056815 44462080 9153 33554432000 4194304 4896791 140734557738688 140734557736216 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7654/statm: 10855 9153 78 172 0 10681 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 67608

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/183 7722
/proc/meminfo: memFree=28888500/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=5892 CPUtime=0.76 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2055 3157 0 0 6 3 67 0 20 0 1 0 284056737 6033408 866 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1473 866 173 410 0 1055 0
[pid=7653] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.99 3/183 7750
/proc/meminfo: memFree=28650156/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=217836 CPUtime=1104.81 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 100109 0 0 0 110406 75 0 0 20 0 1 0 284082462 223064064 48902 33554432000 4194304 4896791 140737264624448 140737264621656 4219168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 54459 48902 78 172 0 54285 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 240564

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/183 7750
/proc/meminfo: memFree=28648720/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=170680 CPUtime=1164.8 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 102037 0 0 0 116402 78 0 0 20 0 1 0 284082462 174776320 35978 33554432000 4194304 4896791 140737264624448 140737264620184 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 42670 35978 78 172 0 42496 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 193408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28614604/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=172040 CPUtime=1224.78 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 103749 0 0 0 122397 81 0 0 20 0 1 0 284082462 176168960 40498 33554432000 4194304 4896791 140737264624448 140737264621656 4223862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 43010 40498 78 172 0 42836 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 194768

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28625772/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=142960 CPUtime=1284.78 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 105913 0 0 0 128393 85 0 0 20 0 1 0 284082462 146391040 33690 33554432000 4194304 4896791 140737264624448 140737264622024 4225201 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 35740 33690 78 172 0 35566 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 165688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7750
/proc/meminfo: memFree=28644356/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=176624 CPUtime=1344.76 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 108535 0 0 0 134388 88 0 0 20 0 1 0 284082462 180862976 38000 33554432000 4194304 4896791 140737264624448 140737264620184 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 44156 38000 78 172 0 43982 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 199352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28621360/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=178872 CPUtime=1404.74 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 110771 0 0 0 140383 91 0 0 20 0 1 0 284082462 183164928 40765 33554432000 4194304 4896791 140737264624448 140737264620184 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 44718 40765 78 172 0 44544 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 201600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28594516/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=180664 CPUtime=1464.73 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 112497 0 0 0 146379 94 0 0 20 0 1 0 284082462 184999936 43326 33554432000 4194304 4896791 140737264624448 140737264621656 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 45166 43326 78 172 0 44992 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 203392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28578816/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=232808 CPUtime=1524.73 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 114610 0 0 0 152375 98 0 0 20 0 1 0 284082462 238395392 46126 33554432000 4194304 4896791 140737264624448 140737264621656 4203780 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 58202 46126 78 172 0 58028 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 255536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 7751
/proc/meminfo: memFree=28590836/32873648 swapFree=6844/6844
[pid=7599] ppid=7597 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7599/stat : 7599 (runWbo2satCp2.s) S 7597 7599 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284056737 9367552 274 33554432000 4194304 5064252 140736714603824 140736714602736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7599/statm: 2287 274 233 213 0 72 0
[pid=7600] ppid=7599 vsize=4432 CPUtime=257.15 cores=0,2,4,6
/proc/7600/stat : 7600 (wbo2sat) S 7599 7599 7427 0 -1 4202496 2783 63077 0 0 6 3 25679 27 20 0 1 0 284056737 4538368 740 33554432000 4194304 5872148 140736102400720 140736102393992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7600/statm: 1108 740 173 410 0 690 0
[pid=7739] ppid=7600 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7739/stat : 7739 (satsolver.sh) S 7600 7599 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284082462 9367552 267 33554432000 4194304 5064252 140733685491680 140733685490592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7739/statm: 2287 267 226 213 0 72 0
[pid=7740] ppid=7739 vsize=183712 CPUtime=1542.92 cores=0,2,4,6
/proc/7740/stat : 7740 (glucose_static) R 7739 7599 7427 0 -1 4202496 115950 0 0 0 154192 100 0 0 20 0 1 0 284082462 188121088 38078 33554432000 4194304 4896791 140737264624448 140737264620120 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7740/statm: 45928 38078 78 172 0 45754 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 206440

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.8
CPU system time (s): 1.3218
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 305388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.3218
maximum resident set size= 240648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204
involuntary context switches= 2470

runsolver used 3.46547 second user time and 9.13561 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 06:28:29
IDJOB=3717049
IDBENCH=78704
IDSOLVER=2299
FILE ID=node124/3717049-1338179309
RUNJOBID= node124-1338177508-7443
PBS_JOBID= 14624564
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= 515e8ce2c7c31d2b78b34efd1db422a9
RANDOM SEED=203027527

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:        28720460 kB
Buffers:          362036 kB
Cached:          2727248 kB
SwapCached:            0 kB
Active:          1204768 kB
Inactive:        2138748 kB
Active(anon):     256476 kB
Inactive(anon):        0 kB
Active(file):     948292 kB
Inactive(file):  2138748 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8584 kB
Writeback:             0 kB
AnonPages:        289264 kB
Mapped:            15540 kB
Shmem:               200 kB
Slab:             669580 kB
SReclaimable:     114048 kB
SUnreclaim:       555532 kB
KernelStack:        1520 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     418776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71412 MiB
End job on node124 at 2012-05-28 06:58:29