Trace number 3695355

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.08 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark160.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.05	o -9
0.00/0.05	c (debug) using card networks
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.08	o -10
0.00/0.08	c (debug) using card networks
0.00/0.22	c model valid
0.00/0.22	c current solution ok
0.00/0.22	o -11
0.00/0.22	c (debug) using card networks
2.06/2.10	c model valid
2.06/2.10	c current solution ok
2.08/2.23	o -12
2.08/2.23	c (debug) using card networks
26.22/26.31	c model valid
26.22/26.31	c current solution ok
26.22/26.31	o -13
26.22/26.31	c (debug) using card networks
1800.05/1800.61	./satsolver.sh: line 5: 22742 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3695355-1338312582/watcher-3695355-1338312582 -o /tmp/evaluation-result-3695355-1338312582/solver-3695355-1338312582 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695355-1338312582.opb 206925202 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: 1.82 1.86 1.79 4/175 22684
/proc/meminfo: memFree=28603404/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runsolver) D 22679 22684 28381 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 297383657 12095488 52 33554432000 4194304 5436572 140733744292464 140733744288760 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/22684/statm: 2953 52 31 304 0 2645 0

[startup+0.0752651 s]
/proc/loadavg: 1.82 1.86 1.79 4/175 22684
/proc/meminfo: memFree=28603404/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100155 s]
/proc/loadavg: 1.82 1.86 1.79 4/175 22684
/proc/meminfo: memFree=28603404/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300122 s]
/proc/loadavg: 1.82 1.86 1.79 4/175 22684
/proc/meminfo: memFree=28603404/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70012 s]
/proc/loadavg: 1.82 1.86 1.79 4/175 22684
/proc/meminfo: memFree=28603404/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 1.82 1.86 1.79 2/174 22733
/proc/meminfo: memFree=28607500/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=0.19 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 784 5430 0 0 1 2 16 0 20 0 1 0 297383658 2727936 355 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 355 175 410 0 248 0
[pid=22730] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22730/stat : 22730 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 297383680 9367552 267 33554432000 4194304 5064252 140734756976080 140734756974992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22730/statm: 2287 267 226 213 0 72 0
[pid=22732] ppid=22730 vsize=6936 CPUtime=1.26 cores=0,2,4,6
/proc/22732/stat : 22732 (glucose_static) R 22730 22684 28381 0 -1 4202496 1879 0 0 0 126 0 0 0 20 0 1 0 297383680 7102464 1132 33554432000 4194304 4896791 140736208862416 140736208859944 4224971 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22732/statm: 1734 1132 77 172 0 1560 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 27896

[startup+3.10014 s]
/proc/loadavg: 1.82 1.86 1.79 2/174 22733
/proc/meminfo: memFree=28606564/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=2.08 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 914 9022 0 0 1 2 204 1 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 11812
heavy processes:

[startup+6.30022 s]
/proc/loadavg: 1.75 1.85 1.79 2/174 22736
/proc/meminfo: memFree=28605208/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=2.08 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 914 9022 0 0 1 2 204 1 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22735] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22735/stat : 22735 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297383872 9367552 267 33554432000 4194304 5064252 140735473627744 140735473626656 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22735/statm: 2287 267 226 213 0 72 0
[pid=22736] ppid=22735 vsize=7676 CPUtime=4.14 cores=0,2,4,6
/proc/22736/stat : 22736 (glucose_static) R 22735 22684 28381 0 -1 4202496 4383 0 0 0 414 0 0 0 20 0 1 0 297383872 7860224 1352 33554432000 4194304 4896791 140737250748400 140737250745976 4224996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22736/statm: 1919 1352 77 172 0 1745 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 28636

[startup+12.7003 s]
/proc/loadavg: 1.69 1.83 1.78 2/174 22736
/proc/meminfo: memFree=28600280/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=2.08 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 914 9022 0 0 1 2 204 1 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22735] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22735/stat : 22735 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297383872 9367552 267 33554432000 4194304 5064252 140735473627744 140735473626656 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22735/statm: 2287 267 226 213 0 72 0
[pid=22736] ppid=22735 vsize=10536 CPUtime=10.54 cores=0,2,4,6
/proc/22736/stat : 22736 (glucose_static) R 22735 22684 28381 0 -1 4202496 8613 0 0 0 1053 1 0 0 20 0 1 0 297383872 10788864 1895 33554432000 4194304 4896791 140737250748400 140737250745944 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22736/statm: 2634 1895 77 172 0 2460 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 31496

[startup+25.5003 s]
/proc/loadavg: 1.54 1.79 1.77 2/175 22739
/proc/meminfo: memFree=28598576/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=2.08 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 914 9022 0 0 1 2 204 1 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22735] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22735/stat : 22735 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297383872 9367552 267 33554432000 4194304 5064252 140735473627744 140735473626656 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22735/statm: 2287 267 226 213 0 72 0
[pid=22736] ppid=22735 vsize=15636 CPUtime=23.34 cores=0,2,4,6
/proc/22736/stat : 22736 (glucose_static) R 22735 22684 28381 0 -1 4202496 14374 0 0 0 2331 3 0 0 20 0 1 0 297383872 16011264 3400 33554432000 4194304 4896791 140737250748400 140737250745608 4224225 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22736/statm: 3909 3400 77 172 0 3735 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 36596

[startup+51.1002 s]
/proc/loadavg: 1.35 1.73 1.75 2/175 22742
/proc/meminfo: memFree=28601964/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=12940 CPUtime=24.76 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 12294 0 0 0 2473 3 0 0 20 0 1 0 297386289 13250560 2783 33554432000 4194304 4896791 140736795116672 140736795114248 4224963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 3235 2783 77 172 0 3061 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 33900

[startup+102.307 s]
/proc/loadavg: 1.15 1.61 1.71 2/174 22743
/proc/meminfo: memFree=28592708/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=21928 CPUtime=75.96 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 24484 0 0 0 7589 7 0 0 20 0 1 0 297386289 22454272 4415 33554432000 4194304 4896791 140736795116672 140736795114200 4225151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 5482 4415 77 172 0 5308 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 42888

[startup+162.3 s]
/proc/loadavg: 1.10 1.51 1.67 2/174 22743
/proc/meminfo: memFree=28583656/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=37748 CPUtime=135.93 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 35661 0 0 0 13582 11 0 0 20 0 1 0 297386289 38653952 7363 33554432000 4194304 4896791 140736795116672 140736795114200 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 9437 7363 77 172 0 9263 0

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


[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/174 22753
/proc/meminfo: memFree=28539892/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=86344 CPUtime=1335.6 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 110176 0 0 0 133498 62 0 0 20 0 1 0 297386289 88416256 18306 33554432000 4194304 4896791 140736795116672 140736795114200 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 21586 18306 77 172 0 21412 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 107304

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.15 2/174 22753
/proc/meminfo: memFree=28527112/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=105824 CPUtime=1395.6 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 111561 0 0 0 139496 64 0 0 20 0 1 0 297386289 108363776 21249 33554432000 4194304 4896791 140736795116672 140736795114200 4225130 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 26456 21249 77 172 0 26282 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 126784

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/174 22753
/proc/meminfo: memFree=28518740/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=106560 CPUtime=1455.57 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 112928 0 0 0 145492 65 0 0 20 0 1 0 297386289 109117440 23415 33554432000 4194304 4896791 140736795116672 140736795113928 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 26640 23415 77 172 0 26466 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 127520

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/174 22753
/proc/meminfo: memFree=28541400/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=88532 CPUtime=1515.55 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 115257 0 0 0 151487 68 0 0 20 0 1 0 297386289 90656768 17516 33554432000 4194304 4896791 140736795116672 140736795114200 4224821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 22133 17516 77 172 0 21959 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 109492

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/174 22753
/proc/meminfo: memFree=28531836/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=89620 CPUtime=1575.54 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 117437 0 0 0 157484 70 0 0 20 0 1 0 297386289 91770880 20094 33554432000 4194304 4896791 140736795116672 140736795114200 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 22405 20094 77 172 0 22231 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 110580

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/174 22754
/proc/meminfo: memFree=28523396/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=110100 CPUtime=1635.51 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 119658 0 0 0 163479 72 0 0 20 0 1 0 297386289 112742400 22185 33554432000 4194304 4896791 140736795116672 140736795113880 4203070 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 27525 22185 77 172 0 27351 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 131060

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/174 22754
/proc/meminfo: memFree=28514536/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=111264 CPUtime=1695.5 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 121203 0 0 0 169475 75 0 0 20 0 1 0 297386289 113934336 24978 33554432000 4194304 4896791 140736795116672 140736795113960 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 27816 24978 77 172 0 27642 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 132224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/174 22754
/proc/meminfo: memFree=28538888/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=93304 CPUtime=1755.49 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 124015 0 0 0 175471 78 0 0 20 0 1 0 297386289 95543296 18369 33554432000 4194304 4896791 140736795116672 140736795114200 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 23326 18369 77 172 0 23152 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 114264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/174 22754
/proc/meminfo: memFree=28525752/32873648 swapFree=6864/6864
[pid=22684] ppid=22679 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22684/stat : 22684 (runPb2satCp2.sh) S 22679 22684 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297383657 9367552 275 33554432000 4194304 5064252 140736641000208 140736640999120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22684/statm: 2287 275 233 213 0 72 0
[pid=22688] ppid=22684 vsize=2664 CPUtime=26.26 cores=0,2,4,6
/proc/22688/stat : 22688 (pb2sat) S 22684 22684 28381 0 -1 4202496 1044 24773 0 0 2 2 2617 5 20 0 1 0 297383658 2727936 364 33554432000 4194304 5873084 140736301369312 140736301363128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22688/statm: 666 364 175 410 0 248 0
[pid=22741] ppid=22688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22741/stat : 22741 (satsolver.sh) S 22688 22684 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297386289 9367552 267 33554432000 4194304 5064252 140736112564096 140736112563008 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22741/statm: 2287 267 226 213 0 72 0
[pid=22742] ppid=22741 vsize=112412 CPUtime=1773.79 cores=0,2,4,6
/proc/22742/stat : 22742 (glucose_static) R 22741 22684 28381 0 -1 4202496 124796 0 0 0 177301 78 0 0 20 0 1 0 297386289 115109888 21685 33554432000 4194304 4896791 140736795116672 140736795114200 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22742/statm: 28103 21685 77 172 0 27929 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 133372

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.62
CPU time (s): 1800.08
CPU user time (s): 1799.21
CPU system time (s): 0.869867
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 182728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.869867
maximum resident set size= 121816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305
involuntary context switches= 2237

runsolver used 7.78981 second user time and 15.5816 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-29 19:29:42
IDJOB=3695355
IDBENCH=48277
IDSOLVER=2273
FILE ID=node125/3695355-1338312582
RUNJOBID= node125-1338312582-22657
PBS_JOBID= 14632103
Free space on /tmp= 71212 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_4.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695355-1338312582/watcher-3695355-1338312582 -o /tmp/evaluation-result-3695355-1338312582/solver-3695355-1338312582 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695355-1338312582.opb 206925202 HOME HOME

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=206925202

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        28604660 kB
Buffers:          567640 kB
Cached:          2808140 kB
SwapCached:         2324 kB
Active:          1602024 kB
Inactive:        1784580 kB
Active(anon):       2140 kB
Inactive(anon):     9256 kB
Active(file):    1599884 kB
Inactive(file):  1775324 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102508 kB
Dirty:             17472 kB
Writeback:             0 kB
AnonPages:         13664 kB
Mapped:            13496 kB
Shmem:                96 kB
Slab:             746228 kB
SReclaimable:     188944 kB
SUnreclaim:       557284 kB
KernelStack:        1376 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71204 MiB
End job on node125 at 2012-05-29 19:59:43