Trace number 3716665

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo2sat 2012-05-19? (TO) 1800.06 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
MD5SUM3ef623ad54bc9b8a55f5198a1c4abc02
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.024996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints45
Number of soft constraints45
Number of constraints which are clauses25
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 constraint25
Top cost 1950
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1949
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.51	o 241
0.00/0.51	c current bound: 120
150.93/151.01	o 107
150.93/151.01	c current bound: 53
150.93/151.06	o 50
150.93/151.06	c current bound: 25
151.00/151.49	o 25
151.00/151.49	c current bound: 12
152.14/152.22	o 10
152.14/152.22	c current bound: 5
152.14/152.26	o 4
152.14/152.26	c current bound: 2
1800.02/1800.51	./satsolver.sh: line 5: 20130 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.51	c error: unexpected solver exit code
1800.02/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-3716665-1338211951/watcher-3716665-1338211951 -o /tmp/evaluation-result-3716665-1338211951/solver-3716665-1338211951 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716665-1338211951.wbo 1067274515 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19984
/proc/meminfo: memFree=30842280/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0

[startup+0.0431009 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19984
/proc/meminfo: memFree=30842280/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19984
/proc/meminfo: memFree=30842280/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19984
/proc/meminfo: memFree=30842280/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19984
/proc/meminfo: memFree=30842280/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30833452/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=9520 CPUtime=0.97 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 2390 0 0 0 97 0 0 0 20 0 1 0 287321218 9748480 1941 33554432000 4194304 4896791 140736691125648 140736691123176 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 2380 1941 76 172 0 2206 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31824

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30832212/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=11668 CPUtime=2.57 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 3835 0 0 0 257 0 0 0 20 0 1 0 287321218 11948032 2517 33554432000 4194304 4896791 140736691125648 140736691122968 4203733 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 2917 2517 76 172 0 2743 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33972

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30826632/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=12288 CPUtime=5.77 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 6718 0 0 0 576 1 0 0 20 0 1 0 287321218 12582912 2538 33554432000 4194304 4896791 140736691125648 140736691122856 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 3072 2538 76 172 0 2898 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34592

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30819816/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=13312 CPUtime=12.17 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 10066 0 0 0 1215 2 0 0 20 0 1 0 287321218 13631488 2661 33554432000 4194304 4896791 140736691125648 140736691123016 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 3328 2661 76 172 0 3154 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35616

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30816524/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=22112 CPUtime=24.96 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 15569 0 0 0 2492 4 0 0 20 0 1 0 287321218 22642688 4215 33554432000 4194304 4896791 140736691125648 140736691123176 4203936 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 5528 4215 76 172 0 5354 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 44416

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30791444/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=20000 CPUtime=50.56 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 21445 0 0 0 5050 6 0 0 20 0 1 0 287321218 20480000 4331 33554432000 4194304 4896791 140736691125648 140736691123224 4205537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 5000 4331 76 172 0 4826 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 42304

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19991
/proc/meminfo: memFree=30795680/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=4008 CPUtime=0.5 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1002 2600 0 0 3 2 45 0 20 0 1 0 287321166 4104192 588 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 1002 588 173 410 0 584 0
[pid=19990] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19990/stat : 19990 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287321218 9367552 266 33554432000 4194304 5064252 140734097621632 140734097620544 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19990/statm: 2287 266 226 213 0 72 0
[pid=19991] ppid=19990 vsize=45888 CPUtime=101.75 cores=0,2,4,6
/proc/19991/stat : 19991 (glucose_static) R 19990 19984 18056 0 -1 4202496 29052 0 0 0 10165 10 0 0 20 0 1 0 287321218 46989312 10446 33554432000 4194304 4896791 140736691125648 140736691122904 4225011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19991/statm: 11472 10446 76 172 0 11298 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68192

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 20136
/proc/meminfo: memFree=31017932/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.14 2.08 2.02 3/183 21679
/proc/meminfo: memFree=30405628/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=116204 CPUtime=1269.7 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 104227 0 0 0 126906 64 0 0 20 0 1 0 287336392 118992896 24156 33554432000 4194304 4896791 140733741909104 140733741906360 4225014 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 29051 24156 78 172 0 28877 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 137996

[startup+1482.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/183 21679
/proc/meminfo: memFree=30415816/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=99456 CPUtime=1329.68 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 106315 0 0 0 132902 66 0 0 20 0 1 0 287336392 101842944 20594 33554432000 4194304 4896791 140733741909104 140733741906632 4225397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 24864 20594 78 172 0 24690 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 121248

[startup+1542.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/183 21679
/proc/meminfo: memFree=30403752/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=101896 CPUtime=1389.66 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 107979 0 0 0 138898 68 0 0 20 0 1 0 287336392 104341504 23126 33554432000 4194304 4896791 140733741909104 140733741906536 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 25474 23126 78 172 0 25300 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 123688

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/183 21679
/proc/meminfo: memFree=30386288/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=122532 CPUtime=1449.66 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 109956 0 0 0 144895 71 0 0 20 0 1 0 287336392 125472768 26434 33554432000 4194304 4896791 140733741909104 140733741906360 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 30633 26434 78 172 0 30459 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 144324

[startup+1662.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/184 21682
/proc/meminfo: memFree=30386800/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=124276 CPUtime=1509.65 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 111874 0 0 0 150893 72 0 0 20 0 1 0 287336392 127258624 25790 33554432000 4194304 4896791 140733741909104 140733741906536 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 31069 25790 78 172 0 30895 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 146068

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/184 21706
/proc/meminfo: memFree=30386156/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=126180 CPUtime=1569.64 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 113642 0 0 0 156890 74 0 0 20 0 1 0 287336392 129208320 25642 33554432000 4194304 4896791 140733741909104 140733741906632 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 31545 25642 78 172 0 31371 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 147972

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/183 21706
/proc/meminfo: memFree=30378652/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=126984 CPUtime=1629.61 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 115463 0 0 0 162886 75 0 0 20 0 1 0 287336392 130031616 26445 33554432000 4194304 4896791 140733741909104 140733741906632 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 31746 26445 78 172 0 31572 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 148776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 21706
/proc/meminfo: memFree=30366116/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=127484 CPUtime=1647.82 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 115533 0 0 0 164707 75 0 0 20 0 1 0 287336392 130543616 29581 33554432000 4194304 4896791 140733741909104 140733741906360 4225050 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 31871 29581 78 172 0 31697 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 149276

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.08 2.06 2.01 3/183 21706
/proc/meminfo: memFree=30366116/32873844 swapFree=7372/7372
[pid=19984] ppid=19982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19984/stat : 19984 (runWbo2sat.sh) S 19982 19984 18056 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287321166 9367552 275 33554432000 4194304 5064252 140735165063936 140735165062848 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19984/statm: 2287 275 233 213 0 72 0
[pid=19985] ppid=19984 vsize=3496 CPUtime=152.2 cores=0,2,4,6
/proc/19985/stat : 19985 (wbo2sat) S 19984 19984 18056 0 -1 4202496 1665 47666 0 0 4 2 15198 16 20 0 1 0 287321166 3579904 512 33554432000 4194304 5872148 140735035161424 140735035154696 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19985/statm: 874 512 173 410 0 456 0
[pid=20129] ppid=19985 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20129/stat : 20129 (satsolver.sh) S 19985 19984 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336392 9367552 266 33554432000 4194304 5064252 140737447570560 140737447569472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20129/statm: 2287 266 226 213 0 72 0
[pid=20130] ppid=20129 vsize=127484 CPUtime=1647.82 cores=0,2,4,6
/proc/20130/stat : 20130 (glucose_static) R 20129 19984 18056 0 -1 4202496 115533 0 0 0 164707 75 0 0 20 0 1 0 287336392 130543616 29581 33554432000 4194304 4896791 140733741909104 140733741906360 4225050 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20130/statm: 31871 29581 78 172 0 31697 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 149276

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.1
CPU system time (s): 0.956854
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 195180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.956854
maximum resident set size= 148856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237
involuntary context switches= 1870

runsolver used 2.74658 second user time and 7.09392 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 15:32:31
IDJOB=3716665
IDBENCH=79187
IDSOLVER=2298
FILE ID=node118/3716665-1338211951
RUNJOBID= node118-1338192055-18072
PBS_JOBID= 14624575
Free space on /tmp= 71648 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716665-1338211951/watcher-3716665-1338211951 -o /tmp/evaluation-result-3716665-1338211951/solver-3716665-1338211951 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716665-1338211951.wbo 1067274515 HOME HOME

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

MD5SUM BENCH= 3ef623ad54bc9b8a55f5198a1c4abc02
RANDOM SEED=1067274515

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30843172 kB
Buffers:          416264 kB
Cached:           570696 kB
SwapCached:            0 kB
Active:           778648 kB
Inactive:         404800 kB
Active(anon):     186476 kB
Inactive(anon):    11320 kB
Active(file):     592172 kB
Inactive(file):   393480 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8612 kB
Writeback:             0 kB
AnonPages:        347840 kB
Mapped:            12508 kB
Shmem:               200 kB
Slab:             706544 kB
SReclaimable:     148036 kB
SUnreclaim:       558508 kB
KernelStack:        1520 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     329192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node118 at 2012-05-28 16:02:31