Trace number 3750835

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.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null50mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUMd0d226c540b75eb8b7499ce62f8d731e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11
Best CPU time to get the best result obtained on this benchmark25.8131
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 243
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 243
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 120
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 14476
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.86	c run usual solver
7.75/7.98	c model valid
7.75/7.98	c current solution ok
8.56/8.76	o 0
8.56/8.76	c current bound: 121
8.56/8.76	c (debug) using card networks
8.56/8.76	c old isEQ: 121, new EQ is 0
18.94/19.12	c current bound: 182
18.94/19.12	c (debug) using card networks
18.94/19.12	c old isEQ: 182, new EQ is 0
67.62/67.83	c current bound: 213
67.62/67.83	c (debug) using card networks
67.62/67.83	c old isEQ: 213, new EQ is 0
115.00/115.22	c current bound: 228
115.00/115.22	c (debug) using card networks
115.00/115.22	c old isEQ: 228, new EQ is 0
318.76/319.01	c current bound: 236
318.76/319.01	c (debug) using card networks
318.76/319.01	c old isEQ: 236, new EQ is 0
377.25/377.51	c model valid
377.25/377.51	c current solution ok
377.25/377.53	o -9
377.25/377.53	c current bound: 231
377.25/377.53	c (debug) using card networks
377.25/377.53	c old isEQ: 231, new EQ is 0
1800.03/1800.50	./satsolver.sh: line 5: 17534 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.50	c error: unexpected solver exit code
1800.03/1800.50	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-3750835-1339172526/watcher-3750835-1339172526 -o /tmp/evaluation-result-3750835-1339172526/solver-3750835-1339172526 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750835-1339172526.opb 165876057 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17483
/proc/meminfo: memFree=26106840/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (runsolver) D 17481 17483 17144 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 383377010 12095488 50 33554432000 4194304 5436572 140736115963216 140736115959512 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/17483/statm: 2953 50 31 304 0 2645 0

[startup+0.0677701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17483
/proc/meminfo: memFree=26106840/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100198 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17483
/proc/meminfo: memFree=26106840/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300169 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17483
/proc/meminfo: memFree=26106840/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17483
/proc/meminfo: memFree=26106840/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17487
/proc/meminfo: memFree=26013976/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59836 CPUtime=0.85 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 17679 0 0 0 78 7 0 0 20 0 1 0 383377011 61272064 12558 33554432000 4194304 6004724 140733287946976 140733287941024 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17485/statm: 14959 12558 162 442 0 14513 0
[pid=17486] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17486/stat : 17486 (cp2_pre.sh) S 17485 17483 17144 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383377096 9367552 276 33554432000 4194304 5064252 140737442009104 140737442007808 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17486/statm: 2287 276 234 213 0 72 0
[pid=17487] ppid=17486 vsize=110536 CPUtime=0.62 cores=0,2,4,6
/proc/17487/stat : 17487 (coprocessor) R 17486 17483 17144 0 -1 4202496 19706 0 0 0 59 3 0 0 20 0 1 0 383377097 113188864 24587 33554432000 4194304 6586260 140735276057984 140735276054744 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/17487/statm: 27634 24587 166 584 0 27046 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 188668

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17487
/proc/meminfo: memFree=25906492/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59836 CPUtime=0.85 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 17679 0 0 0 78 7 0 0 20 0 1 0 383377011 61272064 12558 33554432000 4194304 6004724 140733287946976 140733287941024 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17485/statm: 14959 12558 162 442 0 14513 0
[pid=17486] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17486/stat : 17486 (cp2_pre.sh) S 17485 17483 17144 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383377096 9367552 276 33554432000 4194304 5064252 140737442009104 140737442007808 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17486/statm: 2287 276 234 213 0 72 0
[pid=17487] ppid=17486 vsize=152280 CPUtime=2.22 cores=0,2,4,6
/proc/17487/stat : 17487 (coprocessor) R 17486 17483 17144 0 -1 4202496 29182 0 0 0 208 14 0 0 20 0 1 0 383377097 155934720 36643 33554432000 4194304 6586260 140735276057984 140735276053240 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/17487/statm: 38070 36643 204 584 0 37482 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 230412

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17490
/proc/meminfo: memFree=25987420/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59836 CPUtime=3.34 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 17686 30083 0 0 78 7 232 17 20 0 1 0 383377011 61272064 12558 33554432000 4194304 6004724 140733287946976 140733287942112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17485/statm: 14959 12558 162 442 0 14513 0
[pid=17489] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383377346 9367552 266 33554432000 4194304 5064252 140734330589728 140734330588640 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 266 226 213 0 72 0
[pid=17490] ppid=17489 vsize=56724 CPUtime=2.92 cores=0,2,4,6
/proc/17490/stat : 17490 (glucose) R 17489 17483 17144 0 -1 4202496 11538 0 0 0 291 1 0 0 20 0 1 0 383377347 58085376 12600 33554432000 4194304 5208918 140733275785568 140733275783464 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 14181 12600 95 248 0 13930 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 134856

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17497
/proc/meminfo: memFree=25963732/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=8.62 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 19306 47124 0 0 100 71 668 23 20 0 1 0 383377011 61276160 12576 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12576 179 442 0 14514 0
[pid=17496] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17496/stat : 17496 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383377887 9367552 267 33554432000 4194304 5064252 140734129717424 140734129716336 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17496/statm: 2287 267 226 213 0 72 0
[pid=17497] ppid=17496 vsize=66392 CPUtime=3.92 cores=0,2,4,6
/proc/17497/stat : 17497 (glucose) R 17496 17483 17144 0 -1 4202496 12944 0 0 0 390 2 0 0 20 0 1 0 383377887 67985408 14469 33554432000 4194304 5208918 140736062800128 140736062798280 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17497/statm: 16598 14469 103 248 0 16347 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 144528

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 17504
/proc/meminfo: memFree=25950508/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=18.97 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 19539 67544 0 0 101 71 1696 29 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17503] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17503/stat : 17503 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383378923 9367552 266 33554432000 4194304 5064252 140733928165376 140733928164288 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17503/statm: 2287 266 226 213 0 72 0
[pid=17504] ppid=17503 vsize=56792 CPUtime=6.36 cores=0,2,4,6
/proc/17504/stat : 17504 (glucose) R 17503 17483 17144 0 -1 4202496 12744 0 0 0 634 2 0 0 20 0 1 0 383378923 58155008 13095 33554432000 4194304 5208918 140734955694672 140734955692344 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17504/statm: 14198 13095 95 248 0 13947 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 134928

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17504
/proc/meminfo: memFree=26054432/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=18.97 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 19539 67544 0 0 101 71 1696 29 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17503] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17503/stat : 17503 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383378923 9367552 266 33554432000 4194304 5064252 140733928165376 140733928164288 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17503/statm: 2287 266 226 213 0 72 0
[pid=17504] ppid=17503 vsize=97904 CPUtime=31.95 cores=0,2,4,6
/proc/17504/stat : 17504 (glucose) R 17503 17483 17144 0 -1 4202496 16739 0 0 0 3191 4 0 0 20 0 1 0 383378923 100253696 22664 33554432000 4194304 5208918 140734955694672 140734955692536 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17504/statm: 24476 22664 104 248 0 24225 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 176040

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17511
/proc/meminfo: memFree=25946932/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=67.67 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 19771 89800 0 0 101 72 6557 37 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17510] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17510/stat : 17510 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383383794 9367552 266 33554432000 4194304 5064252 140735011212800 140735011211712 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17510/statm: 2287 266 226 213 0 72 0
[pid=17511] ppid=17510 vsize=108652 CPUtime=34.45 cores=0,2,4,6
/proc/17511/stat : 17511 (glucose) R 17510 17483 17144 0 -1 4202496 16289 0 0 0 3441 4 0 0 20 0 1 0 383383795 111259648 26226 33554432000 4194304 5208918 140736648203744 140736648200120 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17511/statm: 27163 26226 104 248 0 26912 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 186788

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17518
/proc/meminfo: memFree=26048788/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=115.04 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 20003 110900 0 0 101 72 11287 44 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17517] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17597
/proc/meminfo: memFree=25909736/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=203280 CPUtime=1044.58 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 25045 0 0 0 104436 22 0 0 20 0 1 0 383414764 208158720 49381 33554432000 4194304 5208918 140734276813280 140734276809656 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 50820 49381 104 248 0 50569 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 281416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17597
/proc/meminfo: memFree=25980316/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=172460 CPUtime=1104.57 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 26052 0 0 0 110433 24 0 0 20 0 1 0 383414764 176599040 39586 33554432000 4194304 5208918 140734276813280 140734276811368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 43115 39586 104 248 0 42864 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 250596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17597
/proc/meminfo: memFree=25959784/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=172460 CPUtime=1164.55 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 26056 0 0 0 116431 24 0 0 20 0 1 0 383414764 176599040 41634 33554432000 4194304 5208918 140734276813280 140734276811368 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 43115 41634 104 248 0 42864 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 250596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17597
/proc/meminfo: memFree=25943888/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=203280 CPUtime=1224.55 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 26647 0 0 0 122430 25 0 0 20 0 1 0 383414764 208158720 44773 33554432000 4194304 5208918 140734276813280 140734276809592 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 50820 44773 104 248 0 50569 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 281416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17597
/proc/meminfo: memFree=25916920/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=203280 CPUtime=1284.53 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 26993 0 0 0 128428 25 0 0 20 0 1 0 383414764 208158720 50219 33554432000 4194304 5208918 140734276813280 140734276809592 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 50820 50219 104 248 0 50569 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 281416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17601
/proc/meminfo: memFree=25946924/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=203280 CPUtime=1344.52 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 28255 0 0 0 134425 27 0 0 20 0 1 0 383414764 208158720 43237 33554432000 4194304 5208918 140734276813280 140734276811432 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 50820 43237 104 248 0 50569 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 281416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17601
/proc/meminfo: memFree=25958720/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=172460 CPUtime=1404.52 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 28446 0 0 0 140423 29 0 0 20 0 1 0 383414764 176599040 40098 33554432000 4194304 5208918 140734276813280 140734276811368 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 43115 40098 104 248 0 42864 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 250596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17601
/proc/meminfo: memFree=25938240/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=172460 CPUtime=1422.73 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 28449 0 0 0 142244 29 0 0 20 0 1 0 383414764 176599040 41634 33554432000 4194304 5208918 140734276813280 140734276811368 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 43115 41634 104 248 0 42864 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 250596

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17601
/proc/meminfo: memFree=25938240/32873844 swapFree=7628/7628
[pid=17483] ppid=17481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17483/stat : 17483 (npSolver-pbo.sh) S 17481 17483 17144 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383377010 9367552 275 33554432000 4194304 5064252 140734030838464 140734030837376 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17483/statm: 2287 275 233 213 0 72 0
[pid=17485] ppid=17483 vsize=59840 CPUtime=377.3 cores=0,2,4,6
/proc/17485/stat : 17485 (npSolver-pbo) S 17483 17483 17144 0 -1 4202496 21867 154499 0 0 113 73 37480 64 20 0 1 0 383377011 61276160 12577 33554432000 4194304 6004724 140733287946976 140733287939328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17485/statm: 14960 12577 180 442 0 14514 0
[pid=17533] ppid=17485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17533/stat : 17533 (satsolver.sh) S 17485 17483 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383414764 9367552 267 33554432000 4194304 5064252 140733705522832 140733705521744 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17533/statm: 2287 267 226 213 0 72 0
[pid=17534] ppid=17533 vsize=172460 CPUtime=1422.73 cores=0,2,4,6
/proc/17534/stat : 17534 (glucose) R 17533 17483 17144 0 -1 4202496 28449 0 0 0 142244 29 0 0 20 0 1 0 383414764 176599040 41634 33554432000 4194304 5208918 140734276813280 140734276811368 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17534/statm: 43115 41634 104 248 0 42864 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 250596

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.38
CPU system time (s): 1.67574
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 380824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.67575
maximum resident set size= 264808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 783
involuntary context switches= 2299

runsolver used 3.2625 second user time and 8.28474 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 18:22:06
IDJOB=3750835
IDBENCH=90490
IDSOLVER=2334
FILE ID=node145/3750835-1339172526
RUNJOBID= node145-1339168567-17160
PBS_JOBID= 14643806
Free space on /tmp= 71008 MiB

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

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

MD5SUM BENCH= d0d226c540b75eb8b7499ce62f8d731e
RANDOM SEED=165876057

node145.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.149
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.29
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.149
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		: 2667.149
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	: 5313.38
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.149
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.149
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		: 2667.149
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.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26107452 kB
Buffers:          574448 kB
Cached:          4969396 kB
SwapCached:            4 kB
Active:          2454400 kB
Inactive:        3394392 kB
Active(anon):     289352 kB
Inactive(anon):    10864 kB
Active(file):    2165048 kB
Inactive(file):  3383528 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             10916 kB
Writeback:             0 kB
AnonPages:        319672 kB
Mapped:            14972 kB
Shmem:               200 kB
Slab:             760288 kB
SReclaimable:     201576 kB
SUnreclaim:       558712 kB
KernelStack:        1520 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     452688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 70956 MiB
End job on node145 at 2012-06-08 18:52:07