Trace number 3750814

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
npSolver 1.0 (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_20null10mast_rapportOE2.0_TMAX15_K67_cod2.opb
MD5SUM981c792e7a6b90aa8c44f0e4058f865b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-22879
Best CPU time to get the best result obtained on this benchmark20.3699
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 814173
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 814173
Number of bits of the biggest sum of numbers20
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.48	c run usual solver
2.38/2.43	c model valid
2.38/2.43	c current solution ok
2.98/3.09	o 0
2.98/3.09	c current bound: 407086
2.98/3.09	c fallback to adder encoding
134.66/134.71	c current bound: 610630
134.66/134.71	c fallback to adder encoding
291.80/291.99	c current bound: 712402
291.80/291.99	c fallback to adder encoding
468.28/468.45	c current bound: 763288
468.28/468.45	c fallback to adder encoding
921.41/921.64	c current bound: 788731
921.41/921.64	c fallback to adder encoding
1258.81/1259.10	c current bound: 801452
1258.81/1259.10	c fallback to adder encoding
1303.12/1303.41	c model valid
1303.12/1303.41	c current solution ok
1303.12/1303.43	o -13530
1303.12/1303.43	c current bound: 794687
1303.12/1303.43	c fallback to adder encoding
1653.55/1653.96	c model valid
1653.55/1653.96	c current solution ok
1653.55/1653.97	o -20295
1653.55/1653.97	c current bound: 791305
1653.55/1653.97	c fallback to adder encoding
1800.02/1800.40	./satsolver.sh: line 5:  5456 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.40	c error: unexpected solver exit code
1800.02/1800.40	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-3750814-1339173009/watcher-3750814-1339173009 -o /tmp/evaluation-result-3750814-1339173009/solver-3750814-1339173009 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750814-1339173009.opb 679741672 HOME HOME 

running on 4 cores: 1,3,5,7

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.03 1.94 3/175 5368
/proc/meminfo: memFree=26829672/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0

[startup+0.095311 s]
/proc/loadavg: 2.07 2.03 1.94 3/175 5368
/proc/meminfo: memFree=26829672/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100219 s]
/proc/loadavg: 2.07 2.03 1.94 3/175 5368
/proc/meminfo: memFree=26829672/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 2.07 2.03 1.94 3/175 5368
/proc/meminfo: memFree=26829672/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700286 s]
/proc/loadavg: 2.07 2.03 1.94 3/175 5368
/proc/meminfo: memFree=26829672/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.07 2.03 1.94 3/182 5378
/proc/meminfo: memFree=26537152/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46160 CPUtime=0.47 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 10318 0 0 0 44 3 0 0 20 0 1 0 383425391 47267840 11091 33554432000 4194304 6004724 140736376811520 140736376805568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5371/statm: 11540 11091 148 442 0 11094 0
[pid=5377] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5377/stat : 5377 (cp2_pre.sh) S 5371 5368 5089 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383425440 9367552 276 33554432000 4194304 5064252 140737001013472 140737001012176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5377/statm: 2287 276 234 213 0 72 0
[pid=5378] ppid=5377 vsize=130404 CPUtime=1 cores=1,3,5,7
/proc/5378/stat : 5378 (coprocessor) R 5377 5368 5089 0 -1 4202496 24477 0 0 0 96 4 0 0 20 0 1 0 383425440 133533696 31646 33554432000 4194304 6586260 140734186427616 140734186423880 4683296 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5378/statm: 32601 31646 191 584 0 32013 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194860

[startup+3.10017 s]
/proc/loadavg: 2.07 2.03 1.94 3/184 5383
/proc/meminfo: memFree=26507808/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.08 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) R 5368 5368 5089 0 -1 4202496 11958 41930 0 0 67 55 171 15 20 0 1 0 383425391 47271936 11117 33554432000 4194304 6004724 140736376811520 140736376805568 5055489 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11117 173 442 0 11095 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55312

[startup+6.30039 s]
/proc/loadavg: 2.06 2.03 1.94 3/184 5390
/proc/meminfo: memFree=26094020/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.12 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 13478 41930 0 0 70 56 171 15 20 0 1 0 383425391 47271936 11119 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11119 175 442 0 11095 0
[pid=5389] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383425705 9367552 266 33554432000 4194304 5064252 140736721612096 140736721611008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5389/statm: 2287 266 226 213 0 72 0
[pid=5390] ppid=5389 vsize=65244 CPUtime=3.15 cores=1,3,5,7
/proc/5390/stat : 5390 (glucose) R 5389 5368 5089 0 -1 4202496 14271 0 0 0 313 2 0 0 20 0 1 0 383425705 66809856 14681 33554432000 4194304 5208918 140735767826144 140735767823976 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5390/statm: 16311 14681 103 248 0 16060 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 129704

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 1.94 3/184 5393
/proc/meminfo: memFree=26401352/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.12 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 13478 41930 0 0 70 56 171 15 20 0 1 0 383425391 47271936 11119 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11119 175 442 0 11095 0
[pid=5389] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383425705 9367552 266 33554432000 4194304 5064252 140736721612096 140736721611008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5389/statm: 2287 266 226 213 0 72 0
[pid=5390] ppid=5389 vsize=66496 CPUtime=9.55 cores=1,3,5,7
/proc/5390/stat : 5390 (glucose) R 5389 5368 5089 0 -1 4202496 14867 0 0 0 952 3 0 0 20 0 1 0 383425705 68091904 15270 33554432000 4194304 5208918 140735767826144 140735767823976 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5390/statm: 16624 15270 103 248 0 16373 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 130956

[startup+25.5068 s]
/proc/loadavg: 2.12 2.04 1.95 3/184 5393
/proc/meminfo: memFree=26402924/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.12 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 13478 41930 0 0 70 56 171 15 20 0 1 0 383425391 47271936 11119 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11119 175 442 0 11095 0
[pid=5389] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383425705 9367552 266 33554432000 4194304 5064252 140736721612096 140736721611008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5389/statm: 2287 266 226 213 0 72 0
[pid=5390] ppid=5389 vsize=67692 CPUtime=22.35 cores=1,3,5,7
/proc/5390/stat : 5390 (glucose) R 5389 5368 5089 0 -1 4202496 15780 0 0 0 2232 3 0 0 20 0 1 0 383425705 69316608 15187 33554432000 4194304 5208918 140735767826144 140735767824232 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5390/statm: 16923 15187 105 248 0 16672 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 132152

[startup+51.1003 s]
/proc/loadavg: 2.14 2.05 1.95 3/184 5393
/proc/meminfo: memFree=26403140/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.12 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 13478 41930 0 0 70 56 171 15 20 0 1 0 383425391 47271936 11119 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11119 175 442 0 11095 0
[pid=5389] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383425705 9367552 266 33554432000 4194304 5064252 140736721612096 140736721611008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5389/statm: 2287 266 226 213 0 72 0
[pid=5390] ppid=5389 vsize=67724 CPUtime=47.94 cores=1,3,5,7
/proc/5390/stat : 5390 (glucose) R 5389 5368 5089 0 -1 4202496 17346 0 0 0 4790 4 0 0 20 0 1 0 383425705 69349376 15670 33554432000 4194304 5208918 140735767826144 140735767823976 4211632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5390/statm: 16931 15670 105 248 0 16680 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 132184

[startup+102.3 s]
/proc/loadavg: 2.11 2.06 1.96 3/183 5394
/proc/meminfo: memFree=26368408/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=3.12 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 13478 41930 0 0 70 56 171 15 20 0 1 0 383425391 47271936 11119 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11119 175 442 0 11095 0
[pid=5389] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383425705 9367552 266 33554432000 4194304 5064252 140736721612096 140736721611008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5389/statm: 2287 266 226 213 0 72 0
[pid=5390] ppid=5389 vsize=115432 CPUtime=99.13 cores=1,3,5,7
/proc/5390/stat : 5390 (glucose) R 5389 5368 5089 0 -1 4202496 18483 0 0 0 9908 5 0 0 20 0 1 0 383425705 118202368 23422 33554432000 4194304 5208918 140735767826144 140735767824088 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5390/statm: 28858 23422 105 248 0 28607 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 179892

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 1.96 3/184 5402
/proc/meminfo: memFree=26396768/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=134.71 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 15374 64384 0 0 74 56 13318 23 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5401] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383438867 9367552 265 33554432000 4194304 5064252 140735026176816 140735026175728 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5401/statm: 2287 265 226 213 0 72 0
[pid=5402] ppid=5401 vsize=67956 CPUtime=27.52 cores=1,3,5,7
/proc/5402/stat : 5402 (glucose) R 5401 5368 5089 0 -1 4202496 15946 0 0 0 2749 3 0 0 20 0 1 0 383438867 69586944 15611 33554432000 4194304 5208918 140733670916672 140733670914760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5402/statm: 16989 15611 105 248 0 16738 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/183 5448
/proc/meminfo: memFree=26346904/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1303.21 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 26648 176085 0 0 105 60 130089 67 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5446] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5446/stat : 5446 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383555739 9367552 267 33554432000 4194304 5064252 140733379387840 140733379386752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5446/statm: 2287 267 226 213 0 72 0
[pid=5447] ppid=5446 vsize=96968 CPUtime=58.8 cores=1,3,5,7
/proc/5447/stat : 5447 (glucose) R 5446 5368 5089 0 -1 4202496 16791 0 0 0 5877 3 0 0 20 0 1 0 383555740 99295232 22978 33554432000 4194304 5208918 140735301862240 140735301858616 4211670 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5447/statm: 24242 22978 105 248 0 23991 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 161428

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/183 5448
/proc/meminfo: memFree=26341380/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1303.21 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 26648 176085 0 0 105 60 130089 67 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5446] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5446/stat : 5446 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383555739 9367552 267 33554432000 4194304 5064252 140733379387840 140733379386752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5446/statm: 2287 267 226 213 0 72 0
[pid=5447] ppid=5446 vsize=96968 CPUtime=118.78 cores=1,3,5,7
/proc/5447/stat : 5447 (glucose) R 5446 5368 5089 0 -1 4202496 17273 0 0 0 11875 3 0 0 20 0 1 0 383555740 99295232 23203 33554432000 4194304 5208918 140735301862240 140735301860328 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5447/statm: 24242 23203 105 248 0 23991 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 161428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5448
/proc/meminfo: memFree=26322420/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1303.21 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 26648 176085 0 0 105 60 130089 67 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5446] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5446/stat : 5446 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383555739 9367552 267 33554432000 4194304 5064252 140733379387840 140733379386752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5446/statm: 2287 267 226 213 0 72 0
[pid=5447] ppid=5446 vsize=115824 CPUtime=178.77 cores=1,3,5,7
/proc/5447/stat : 5447 (glucose) R 5446 5368 5089 0 -1 4202496 17965 0 0 0 17873 4 0 0 20 0 1 0 383555740 118603776 27919 33554432000 4194304 5208918 140735301862240 140735301858616 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5447/statm: 28956 27919 105 248 0 28705 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 180284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5448
/proc/meminfo: memFree=26320824/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1303.21 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 26648 176085 0 0 105 60 130089 67 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5446] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5446/stat : 5446 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383555739 9367552 267 33554432000 4194304 5064252 140733379387840 140733379386752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5446/statm: 2287 267 226 213 0 72 0
[pid=5447] ppid=5446 vsize=115824 CPUtime=238.77 cores=1,3,5,7
/proc/5447/stat : 5447 (glucose) R 5446 5368 5089 0 -1 4202496 17965 0 0 0 23873 4 0 0 20 0 1 0 383555740 118603776 27919 33554432000 4194304 5208918 140735301862240 140735301858616 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5447/statm: 28956 27919 105 248 0 28705 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 180284

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 5448
/proc/meminfo: memFree=26316236/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1303.21 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 26648 176085 0 0 105 60 130089 67 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5446] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5446/stat : 5446 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383555739 9367552 267 33554432000 4194304 5064252 140733379387840 140733379386752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5446/statm: 2287 267 226 213 0 72 0
[pid=5447] ppid=5446 vsize=115824 CPUtime=298.74 cores=1,3,5,7
/proc/5447/stat : 5447 (glucose) R 5446 5368 5089 0 -1 4202496 18362 0 0 0 29870 4 0 0 20 0 1 0 383555740 118603776 27919 33554432000 4194304 5208918 140735301862240 140735301860328 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5447/statm: 28956 27919 105 248 0 28705 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 180284

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5456
/proc/meminfo: memFree=26362136/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1653.68 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 30345 199818 0 0 119 61 165111 77 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5455] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5455/stat : 5455 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383590794 9367552 267 33554432000 4194304 5064252 140737223256720 140737223255632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5455/statm: 2287 267 226 213 0 72 0
[pid=5456] ppid=5455 vsize=65472 CPUtime=8.26 cores=1,3,5,7
/proc/5456/stat : 5456 (glucose) R 5455 5368 5089 0 -1 4202496 14471 0 0 0 824 2 0 0 20 0 1 0 383590794 67043328 15075 33554432000 4194304 5208918 140736463500640 140736463498728 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5456/statm: 16368 15075 104 248 0 16117 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 129932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5456
/proc/meminfo: memFree=26340164/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1653.68 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 30345 199818 0 0 119 61 165111 77 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5455] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5455/stat : 5455 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383590794 9367552 267 33554432000 4194304 5064252 140737223256720 140737223255632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5455/statm: 2287 267 226 213 0 72 0
[pid=5456] ppid=5455 vsize=85800 CPUtime=68.25 cores=1,3,5,7
/proc/5456/stat : 5456 (glucose) R 5455 5368 5089 0 -1 4202496 17050 0 0 0 6822 3 0 0 20 0 1 0 383590794 87859200 19521 33554432000 4194304 5208918 140736463500640 140736463498584 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5456/statm: 21450 19521 105 248 0 21199 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 150260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5456
/proc/meminfo: memFree=26323248/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1653.68 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 30345 199818 0 0 119 61 165111 77 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5455] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5455/stat : 5455 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383590794 9367552 267 33554432000 4194304 5064252 140737223256720 140737223255632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5455/statm: 2287 267 226 213 0 72 0
[pid=5456] ppid=5455 vsize=97292 CPUtime=128.24 cores=1,3,5,7
/proc/5456/stat : 5456 (glucose) R 5455 5368 5089 0 -1 4202496 18291 0 0 0 12820 4 0 0 20 0 1 0 383590794 99627008 23513 33554432000 4194304 5208918 140736463500640 140736463498728 4211632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5456/statm: 24323 23513 105 248 0 24072 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 161752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5459
/proc/meminfo: memFree=26321504/32873648 swapFree=7388/7388
[pid=5368] ppid=5366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5368/stat : 5368 (npSolver-pbo.sh) S 5366 5368 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383425391 9367552 275 33554432000 4194304 5064252 140736225321472 140736225320384 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5368/statm: 2287 275 233 213 0 72 0
[pid=5371] ppid=5368 vsize=46164 CPUtime=1653.68 cores=1,3,5,7
/proc/5371/stat : 5371 (npSolver-pbo) S 5368 5368 5089 0 -1 4202496 30345 199818 0 0 119 61 165111 77 20 0 1 0 383425391 47271936 11120 33554432000 4194304 6004724 140736376811520 140736376803872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5371/statm: 11541 11120 176 442 0 11095 0
[pid=5455] ppid=5371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5455/stat : 5455 (satsolver.sh) S 5371 5368 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383590794 9367552 267 33554432000 4194304 5064252 140737223256720 140737223255632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5455/statm: 2287 267 226 213 0 72 0
[pid=5456] ppid=5455 vsize=116148 CPUtime=146.34 cores=1,3,5,7
/proc/5456/stat : 5456 (glucose) R 5455 5368 5089 0 -1 4202496 18293 0 0 0 14630 4 0 0 20 0 1 0 383590794 118935552 23515 33554432000 4194304 5208918 140736463500640 140736463498584 4212649 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5456/statm: 29037 23515 105 248 0 28786 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 180608

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.41
CPU time (s): 1800.06
CPU user time (s): 1798.62
CPU system time (s): 1.43978
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 230400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.43978
maximum resident set size= 152428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249446
page faults= 0
swaps= 0
block input operations= 0
block output operations= 230424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1275
involuntary context switches= 1944

runsolver used 3.15752 second user time and 8.88565 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 18:30:09
IDJOB=3750814
IDBENCH=90565
IDSOLVER=2334
FILE ID=node148/3750814-1339173009
RUNJOBID= node148-1339169407-5106
PBS_JOBID= 14643813
Free space on /tmp= 70420 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_20null10mast_rapportOE2.0_TMAX15_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750814-1339173009/watcher-3750814-1339173009 -o /tmp/evaluation-result-3750814-1339173009/solver-3750814-1339173009 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750814-1339173009.opb 679741672 HOME HOME

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

MD5SUM BENCH= 981c792e7a6b90aa8c44f0e4058f865b
RANDOM SEED=679741672

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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		: 2667.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26830052 kB
Buffers:          715752 kB
Cached:          4352996 kB
SwapCached:          560 kB
Active:          2427536 kB
Inactive:        2653780 kB
Active(anon):       2264 kB
Inactive(anon):    10632 kB
Active(file):    2425272 kB
Inactive(file):  2643148 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             21804 kB
Writeback:             0 kB
AnonPages:         17412 kB
Mapped:            10260 kB
Shmem:                36 kB
Slab:             822456 kB
SReclaimable:     266132 kB
SUnreclaim:       556324 kB
KernelStack:        1448 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104652 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= 70352 MiB
End job on node148 at 2012-06-08 19:00:09