Trace number 3694824

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.07 1800.91

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
MD5SUM7903a80129c7e51df900bcb9ac0a6f39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables475
Total number of constraints475
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints475
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 475
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 475
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 475
Number of bits of the biggest sum of numbers9
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.39	c model valid
0.00/0.39	c current solution ok
0.00/0.50	o 261
0.00/0.50	c (debug) using card networks
0.00/0.61	c model valid
0.00/0.61	c current solution ok
0.00/0.61	o 255
0.00/0.61	c (debug) using card networks
0.00/0.70	c model valid
0.00/0.70	c current solution ok
0.00/0.71	o 251
0.00/0.71	c (debug) using card networks
0.00/0.82	c model valid
0.00/0.82	c current solution ok
0.00/0.83	o 248
0.00/0.83	c (debug) using card networks
1.97/2.03	c model valid
1.97/2.03	c current solution ok
1.97/2.04	o 240
1.97/2.04	c (debug) using card networks
3.06/3.22	c model valid
3.06/3.22	c current solution ok
3.19/3.65	o 233
3.19/3.65	c (debug) using card networks
5.83/6.31	c model valid
5.83/6.31	c current solution ok
5.83/6.32	o 227
5.83/6.32	c (debug) using card networks
13.83/14.39	c model valid
13.83/14.39	c current solution ok
13.83/14.39	o 221
13.83/14.39	c (debug) using card networks
37.63/38.18	c model valid
37.63/38.18	c current solution ok
37.63/38.18	o 220
37.63/38.18	c (debug) using card networks
855.74/856.41	c model valid
855.74/856.41	c current solution ok
855.74/856.42	o 219
855.74/856.42	c (debug) using card networks
1087.99/1088.76	c model valid
1087.99/1088.76	c current solution ok
1087.99/1088.77	o 215
1087.99/1088.77	c (debug) using card networks
1800.04/1800.91	./satsolver.sh: line 5:   722 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.91	c error: unexpected solver exit code
1800.04/1800.91	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-3694824-1338050999/watcher-3694824-1338050999 -o /tmp/evaluation-result-3694824-1338050999/solver-3694824-1338050999 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694824-1338050999.opb 1805538740 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 1.89 3/173 622
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0

[startup+0.057942 s]
/proc/loadavg: 2.00 2.00 1.89 3/173 622
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 1.89 3/173 622
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300123 s]
/proc/loadavg: 2.00 2.00 1.89 3/173 622
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 2.00 2.00 1.89 3/173 622
/proc/meminfo: memFree=28629880/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.89 3/183 650
/proc/meminfo: memFree=28595524/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=0.82 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 3353 12548 0 0 42 9 27 4 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=649] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/649/stat : 649 (satsolver.sh) S 625 622 30301 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271228539 9367552 266 33554432000 4194304 5064252 140733377293072 140733377291984 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/649/statm: 2287 266 226 213 0 72 0
[pid=650] ppid=649 vsize=13544 CPUtime=0.65 cores=0,2,4,6
/proc/650/stat : 650 (glucose_static) R 649 622 30301 0 -1 4202496 2357 0 0 0 65 0 0 0 20 0 1 0 271228540 13869056 2778 33554432000 4194304 4896791 140736215057008 140736215054216 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/650/statm: 3386 2778 78 172 0 3212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37600

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 659
/proc/meminfo: memFree=28594384/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=2.03 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 3814 16165 0 0 43 9 146 5 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=658] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/658/stat : 658 (satsolver.sh) S 625 622 30301 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271228661 9367552 266 33554432000 4194304 5064252 140735499215296 140735499214208 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/658/statm: 2287 266 226 213 0 72 0
[pid=659] ppid=658 vsize=13756 CPUtime=1.03 cores=0,2,4,6
/proc/659/stat : 659 (glucose_static) R 658 622 30301 0 -1 4202496 2601 0 0 0 103 0 0 0 20 0 1 0 271228661 14086144 3005 33554432000 4194304 4896791 140735251249264 140735251246472 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/659/statm: 3439 3005 78 172 0 3265 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37812

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 668
/proc/meminfo: memFree=28590948/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=3.21 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 4275 19903 0 0 44 9 261 7 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=664] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/664/stat : 664 (satsolver.sh) S 625 622 30301 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271228821 9367552 267 33554432000 4194304 5064252 140734344958960 140734344957872 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/664/statm: 2287 267 226 213 0 72 0
[pid=665] ppid=664 vsize=14244 CPUtime=2.62 cores=0,2,4,6
/proc/665/stat : 665 (glucose_static) R 664 622 30301 0 -1 4202496 3484 0 0 0 262 0 0 0 20 0 1 0 271228822 14585856 3002 33554432000 4194304 4896791 140736720625264 140736720622792 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/665/statm: 3561 3002 78 172 0 3387 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 38300

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 674
/proc/meminfo: memFree=28589916/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=5.87 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 4735 24515 0 0 45 9 525 8 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=670] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/670/stat : 670 (satsolver.sh) S 625 622 30301 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271229089 9367552 267 33554432000 4194304 5064252 140733868172272 140733868171184 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/670/statm: 2287 267 226 213 0 72 0
[pid=671] ppid=670 vsize=17648 CPUtime=6.35 cores=0,2,4,6
/proc/671/stat : 671 (glucose_static) R 670 622 30301 0 -1 4202496 7297 0 0 0 634 1 0 0 20 0 1 0 271229089 18071552 3600 33554432000 4194304 4896791 140733580841728 140733580839304 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/671/statm: 4412 3600 78 172 0 4238 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 41704

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 677
/proc/meminfo: memFree=28581420/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=13.95 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 5179 34373 0 0 46 10 1328 11 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=676] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/676/stat : 676 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271229896 9367552 266 33554432000 4194304 5064252 140736257007344 140736257006256 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/676/statm: 2287 266 226 213 0 72 0
[pid=677] ppid=676 vsize=18576 CPUtime=11.08 cores=0,2,4,6
/proc/677/stat : 677 (glucose_static) R 676 622 30301 0 -1 4202496 10483 0 0 0 1106 2 0 0 20 0 1 0 271229897 19021824 3923 33554432000 4194304 4896791 140736656826832 140736656821896 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/677/statm: 4644 3923 78 172 0 4470 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 42632

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 683
/proc/meminfo: memFree=28575172/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=37.73 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 5637 53064 0 0 47 10 3700 16 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=682] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/682/stat : 682 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271232275 9367552 266 33554432000 4194304 5064252 140735540796576 140735540795488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/682/statm: 2287 266 226 213 0 72 0
[pid=683] ppid=682 vsize=23068 CPUtime=12.89 cores=0,2,4,6
/proc/683/stat : 683 (glucose_static) R 682 622 30301 0 -1 4202496 7983 0 0 0 1286 3 0 0 20 0 1 0 271232275 23621632 5210 33554432000 4194304 4896791 140736162927056 140736162924264 4225067 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/683/statm: 5767 5210 78 172 0 5593 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 47124

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/183 683
/proc/meminfo: memFree=28526344/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=37.73 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 5637 53064 0 0 47 10 3700 16 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=682] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/682/stat : 682 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271232275 9367552 266 33554432000 4194304 5064252 140735540796576 140735540795488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/682/statm: 2287 266 226 213 0 72 0
[pid=683] ppid=682 vsize=47568 CPUtime=64.08 cores=0,2,4,6
/proc/683/stat : 683 (glucose_static) R 682 622 30301 0 -1 4202496 23882 0 0 0 6398 10 0 0 20 0 1 0 271232275 48709632 11168 33554432000 4194304 4896791 140736162927056 140736162924264 4229818 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/683/statm: 11892 11168 78 172 0 11718 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 71624

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 684
/proc/meminfo: memFree=28503564/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=37.73 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 5637 53064 0 0 47 10 3700 16 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=682] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 726
/proc/meminfo: memFree=28402624/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=57044 CPUtime=273.44 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 61056 0 0 0 27314 30 0 0 20 0 1 0 271337334 58413056 12584 33554432000 4194304 4896791 140734137980880 140734137978408 4225678 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 14261 12584 78 172 0 14087 0
Current children cumulated CPU time (s) 1361.53
Current children cumulated vsize (KiB) 81100

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 726
/proc/meminfo: memFree=28422600/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=63644 CPUtime=333.43 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 66241 0 0 0 33309 34 0 0 20 0 1 0 271337334 65171456 14386 33554432000 4194304 4896791 140734137980880 140734137978408 4225352 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 15911 14386 78 172 0 15737 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 87700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 726
/proc/meminfo: memFree=28359952/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=97860 CPUtime=393.41 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 70606 0 0 0 39304 37 0 0 20 0 1 0 271337334 100208640 23482 33554432000 4194304 4896791 140734137980880 140734137976616 4203950 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 24465 23482 78 172 0 24291 0
Current children cumulated CPU time (s) 1481.5
Current children cumulated vsize (KiB) 121916

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 726
/proc/meminfo: memFree=28326452/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=101744 CPUtime=453.41 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 77134 0 0 0 45298 43 0 0 20 0 1 0 271337334 104185856 24714 33554432000 4194304 4896791 140734137980880 140734137978088 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 25436 24714 78 172 0 25262 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 125800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 726
/proc/meminfo: memFree=28416184/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=84728 CPUtime=513.39 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 84052 0 0 0 51290 49 0 0 20 0 1 0 271337334 86761472 20376 33554432000 4194304 4896791 140734137980880 140734137976008 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 21182 20376 78 172 0 21008 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 108784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 727
/proc/meminfo: memFree=28347000/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=136292 CPUtime=573.37 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 90357 0 0 0 57282 55 0 0 20 0 1 0 271337334 139563008 28071 33554432000 4194304 4896791 140734137980880 140734137976616 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 34073 28071 78 172 0 33899 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 160348

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/183 727
/proc/meminfo: memFree=28312376/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=137688 CPUtime=633.36 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 95500 0 0 0 63277 59 0 0 20 0 1 0 271337334 140992512 29948 33554432000 4194304 4896791 140734137980880 140734137976616 4224696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 34422 29948 78 172 0 34248 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 161744

[startup+1782.3 s]
/proc/loadavg: 2.18 2.07 1.96 3/183 727
/proc/meminfo: memFree=28364096/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=138628 CPUtime=693.35 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 99378 0 0 0 69272 63 0 0 20 0 1 0 271337334 141955072 32471 33554432000 4194304 4896791 140734137980880 140734137976616 4203891 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 34657 32471 78 172 0 34483 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 162684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.12 2.06 1.96 3/177 757
/proc/meminfo: memFree=28507316/32873844 swapFree=7620/7620
[pid=622] ppid=619 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/622/stat : 622 (runPb2satCp2.sh) S 619 622 30301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271228455 9367552 274 33554432000 4194304 5064252 140735302245728 140735302244640 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/622/statm: 2287 274 233 213 0 72 0
[pid=625] ppid=622 vsize=5760 CPUtime=1088.09 cores=0,2,4,6
/proc/625/stat : 625 (pb2sat) S 622 622 30301 0 -1 4202496 6542 241921 0 0 50 10 108616 133 20 0 1 0 271228456 5898240 1033 33554432000 4194304 5873084 140733814497024 140733814490840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/625/statm: 1440 1033 175 410 0 1022 0
[pid=721] ppid=625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/721/stat : 721 (satsolver.sh) S 625 622 30301 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271337334 9367552 266 33554432000 4194304 5064252 140736817019744 140736817018656 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/721/statm: 2287 266 226 213 0 72 0
[pid=722] ppid=721 vsize=138956 CPUtime=711.95 cores=0,2,4,6
/proc/722/stat : 722 (glucose_static) R 721 622 30301 0 -1 4202496 100987 0 0 0 71130 65 0 0 20 0 1 0 271337334 142290944 27402 33554432000 4194304 4896791 140734137980880 140734137975960 4206173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/722/statm: 34739 27402 78 172 0 34565 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 163012

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.91
CPU time (s): 1800.07
CPU user time (s): 1797.98
CPU system time (s): 2.09168
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 218196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.09168
maximum resident set size= 159440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291
involuntary context switches= 1992

runsolver used 3.54746 second user time and 9.48456 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 18:49:59
IDJOB=3694824
IDBENCH=1952
IDSOLVER=2273
FILE ID=node107/3694824-1338050999
RUNJOBID= node107-1338049198-356
PBS_JOBID= 14624364
Free space on /tmp= 71576 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694824-1338050999/watcher-3694824-1338050999 -o /tmp/evaluation-result-3694824-1338050999/solver-3694824-1338050999 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694824-1338050999.opb 1805538740 HOME HOME

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

MD5SUM BENCH= 7903a80129c7e51df900bcb9ac0a6f39
RANDOM SEED=1805538740

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28629872 kB
Buffers:          252756 kB
Cached:          3205252 kB
SwapCached:            0 kB
Active:           667544 kB
Inactive:        2802364 kB
Active(anon):      14012 kB
Inactive(anon):        0 kB
Active(file):     653532 kB
Inactive(file):  2802364 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17136 kB
Writeback:             0 kB
AnonPages:         95980 kB
Mapped:            13608 kB
Shmem:               200 kB
Slab:             634220 kB
SReclaimable:      76780 kB
SUnreclaim:       557440 kB
KernelStack:        1520 kB
PageTables:         3772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71560 MiB
End job on node107 at 2012-05-26 19:20:00