Trace number 3752054

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 (fixed)? (TO) 1800.1 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark36.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
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.20	c run inc solver
0.00/0.20	c [INC SYSTEM] run initial solver
0.00/0.20	c [INC SYSTEM] preprocess with white file
1.36/1.48	c [INC SYSTEM] finished preprocessing in 1 s
1.36/1.48	c [INC SYSTEM] execute solver
4.75/4.81	c [INC SEARCH] formula is SAT
4.85/4.92	c [INC SYSTEM] solved the initial formula
4.85/4.92	c model valid
4.85/4.92	c current solution ok
5.15/5.26	o 98
5.15/5.26	c starting approximation
5.15/5.26	c factor = 2
5.15/5.26	c current bound: 49
132.22/132.39	c model valid
132.22/132.39	c current solution ok
132.31/132.40	c current bound: 49
259.64/259.84	c model valid
259.64/259.84	c current solution ok
259.64/259.85	c current bound: 49
389.84/390.08	c model valid
389.84/390.08	c current solution ok
389.84/390.09	c current bound: 49
521.09/521.33	c model valid
521.09/521.33	c current solution ok
521.09/521.34	c current bound: 49
639.41/639.72	c model valid
639.41/639.72	c current solution ok
639.41/639.73	c current bound: 49
760.41/760.75	c model valid
760.41/760.75	c current solution ok
760.41/760.76	c current bound: 49
883.45/883.82	c model valid
883.45/883.82	c current solution ok
883.45/883.83	c current bound: 49
1006.86/1007.26	c model valid
1006.86/1007.26	c current solution ok
1006.86/1007.27	c current bound: 49
1133.44/1133.87	c model valid
1133.44/1133.87	c current solution ok
1133.44/1133.88	c current bound: 49
1260.47/1260.94	c model valid
1260.47/1260.94	c current solution ok
1260.47/1260.95	c current bound: 49
1380.66/1381.16	c model valid
1380.66/1381.16	c current solution ok
1380.66/1381.17	c current bound: 49
1511.15/1511.61	c model valid
1511.15/1511.61	c current solution ok
1511.15/1511.62	c current bound: 49
1642.58/1643.13	c model valid
1642.58/1643.13	c current solution ok
1642.58/1643.14	c current bound: 49
1769.07/1769.65	c model valid
1769.07/1769.65	c current solution ok
1769.07/1769.66	c current bound: 49
1800.10/1800.61	./satsolver.sh: line 5: 27271 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752054-1339129454/watcher-3752054-1339129454 -o /tmp/evaluation-result-3752054-1339129454/solver-3752054-1339129454 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752054-1339129454.opb 1350360539 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 25572
/proc/meminfo: memFree=26555440/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0

[startup+0.095931 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 25572
/proc/meminfo: memFree=26555440/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 25572
/proc/meminfo: memFree=26555440/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300206 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 25572
/proc/meminfo: memFree=26555440/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700199 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 25572
/proc/meminfo: memFree=26555440/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.90 3/184 25576
/proc/meminfo: memFree=26435608/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16696 CPUtime=1.45 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 3798 22292 0 0 18 1 120 6 20 0 1 0 379070850 17096704 3307 33554432000 4194304 6004724 140734398986576 140734398972856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4174 3307 152 442 0 3728 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 25844

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 25578
/proc/meminfo: memFree=26494540/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16696 CPUtime=1.45 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 3798 22292 0 0 18 1 120 6 20 0 1 0 379070850 17096704 3307 33554432000 4194304 6004724 140734398986576 140734398972856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4174 3307 152 442 0 3728 0
[pid=25578] ppid=25573 vsize=49048 CPUtime=1.6 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) R 25573 25572 11259 0 -1 4202496 10053 0 0 0 159 1 0 0 20 0 1 0 379070998 50225152 10665 33554432000 4194304 5654031 140733219810304 140733219808184 4233299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12262 10665 131 357 0 11902 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 74892

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 25581
/proc/meminfo: memFree=26449236/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16700 CPUtime=1.92 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 4107 22807 0 0 25 39 121 7 20 0 1 0 379070850 17100800 3331 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4175 3331 175 442 0 3729 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 10875 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 10875 146 357 0 12067 0
[pid=25580] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25580/stat : 25580 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379071376 9367552 267 33554432000 4194304 5064252 140735368995584 140735368994496 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25580/statm: 2287 267 226 213 0 72 0
[pid=25581] ppid=25580 vsize=48324 CPUtime=1.02 cores=1,3,5,7
/proc/25581/stat : 25581 (glucose) R 25580 25572 11259 0 -1 4202496 9906 0 0 0 100 2 0 0 20 0 1 0 379071376 49483776 10462 33554432000 4194304 5208918 140736150912960 140736150910904 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25581/statm: 12081 10462 95 248 0 11830 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 133028

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 25581
/proc/meminfo: memFree=26447436/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16700 CPUtime=1.92 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 4107 22807 0 0 25 39 121 7 20 0 1 0 379070850 17100800 3331 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4175 3331 175 442 0 3729 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 10875 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 10875 146 357 0 12067 0
[pid=25580] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25580/stat : 25580 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379071376 9367552 267 33554432000 4194304 5064252 140735368995584 140735368994496 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25580/statm: 2287 267 226 213 0 72 0
[pid=25581] ppid=25580 vsize=48464 CPUtime=7.42 cores=1,3,5,7
/proc/25581/stat : 25581 (glucose) R 25580 25572 11259 0 -1 4202496 10030 0 0 0 740 2 0 0 20 0 1 0 379071376 49627136 10582 33554432000 4194304 5208918 140736150912960 140736150910920 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25581/statm: 12116 10582 95 248 0 11865 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 133168

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 25581
/proc/meminfo: memFree=26446808/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16700 CPUtime=1.92 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 4107 22807 0 0 25 39 121 7 20 0 1 0 379070850 17100800 3331 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4175 3331 175 442 0 3729 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 10875 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 10875 146 357 0 12067 0
[pid=25580] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25580/stat : 25580 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379071376 9367552 267 33554432000 4194304 5064252 140735368995584 140735368994496 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25580/statm: 2287 267 226 213 0 72 0
[pid=25581] ppid=25580 vsize=48760 CPUtime=20.22 cores=1,3,5,7
/proc/25581/stat : 25581 (glucose) R 25580 25572 11259 0 -1 4202496 10241 0 0 0 2020 2 0 0 20 0 1 0 379071376 49930240 10789 33554432000 4194304 5208918 140736150912960 140736150910808 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25581/statm: 12190 10789 95 248 0 11939 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 133464

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 25581
/proc/meminfo: memFree=26445320/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16700 CPUtime=1.92 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 4107 22807 0 0 25 39 121 7 20 0 1 0 379070850 17100800 3331 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4175 3331 175 442 0 3729 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 10875 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 10875 146 357 0 12067 0
[pid=25580] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25580/stat : 25580 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379071376 9367552 267 33554432000 4194304 5064252 140735368995584 140735368994496 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25580/statm: 2287 267 226 213 0 72 0
[pid=25581] ppid=25580 vsize=49200 CPUtime=45.81 cores=1,3,5,7
/proc/25581/stat : 25581 (glucose) R 25580 25572 11259 0 -1 4202496 10619 0 0 0 4579 2 0 0 20 0 1 0 379071376 50380800 11152 33554432000 4194304 5208918 140736150912960 140736150910808 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25581/statm: 12300 11152 95 248 0 12049 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 133904

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 25581
/proc/meminfo: memFree=26441864/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=16700 CPUtime=1.92 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 4107 22807 0 0 25 39 121 7 20 0 1 0 379070850 17100800 3331 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4175 3331 175 442 0 3729 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=25580] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25580/stat : 25580 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379071376 9367552 267 33554432000 4194304 5064252 140735368995584 140735368994496 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25580/statm: 2287 267 226 213 0 72 0
[pid=25581] ppid=25580 vsize=54596 CPUtime=97.01 cores=1,3,5,7
/proc/25581/stat : 25581 (glucose) R 25580 25572 11259 0 -1 4202496 11829 0 0 0 9698 3 0 0 20 0 1 0 379071376 55906304 11518 33554432000 4194304 5208918 140736150912960 140736150910920 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25581/statm: 13649 11518 96 248 0 13398 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 139300

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/186 25589
/proc/meminfo: memFree=26442576/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7

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

Current children cumulated vsize (KiB) 134372

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/183 27247
/proc/meminfo: memFree=26180112/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1377.46 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 8093 212673 0 0 45 40 137590 71 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27245] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27245/stat : 27245 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379208967 9367552 266 33554432000 4194304 5064252 140734557085968 140734557084880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27245/statm: 2287 266 226 213 0 72 0
[pid=27246] ppid=27245 vsize=54596 CPUtime=101.09 cores=1,3,5,7
/proc/27246/stat : 27246 (glucose) R 27245 25572 11259 0 -1 4202496 12018 0 0 0 10107 2 0 0 20 0 1 0 379208967 55906304 11195 33554432000 4194304 5208918 140735396467504 140735396465464 4228947 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27246/statm: 13649 11195 96 248 0 13398 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 139768

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/183 27254
/proc/meminfo: memFree=26178708/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1507.87 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 8455 230427 0 0 47 40 150623 77 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27253] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27253/stat : 27253 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379222012 9367552 267 33554432000 4194304 5064252 140737336340384 140737336339296 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27253/statm: 2287 267 226 213 0 72 0
[pid=27254] ppid=27253 vsize=49036 CPUtime=30.66 cores=1,3,5,7
/proc/27254/stat : 27254 (glucose) R 27253 25572 11259 0 -1 4202496 10215 0 0 0 3065 1 0 0 20 0 1 0 379222012 50212864 10762 33554432000 4194304 5208918 140736444337264 140736444335112 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27254/statm: 12259 10762 95 248 0 12008 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 134208

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/184 27257
/proc/meminfo: memFree=26183092/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1507.87 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 8455 230427 0 0 47 40 150623 77 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27253] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27253/stat : 27253 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379222012 9367552 267 33554432000 4194304 5064252 140737336340384 140737336339296 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27253/statm: 2287 267 226 213 0 72 0
[pid=27254] ppid=27253 vsize=49924 CPUtime=90.64 cores=1,3,5,7
/proc/27254/stat : 27254 (glucose) R 27253 25572 11259 0 -1 4202496 10752 0 0 0 9063 1 0 0 20 0 1 0 379222012 51122176 11021 33554432000 4194304 5208918 140736444337264 140736444335112 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27254/statm: 12481 11021 96 248 0 12230 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 135096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 27264
/proc/meminfo: memFree=26180056/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1639.37 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 8817 247085 0 0 49 40 163766 82 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27263] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27263/stat : 27263 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379235164 9367552 267 33554432000 4194304 5064252 140736823706656 140736823705568 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27263/statm: 2287 267 226 213 0 72 0
[pid=27264] ppid=27263 vsize=48764 CPUtime=19.14 cores=1,3,5,7
/proc/27264/stat : 27264 (glucose) R 27263 25572 11259 0 -1 4202496 10226 0 0 0 1912 2 0 0 20 0 1 0 379235164 49934336 10774 33554432000 4194304 5208918 140735532216704 140735532214552 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27264/statm: 12191 10774 95 248 0 11940 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 133936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 27264
/proc/meminfo: memFree=26175648/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1639.37 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 8817 247085 0 0 49 40 163766 82 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27263] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27263/stat : 27263 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379235164 9367552 267 33554432000 4194304 5064252 140736823706656 140736823705568 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27263/statm: 2287 267 226 213 0 72 0
[pid=27264] ppid=27263 vsize=49756 CPUtime=79.13 cores=1,3,5,7
/proc/27264/stat : 27264 (glucose) R 27263 25572 11259 0 -1 4202496 11544 0 0 0 7910 3 0 0 20 0 1 0 379235164 50950144 11243 33554432000 4194304 5208918 140735532216704 140735532214552 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27264/statm: 12439 11243 96 248 0 12188 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 134928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 27272
/proc/meminfo: memFree=26173516/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1765.86 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 9179 264116 0 0 51 40 176406 89 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27270] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27270/stat : 27270 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379247816 9367552 266 33554432000 4194304 5064252 140736403483344 140736403482256 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27270/statm: 2287 266 226 213 0 72 0
[pid=27271] ppid=27270 vsize=48624 CPUtime=12.62 cores=1,3,5,7
/proc/27271/stat : 27271 (glucose) R 27270 25572 11259 0 -1 4202496 10296 0 0 0 1260 2 0 0 20 0 1 0 379247816 49790976 10318 33554432000 4194304 5208918 140734428964224 140734428962184 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27271/statm: 12156 10318 95 248 0 11905 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 133796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 27272
/proc/meminfo: memFree=26170352/32873648 swapFree=7376/7376
[pid=25572] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (npSolver-pbo-It) S 25570 25572 11259 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379070849 9367552 275 33554432000 4194304 5064252 140735526846736 140735526845648 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2287 275 233 213 0 72 0
[pid=25573] ppid=25572 vsize=17168 CPUtime=1765.86 cores=1,3,5,7
/proc/25573/stat : 25573 (npSolver-pbo) S 25572 25572 11259 0 -1 4202496 9179 264116 0 0 51 40 176406 89 20 0 1 0 379070850 17580032 3340 33554432000 4194304 6004724 140734398986576 140734398978880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25573/statm: 4292 3340 176 442 0 3846 0
[pid=25578] ppid=25573 vsize=49708 CPUtime=3.31 cores=1,3,5,7
/proc/25578/stat : 25578 (glucosInc) S 25573 25572 11259 0 -1 4202496 10263 0 0 0 330 1 0 0 20 0 1 0 379070998 50900992 11137 33554432000 4194304 5654031 140733219810304 140733219808616 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/25578/statm: 12427 11137 146 357 0 12067 0
[pid=27270] ppid=25573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27270/stat : 27270 (satsolver.sh) S 25573 25572 11259 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379247816 9367552 266 33554432000 4194304 5064252 140736403483344 140736403482256 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27270/statm: 2287 266 226 213 0 72 0
[pid=27271] ppid=27270 vsize=49040 CPUtime=30.93 cores=1,3,5,7
/proc/27271/stat : 27271 (glucose) R 27270 25572 11259 0 -1 4202496 10582 0 0 0 3091 2 0 0 20 0 1 0 379247816 50216960 10597 33554432000 4194304 5208918 140734428964224 140734428962072 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27271/statm: 12260 10597 95 248 0 12009 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 134212

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25572 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=497042
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=326798
# CPU time returned by wait4() is 1796.82
# 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.62
CPU time (s): 1800.1
CPU user time (s): 1798.78
CPU system time (s): 1.32
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 146920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.5
system time used= 1.3268
maximum resident set size= 107076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 227616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4469
involuntary context switches= 2071

runsolver used 2.69559 second user time and 7.18791 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-08 06:24:14
IDJOB=3752054
IDBENCH=2943
IDSOLVER=2335
FILE ID=node125/3752054-1339129454
RUNJOBID= node125-1339112632-13350
PBS_JOBID= 14643728
Free space on /tmp= 70784 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752054-1339129454/watcher-3752054-1339129454 -o /tmp/evaluation-result-3752054-1339129454/solver-3752054-1339129454 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752054-1339129454.opb 1350360539 HOME HOME

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=1350360539

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26555596 kB
Buffers:          669484 kB
Cached:          4571128 kB
SwapCached:         2256 kB
Active:          2412904 kB
Inactive:        2986772 kB
Active(anon):     147944 kB
Inactive(anon):     9460 kB
Active(file):    2264960 kB
Inactive(file):  2977312 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        289284 kB
Mapped:            15888 kB
Shmem:                96 kB
Slab:             777156 kB
SReclaimable:     220692 kB
SUnreclaim:       556464 kB
KernelStack:        1520 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     286124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70688 MiB
End job on node125 at 2012-06-08 06:54:15