Trace number 3694542

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_2.opb
MD5SUM0c9f9f4d9069e955741fce23953a7e72
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3385647
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 147197952
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48050028218
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 147197952
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48050028218
Number of bits of the biggest sum of numbers36
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	c model valid
0.00/0.76	c current solution ok
1.17/1.22	o 92704245
1.17/1.22	c fallback to adder encoding
7.76/7.85	c model valid
7.76/7.85	c current solution ok
7.76/7.87	o 7404737
7.76/7.87	c fallback to adder encoding
507.27/507.41	c model valid
507.27/507.41	c current solution ok
507.27/507.43	o 6085045
507.27/507.43	c fallback to adder encoding
573.41/573.68	c model valid
573.41/573.68	c current solution ok
573.50/573.70	o 5240153
573.50/573.70	c fallback to adder encoding
1195.12/1195.42	c model valid
1195.12/1195.42	c current solution ok
1195.12/1195.44	o 4903373
1195.12/1195.44	c fallback to adder encoding
1800.06/1800.51	./satsolver.sh: line 5: 12703 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.51	c error: unexpected solver exit code
1800.06/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-3694542-1338218495/watcher-3694542-1338218495 -o /tmp/evaluation-result-3694542-1338218495/solver-3694542-1338218495 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694542-1338218495.opb 1615705737 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.07 2.04 2.00 3/179 12588
/proc/meminfo: memFree=27872732/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0

[startup+0.0871261 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 12588
/proc/meminfo: memFree=27872732/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100244 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 12588
/proc/meminfo: memFree=27872732/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 12588
/proc/meminfo: memFree=27872732/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 12588
/proc/meminfo: memFree=27872732/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 12592
/proc/meminfo: memFree=27849768/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=62100 CPUtime=1.47 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) R 12588 12588 12080 0 -1 4202496 8741 9089 0 0 49 39 56 3 20 0 1 0 287975384 63590400 11377 33554432000 4194304 5873084 140736000180560 140736000175896 4394338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12589/statm: 15525 11377 183 410 0 15107 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 71248

[startup+3.10121 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 12595
/proc/meminfo: memFree=27706772/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=94868 CPUtime=2 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 10060 9089 0 0 93 48 56 3 20 0 1 0 287975384 97144832 19569 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12589/statm: 23717 19569 183 410 0 23299 0
[pid=12594] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12594/stat : 12594 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287975586 9367552 267 33554432000 4194304 5064252 140736220801696 140736220800608 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 2287 267 226 213 0 72 0
[pid=12595] ppid=12594 vsize=175500 CPUtime=1.05 cores=0,2,4,6
/proc/12595/stat : 12595 (glucose_static) R 12594 12588 12080 0 -1 4202496 31483 0 0 0 98 7 0 0 20 0 1 0 287975587 179712000 37248 33554432000 4194304 4896791 140734031446672 140734031444376 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12595/statm: 43875 37248 76 172 0 43701 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 288664

[startup+6.30121 s]
/proc/loadavg: 2.06 2.04 2.00 2/182 12638
/proc/meminfo: memFree=28556772/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=94868 CPUtime=2 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 10060 9089 0 0 93 48 56 3 20 0 1 0 287975384 97144832 19569 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12589/statm: 23717 19569 183 410 0 23299 0
[pid=12594] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12594/stat : 12594 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287975586 9367552 267 33554432000 4194304 5064252 140736220801696 140736220800608 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12594/statm: 2287 267 226 213 0 72 0
[pid=12595] ppid=12594 vsize=176240 CPUtime=4.25 cores=0,2,4,6
/proc/12595/stat : 12595 (glucose_static) R 12594 12588 12080 0 -1 4202496 32080 0 0 0 417 8 0 0 20 0 1 0 287975587 180469760 38498 33554432000 4194304 4896791 140734031446672 140734031444184 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12595/statm: 44060 38498 78 172 0 43886 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 289404

[startup+12.7004 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 12646
/proc/meminfo: memFree=28474132/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=88248 CPUtime=8.34 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 16970 42555 0 0 141 54 624 15 20 0 1 0 287975384 90365952 20987 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12589/statm: 22062 20987 184 410 0 21644 0
[pid=12642] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287976220 9367552 266 33554432000 4194304 5064252 140735838637232 140735838636144 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12642/statm: 2287 266 226 213 0 72 0
[pid=12643] ppid=12642 vsize=117580 CPUtime=4.32 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12588 12080 0 -1 4202496 22519 0 0 0 428 4 0 0 20 0 1 0 287976220 120401920 26090 33554432000 4194304 4896791 140736354268720 140736354266360 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 29395 26090 78 172 0 29221 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 224124

[startup+25.5004 s]
/proc/loadavg: 2.20 2.07 2.01 3/183 12649
/proc/meminfo: memFree=28350260/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=88248 CPUtime=8.34 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 16970 42555 0 0 141 54 624 15 20 0 1 0 287975384 90365952 20987 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12589/statm: 22062 20987 184 410 0 21644 0
[pid=12642] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287976220 9367552 266 33554432000 4194304 5064252 140735838637232 140735838636144 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12642/statm: 2287 266 226 213 0 72 0
[pid=12643] ppid=12642 vsize=118900 CPUtime=17.12 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12588 12080 0 -1 4202496 23070 0 0 0 1708 4 0 0 20 0 1 0 287976220 121753600 26906 33554432000 4194304 4896791 140736354268720 140736354265928 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 29725 26906 78 172 0 29551 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 225444

[startup+51.1004 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 12652
/proc/meminfo: memFree=28347160/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=88248 CPUtime=8.34 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 16970 42555 0 0 141 54 624 15 20 0 1 0 287975384 90365952 20987 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12589/statm: 22062 20987 184 410 0 21644 0
[pid=12642] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287976220 9367552 266 33554432000 4194304 5064252 140735838637232 140735838636144 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12642/statm: 2287 266 226 213 0 72 0
[pid=12643] ppid=12642 vsize=120356 CPUtime=42.71 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12588 12080 0 -1 4202496 25052 0 0 0 4266 5 0 0 20 0 1 0 287976220 123244544 27414 33554432000 4194304 4896791 140736354268720 140736354266232 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 30089 27414 78 172 0 29915 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 226900

[startup+102.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/183 12664
/proc/meminfo: memFree=28390336/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=88248 CPUtime=8.34 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 16970 42555 0 0 141 54 624 15 20 0 1 0 287975384 90365952 20987 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12589/statm: 22062 20987 184 410 0 21644 0
[pid=12642] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287976220 9367552 266 33554432000 4194304 5064252 140735838637232 140735838636144 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12642/statm: 2287 266 226 213 0 72 0
[pid=12643] ppid=12642 vsize=122680 CPUtime=93.91 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12588 12080 0 -1 4202496 29142 0 0 0 9384 7 0 0 20 0 1 0 287976220 125624320 27859 33554432000 4194304 4896791 140736354268720 140736354266296 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 30670 27859 78 172 0 30496 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 229224

[startup+162.301 s]
/proc/loadavg: 2.11 2.07 2.01 3/183 12667
/proc/meminfo: memFree=28370196/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=88248 CPUtime=8.34 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 16970 42555 0 0 141 54 624 15 20 0 1 0 287975384 90365952 20987 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12589/statm: 22062 20987 184 410 0 21644 0
[pid=12642] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287976220 9367552 266 33554432000 4194304 5064252 140735838637232 140735838636144 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12642/statm: 2287 266 226 213 0 72 0
[pid=12643] ppid=12642 vsize=125448 CPUtime=153.89 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12588 12080 0 -1 4202496 34922 0 0 0 15379 10 0 0 20 0 1 0 287976220 128458752 30223 33554432000 4194304 4896791 140736354268720 140736354266360 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 31362 30223 78 172 0 31188 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12703
/proc/meminfo: memFree=28369748/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=143528 CPUtime=166.35 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 30778 0 0 0 16623 12 0 0 20 0 1 0 288094973 146972672 31897 33554432000 4194304 4896791 140736392915264 140736392912408 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 35882 31897 78 172 0 35708 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 251004

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12703
/proc/meminfo: memFree=28367212/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=126376 CPUtime=226.34 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 33188 0 0 0 22620 14 0 0 20 0 1 0 288094973 129409024 29780 33554432000 4194304 4896791 140736392915264 140736392912904 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 31594 29780 78 172 0 31420 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 233852

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12704
/proc/meminfo: memFree=28377988/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=146892 CPUtime=286.32 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 37096 0 0 0 28616 16 0 0 20 0 1 0 288094973 150417408 31640 33554432000 4194304 4896791 140736392915264 140736392912776 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 36723 31640 78 172 0 36549 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 254368

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12704
/proc/meminfo: memFree=28353760/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=147864 CPUtime=346.31 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 38593 0 0 0 34614 17 0 0 20 0 1 0 288094973 151412736 35477 33554432000 4194304 4896791 140736392915264 140736392912456 4224943 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 36966 35477 78 172 0 36792 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 255340

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12704
/proc/meminfo: memFree=28333856/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=180392 CPUtime=406.29 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 42471 0 0 0 40609 20 0 0 20 0 1 0 288094973 184721408 39031 33554432000 4194304 4896791 140736392915264 140736392912472 4225376 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 45098 39031 78 172 0 44924 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 287868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12704
/proc/meminfo: memFree=28335316/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=182404 CPUtime=466.28 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 44026 0 0 0 46606 22 0 0 20 0 1 0 288094973 186781696 42153 33554432000 4194304 4896791 140736392915264 140736392912792 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 45601 42153 78 172 0 45427 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 289880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12707
/proc/meminfo: memFree=28338196/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=183840 CPUtime=526.28 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 45910 0 0 0 52603 25 0 0 20 0 1 0 288094973 188252160 39949 33554432000 4194304 4896791 140736392915264 140736392912792 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 45960 39949 78 172 0 45786 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 291316

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 12708
/proc/meminfo: memFree=28333936/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=185364 CPUtime=586.26 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 48209 0 0 0 58599 27 0 0 20 0 1 0 288094973 189812736 38788 33554432000 4194304 4896791 140736392915264 140736392912488 4204566 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 46341 38788 78 172 0 46167 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 292840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12708
/proc/meminfo: memFree=28323416/32873648 swapFree=6844/6844
[pid=12588] ppid=12586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12588/stat : 12588 (runPb2satCp2.sh) S 12586 12588 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287975383 9367552 275 33554432000 4194304 5064252 140736434071472 140736434070384 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12588/statm: 2287 275 233 213 0 72 0
[pid=12589] ppid=12588 vsize=89180 CPUtime=1195.6 cores=0,2,4,6
/proc/12589/stat : 12589 (pb2sat) S 12588 12588 12080 0 -1 4202496 27670 175203 0 0 277 67 119134 82 20 0 1 0 287975384 91320320 20708 33554432000 4194304 5873084 140736000180560 140736000174376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12589/statm: 22295 20708 184 410 0 21877 0
[pid=12702] ppid=12589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12589 12588 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288094973 9367552 267 33554432000 4194304 5064252 140735841457888 140735841456800 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 267 226 213 0 72 0
[pid=12703] ppid=12702 vsize=185476 CPUtime=604.46 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12588 12080 0 -1 4202496 48284 0 0 0 60419 27 0 0 20 0 1 0 288094973 189927424 40383 33554432000 4194304 4896791 140736392915264 140736392912792 4203841 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 46369 40383 78 172 0 46195 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 292952

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.1
CPU user time (s): 1798.31
CPU system time (s): 1.78273
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 341016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.78273
maximum resident set size= 206988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 423240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 244
involuntary context switches= 1930

runsolver used 3.2735 second user time and 7.92979 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 17:21:35
IDJOB=3694542
IDBENCH=92747
IDSOLVER=2273
FILE ID=node124/3694542-1338218495
RUNJOBID= node124-1338213092-12096
PBS_JOBID= 14624615
Free space on /tmp= 71236 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694542-1338218495/watcher-3694542-1338218495 -o /tmp/evaluation-result-3694542-1338218495/solver-3694542-1338218495 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694542-1338218495.opb 1615705737 HOME HOME

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

MD5SUM BENCH= 0c9f9f4d9069e955741fce23953a7e72
RANDOM SEED=1615705737

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:        27872740 kB
Buffers:          405392 kB
Cached:          2937804 kB
SwapCached:            0 kB
Active:          2021220 kB
Inactive:        2148284 kB
Active(anon):     828424 kB
Inactive(anon):        0 kB
Active(file):    1192796 kB
Inactive(file):  2148284 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8992 kB
Writeback:             0 kB
AnonPages:        955356 kB
Mapped:            15504 kB
Shmem:               200 kB
Slab:             691748 kB
SReclaimable:     136128 kB
SUnreclaim:       555620 kB
KernelStack:        1536 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1158144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 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= 71340 MiB
End job on node124 at 2012-05-28 17:51:36