Trace number 3702353

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 inc-topdown-quickBound? (TO) 1800.1 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__512.opb
MD5SUM609453b50c3d7bac05dbde2a1c3eefb6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.72243
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20498
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint512
Maximum length of a constraint4097
Number of terms in the objective function 20480
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 893215744
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 893215744
Number of bits of the biggest sum of numbers30
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.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
1.17/1.21	c [INC SYSTEM] finished preprocessing in 1 s
1.17/1.21	c [INC SYSTEM] execute solver
1.19/1.37	c [INC SEARCH] formula is SAT
1.19/1.38	c [INC SYSTEM] solved the initial formula
1.22/1.40	c model valid
1.22/1.40	c current solution ok
1.72/1.99	o 212091
1.72/1.99	c starting approximation
1.72/1.99	c factor = 2010
1.72/1.99	c factor still to low - shrinking to 13030.9
1.72/1.99	c approx number of clauses: 1e+06
1.72/1.99	c current bound: 106045
161.74/162.17	c model valid
161.74/162.17	c current solution ok
161.74/162.18	c current bound: 106045
318.88/319.02	c model valid
318.88/319.02	c current solution ok
318.88/319.03	c current bound: 106045
474.95/475.14	c model valid
474.95/475.14	c current solution ok
474.95/475.16	c current bound: 106045
630.77/631.29	c model valid
630.77/631.29	c current solution ok
631.12/631.30	c current bound: 106045
786.82/787.39	c model valid
786.82/787.39	c current solution ok
787.19/787.40	c current bound: 106045
943.56/943.89	c model valid
943.56/943.89	c current solution ok
943.66/943.90	c current bound: 106045
1099.94/1100.22	c model valid
1099.94/1100.22	c current solution ok
1099.94/1100.24	c current bound: 106045
1255.87/1256.53	c model valid
1255.87/1256.53	c current solution ok
1255.87/1256.55	c current bound: 106045
1413.78/1414.11	c model valid
1413.78/1414.11	c current solution ok
1413.78/1414.13	c current bound: 106045
1572.09/1572.79	c model valid
1572.09/1572.79	c current solution ok
1572.44/1572.81	c current bound: 106045
1728.81/1729.54	c model valid
1728.81/1729.54	c current solution ok
1728.81/1729.56	c current bound: 106045
1800.10/1800.50	./satsolver.sh: line 5: 22881 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.50	c error: unexpected solver exit code
1800.10/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-3702353-1338086879/watcher-3702353-1338086879 -o /tmp/evaluation-result-3702353-1338086879/solver-3702353-1338086879 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702353-1338086879.opb 1565742191 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.06 2.01 2.00 3/180 22495
/proc/meminfo: memFree=31138480/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0

[startup+0.0871441 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 22495
/proc/meminfo: memFree=31138480/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100295 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 22495
/proc/meminfo: memFree=31138480/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300151 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 22495
/proc/meminfo: memFree=31138480/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 22495
/proc/meminfo: memFree=31138480/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 22499
/proc/meminfo: memFree=31037672/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=18848 CPUtime=1.32 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) R 22495 22495 28504 0 -1 4202496 4761 18286 0 0 21 11 94 6 20 0 1 0 274812733 19300352 4092 33554432000 4194304 5992684 140733859538544 140733859524808 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 4712 4092 176 440 0 4268 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 27996

[startup+3.10032 s]
/proc/loadavg: 2.06 2.01 2.00 3/185 22504
/proc/meminfo: memFree=31048088/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8814 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8814 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=84948 CPUtime=0.99 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17206 0 0 0 95 4 0 0 20 0 1 0 274812943 86986752 18595 33554432000 4194304 5208918 140735063155632 140735063153304 4211620 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22504/statm: 21237 18595 95 248 0 20986 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 178772

[startup+6.30032 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 22504
/proc/meminfo: memFree=30974408/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8814 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8814 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=84948 CPUtime=4.18 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17236 0 0 0 414 4 0 0 20 0 1 0 274812943 86986752 18625 33554432000 4194304 5208918 140735063155632 140735063153304 4211744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22504/statm: 21237 18625 95 248 0 20986 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 178772

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 22504
/proc/meminfo: memFree=30975036/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8814 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8814 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=84948 CPUtime=10.58 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17300 0 0 0 1054 4 0 0 20 0 1 0 274812943 86986752 18689 33554432000 4194304 5208918 140735063155632 140735063153304 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22504/statm: 21237 18689 95 248 0 20986 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 178772

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 22504
/proc/meminfo: memFree=30972748/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8814 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8814 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=85080 CPUtime=23.38 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17421 0 0 0 2334 4 0 0 20 0 1 0 274812943 87121920 19321 33554432000 4194304 5208918 140735063155632 140735063153480 4211537 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22504/statm: 21270 19321 95 248 0 21019 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 178904

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 22511
/proc/meminfo: memFree=30972132/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8814 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8814 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=85080 CPUtime=48.97 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17446 0 0 0 4893 4 0 0 20 0 1 0 274812943 87121920 19346 33554432000 4194304 5208918 140735063155632 140735063153480 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22504/statm: 21270 19346 95 248 0 21019 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 178904

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 22518
/proc/meminfo: memFree=30968904/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1.91 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 7149 18803 0 0 38 52 94 7 20 0 1 0 274812733 37060608 8138 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22496/statm: 9048 8138 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22503] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22503/stat : 22503 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274812942 9367552 267 33554432000 4194304 5064252 140736357136672 140736357135584 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22503/statm: 2287 267 226 213 0 72 0
[pid=22504] ppid=22503 vsize=85608 CPUtime=100.16 cores=0,2,4,6
/proc/22504/stat : 22504 (glucose) R 22503 22495 28504 0 -1 4202496 17556 0 0 0 10012 4 0 0 20 0 1 0 274812943 87662592 19965 33554432000 4194304 5208918 140735063155632 140735063153480 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22504/statm: 21402 19965 95 248 0 21151 0
Current children cumulated CPU time (s) 102.21

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

Current children cumulated vsize (KiB) 179036

[startup+1542.3 s]
/proc/loadavg: 1.40 1.86 1.94 2/175 22866
/proc/meminfo: memFree=31071300/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1413.78 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 32915 247502 0 0 143 65 140999 171 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22826] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22826/stat : 22826 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274954155 9367552 267 33554432000 4194304 5064252 140735536007312 140735536006224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22826/statm: 2287 267 226 213 0 72 0
[pid=22827] ppid=22826 vsize=85872 CPUtime=128.04 cores=0,2,4,6
/proc/22827/stat : 22827 (glucose) R 22826 22495 28504 0 -1 4202496 17089 0 0 0 12800 4 0 0 20 0 1 0 274954156 87932928 20058 33554432000 4194304 5208918 140733665279808 140733665277656 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 21468 20058 95 248 0 21217 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 179696

[startup+1602.3 s]
/proc/loadavg: 1.19 1.72 1.89 2/175 22873
/proc/meminfo: memFree=31076436/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1572.41 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 35778 272299 0 0 154 67 156831 189 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22872] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22872/stat : 22872 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274970024 9367552 266 33554432000 4194304 5064252 140735804186192 140735804185104 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22872/statm: 2287 266 226 213 0 72 0
[pid=22873] ppid=22872 vsize=85080 CPUtime=29.38 cores=0,2,4,6
/proc/22873/stat : 22873 (glucose) R 22872 22495 28504 0 -1 4202496 17485 0 0 0 2935 3 0 0 20 0 1 0 274970024 87121920 19391 33554432000 4194304 5208918 140735066861920 140735066859768 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22873/statm: 21270 19391 95 248 0 21019 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 178904

[startup+1662.3 s]
/proc/loadavg: 1.07 1.59 1.83 2/175 22873
/proc/meminfo: memFree=31073468/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1572.41 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 35778 272299 0 0 154 67 156831 189 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22872] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22872/stat : 22872 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274970024 9367552 266 33554432000 4194304 5064252 140735804186192 140735804185104 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22872/statm: 2287 266 226 213 0 72 0
[pid=22873] ppid=22872 vsize=85476 CPUtime=89.37 cores=0,2,4,6
/proc/22873/stat : 22873 (glucose) R 22872 22495 28504 0 -1 4202496 17594 0 0 0 8934 3 0 0 20 0 1 0 274970024 87527424 20142 33554432000 4194304 5208918 140735066861920 140735066859768 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22873/statm: 21369 20142 95 248 0 21118 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 179300

[startup+1722.3 s]
/proc/loadavg: 1.02 1.48 1.77 2/175 22874
/proc/meminfo: memFree=31071980/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1572.41 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 35778 272299 0 0 154 67 156831 189 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22872] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22872/stat : 22872 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274970024 9367552 266 33554432000 4194304 5064252 140735804186192 140735804185104 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22872/statm: 2287 266 226 213 0 72 0
[pid=22873] ppid=22872 vsize=88396 CPUtime=149.36 cores=0,2,4,6
/proc/22873/stat : 22873 (glucose) R 22872 22495 28504 0 -1 4202496 18481 0 0 0 14933 3 0 0 20 0 1 0 274970024 90517504 21029 33554432000 4194304 5208918 140735066861920 140735066859768 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22873/statm: 22099 21029 95 248 0 21848 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 182220

[startup+1782.3 s]
/proc/loadavg: 1.01 1.39 1.72 2/175 22881
/proc/meminfo: memFree=31076140/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1729.14 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 38641 297658 0 0 167 68 172472 207 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22880] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22880/stat : 22880 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274985699 9367552 266 33554432000 4194304 5064252 140733862517584 140733862516496 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22880/statm: 2287 266 226 213 0 72 0
[pid=22881] ppid=22880 vsize=85208 CPUtime=52.62 cores=0,2,4,6
/proc/22881/stat : 22881 (glucose) R 22880 22495 28504 0 -1 4202496 16800 0 0 0 5260 2 0 0 20 0 1 0 274985699 87252992 19318 33554432000 4194304 5208918 140734784958080 140734784955928 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22881/statm: 21302 19318 95 248 0 21051 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 179032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.36 1.71 2/175 22881
/proc/meminfo: memFree=31074016/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1729.14 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 38641 297658 0 0 167 68 172472 207 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22880] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22880/stat : 22880 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274985699 9367552 266 33554432000 4194304 5064252 140733862517584 140733862516496 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22880/statm: 2287 266 226 213 0 72 0
[pid=22881] ppid=22880 vsize=85340 CPUtime=70.82 cores=0,2,4,6
/proc/22881/stat : 22881 (glucose) R 22880 22495 28504 0 -1 4202496 16839 0 0 0 7080 2 0 0 20 0 1 0 274985699 87388160 19865 33554432000 4194304 5208918 140734784958080 140734784955928 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22881/statm: 21335 19865 95 248 0 21084 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 179164

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.36 1.71 2/175 22881
/proc/meminfo: memFree=31074016/32873844 swapFree=6600/6600
[pid=22495] ppid=22493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (npSolver-pbo-It) S 22493 22495 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274812733 9367552 274 33554432000 4194304 5064252 140733896109408 140733896108320 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22495/statm: 2287 274 233 213 0 72 0
[pid=22496] ppid=22495 vsize=36192 CPUtime=1729.14 cores=0,2,4,6
/proc/22496/stat : 22496 (npSolver-pbo) S 22495 22495 28504 0 -1 4202496 38641 297658 0 0 167 68 172472 207 20 0 1 0 274812733 37060608 7996 33554432000 4194304 5992684 140733859538544 140733859530832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22496/statm: 9048 7996 191 440 0 8604 0
[pid=22501] ppid=22496 vsize=39336 CPUtime=0.14 cores=0,2,4,6
/proc/22501/stat : 22501 (glucosInc) S 22496 22495 28504 0 -1 4202496 8675 0 0 0 12 2 0 0 20 0 1 0 274812855 40280064 8938 33554432000 4194304 5654031 140733798876864 140733798875176 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22501/statm: 9834 8938 146 357 0 9474 0
[pid=22880] ppid=22496 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22880/stat : 22880 (satsolver.sh) S 22496 22495 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274985699 9367552 266 33554432000 4194304 5064252 140733862517584 140733862516496 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22880/statm: 2287 266 226 213 0 72 0
[pid=22881] ppid=22880 vsize=85340 CPUtime=70.82 cores=0,2,4,6
/proc/22881/stat : 22881 (glucose) R 22880 22495 28504 0 -1 4202496 16839 0 0 0 7080 2 0 0 20 0 1 0 274985699 87388160 19865 33554432000 4194304 5208918 140734784958080 140734784955928 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22881/statm: 21335 19865 95 248 0 21084 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 179164

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22495 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=203783
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=791575
# CPU time returned by wait4() is 1800
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1797.31
CPU system time (s): 2.79
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 187152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.2
system time used= 2.79157
maximum resident set size= 89708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5606
involuntary context switches= 2461

runsolver used 4.42933 second user time and 9.48256 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 04:47:59
IDJOB=3702353
IDBENCH=71863
IDSOLVER=2278
FILE ID=node140/3702353-1338086879
RUNJOBID= node140-1338052929-28520
PBS_JOBID= 14624397
Free space on /tmp= 71348 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__512.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702353-1338086879/watcher-3702353-1338086879 -o /tmp/evaluation-result-3702353-1338086879/solver-3702353-1338086879 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702353-1338086879.opb 1565742191 HOME HOME

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

MD5SUM BENCH= 609453b50c3d7bac05dbde2a1c3eefb6
RANDOM SEED=1565742191

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31139108 kB
Buffers:          309788 kB
Cached:           498596 kB
SwapCached:         1504 kB
Active:           849964 kB
Inactive:          54772 kB
Active(anon):      87212 kB
Inactive(anon):     9828 kB
Active(file):     762752 kB
Inactive(file):    44944 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105288 kB
Dirty:             16224 kB
Writeback:             0 kB
AnonPages:        173768 kB
Mapped:            13560 kB
Shmem:                 8 kB
Slab:             690760 kB
SReclaimable:     132804 kB
SUnreclaim:       557956 kB
KernelStack:        1520 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71336 MiB
End job on node140 at 2012-05-27 05:17:59