Trace number 3701258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.16	c run usual solver
0.00/0.41	c model valid
0.00/0.41	c current solution ok
0.00/0.54	o 0
0.00/0.54	c current bound: 575
0.00/0.54	c (debug) using card networks
4.16/4.21	c current bound: 863
4.16/4.21	c (debug) using card networks
10.76/10.81	c current bound: 1007
10.76/10.81	c (debug) using card networks
20.57/20.63	c current bound: 1079
20.57/20.63	c (debug) using card networks
34.56/34.64	c current bound: 1115
34.56/34.64	c (debug) using card networks
37.25/37.38	c model valid
37.25/37.38	c current solution ok
37.25/37.39	o -37
37.25/37.39	c current bound: 1096
37.25/37.39	c (debug) using card networks
49.86/49.90	c current bound: 1105
49.86/49.90	c (debug) using card networks
75.76/75.84	c model valid
75.76/75.84	c current solution ok
75.76/75.85	o -45
75.76/75.85	c current bound: 1101
75.76/75.85	c (debug) using card networks
1800.06/1800.40	./satsolver.sh: line 5:  7304 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701258-1338062049/watcher-3701258-1338062049 -o /tmp/evaluation-result-3701258-1338062049/solver-3701258-1338062049 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701258-1338062049.opb 804814489 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.02 2.02 2.00 3/179 7241
/proc/meminfo: memFree=27255236/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0

[startup+0.0586209 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7241
/proc/meminfo: memFree=27255236/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7241
/proc/meminfo: memFree=27255236/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300097 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7241
/proc/meminfo: memFree=27255236/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7241
/proc/meminfo: memFree=27255236/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7255
/proc/meminfo: memFree=27215404/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=8408 CPUtime=0.58 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 2539 7340 0 0 31 12 14 1 20 0 1 0 272330690 8609792 1491 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2102 1491 177 440 0 1658 0
[pid=7254] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7254/stat : 7254 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272330750 9367552 267 33554432000 4194304 5064252 140733521354272 140733521353184 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7254/statm: 2287 267 226 213 0 72 0
[pid=7255] ppid=7254 vsize=33904 CPUtime=0.89 cores=0,2,4,6
/proc/7255/stat : 7255 (glucose) R 7254 7241 6137 0 -1 4202496 7547 0 0 0 88 1 0 0 20 0 1 0 272330750 34717696 7494 33554432000 4194304 5208918 140734987944864 140734987942696 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7255/statm: 8476 7494 95 248 0 8225 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60608

[startup+3.1004 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7255
/proc/meminfo: memFree=27214660/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=8408 CPUtime=0.58 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 2539 7340 0 0 31 12 14 1 20 0 1 0 272330690 8609792 1491 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2102 1491 177 440 0 1658 0
[pid=7254] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7254/stat : 7254 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272330750 9367552 267 33554432000 4194304 5064252 140733521354272 140733521353184 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7254/statm: 2287 267 226 213 0 72 0
[pid=7255] ppid=7254 vsize=33904 CPUtime=2.48 cores=0,2,4,6
/proc/7255/stat : 7255 (glucose) R 7254 7241 6137 0 -1 4202496 7602 0 0 0 247 1 0 0 20 0 1 0 272330750 34717696 7549 33554432000 4194304 5208918 140734987944864 140734987942696 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7255/statm: 8476 7549 95 248 0 8225 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 60608

[startup+6.30039 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7262
/proc/meminfo: memFree=27204180/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11480 CPUtime=4.25 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 4066 18317 0 0 36 12 373 4 20 0 1 0 272330690 11755520 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2870 2442 177 440 0 2426 0
[pid=7261] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7261/stat : 7261 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272331117 9367552 267 33554432000 4194304 5064252 140736305391248 140736305390160 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7261/statm: 2287 267 226 213 0 72 0
[pid=7262] ppid=7261 vsize=33860 CPUtime=2.01 cores=0,2,4,6
/proc/7262/stat : 7262 (glucose) R 7261 7241 6137 0 -1 4202496 7505 0 0 0 201 0 0 0 20 0 1 0 272331117 34672640 7557 33554432000 4194304 5208918 140736687649120 140736687646952 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7262/statm: 8465 7557 95 248 0 8214 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63636

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 7269
/proc/meminfo: memFree=27229016/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11480 CPUtime=10.85 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 5593 29345 0 0 42 13 1024 6 20 0 1 0 272330690 11755520 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2870 2442 177 440 0 2426 0
[pid=7268] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7268/stat : 7268 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272331776 9367552 266 33554432000 4194304 5064252 140735805221680 140735805220592 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7268/statm: 2287 266 226 213 0 72 0
[pid=7269] ppid=7268 vsize=33632 CPUtime=1.81 cores=0,2,4,6
/proc/7269/stat : 7269 (glucose) R 7268 7241 6137 0 -1 4202496 6759 0 0 0 181 0 0 0 20 0 1 0 272331777 34439168 7562 33554432000 4194304 5208918 140737330462400 140737330460232 4229888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7269/statm: 8408 7562 101 248 0 8157 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63408

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 4/183 7276
/proc/meminfo: memFree=27216940/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=20.67 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 7120 39749 0 0 47 13 1998 9 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7275] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7275/stat : 7275 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272332759 9367552 267 33554432000 4194304 5064252 140733716378880 140733716377792 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7275/statm: 2287 267 226 213 0 72 0
[pid=7276] ppid=7275 vsize=37484 CPUtime=4.79 cores=0,2,4,6
/proc/7276/stat : 7276 (glucose) R 7275 7241 6137 0 -1 4202496 7367 0 0 0 479 0 0 0 20 0 1 0 272332759 38383616 8135 33554432000 4194304 5208918 140734943519504 140734943517656 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7276/statm: 9371 8135 103 248 0 9120 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 67268

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 4/183 7297
/proc/meminfo: memFree=27195164/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=49.93 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 11727 77642 0 0 71 16 4882 24 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7296] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7296/stat : 7296 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272335686 9367552 267 33554432000 4194304 5064252 140733267150416 140733267149328 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7296/statm: 2287 267 226 213 0 72 0
[pid=7297] ppid=7296 vsize=34556 CPUtime=1.12 cores=0,2,4,6
/proc/7297/stat : 7297 (glucose) R 7296 7241 6137 0 -1 4202496 7986 0 0 0 111 1 0 0 20 0 1 0 272335687 35385344 7986 33554432000 4194304 5208918 140734172604256 140734172602088 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7297/statm: 8639 7986 95 248 0 8388 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 64340

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 7304
/proc/meminfo: memFree=27154892/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=64428 CPUtime=26.37 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 12608 0 0 0 2634 3 0 0 20 0 1 0 272338281 65974272 15516 33554432000 4194304 5208918 140735713313280 140735713311144 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 16107 15516 105 248 0 15856 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 94212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 7305
/proc/meminfo: memFree=27153772/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 7338
/proc/meminfo: memFree=26952784/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=205324 CPUtime=1286.16 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 41060 0 0 0 128567 49 0 0 20 0 1 0 272338281 210251776 42318 33554432000 4194304 5208918 140735713313280 140735713311432 4229507 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 51331 42318 105 248 0 51080 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 235108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 7339
/proc/meminfo: memFree=26970780/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=174504 CPUtime=1346.17 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 42384 0 0 0 134565 52 0 0 20 0 1 0 272338281 178692096 35595 33554432000 4194304 5208918 140735713313280 140735713311272 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 43626 35595 105 248 0 43375 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 204288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 7339
/proc/meminfo: memFree=27021840/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=174504 CPUtime=1406.15 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 43350 0 0 0 140561 54 0 0 20 0 1 0 272338281 178692096 38155 33554432000 4194304 5208918 140735713313280 140735713311272 4229738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 43626 38155 105 248 0 43375 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 204288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 7339
/proc/meminfo: memFree=26958212/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=205324 CPUtime=1466.14 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 44895 0 0 0 146558 56 0 0 20 0 1 0 272338281 210251776 43342 33554432000 4194304 5208918 140735713313280 140735713309656 4229049 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 51331 43342 105 248 0 51080 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 235108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 7342
/proc/meminfo: memFree=26980916/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=174504 CPUtime=1526.13 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 46217 0 0 0 152554 59 0 0 20 0 1 0 272338281 178692096 35595 33554432000 4194304 5208918 140735713313280 140735713311272 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 43626 35595 105 248 0 43375 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 204288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 7342
/proc/meminfo: memFree=26930636/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=189512 CPUtime=1586.12 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 47993 0 0 0 158550 62 0 0 20 0 1 0 272338281 194060288 45049 33554432000 4194304 5208918 140735713313280 140735713311272 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 47378 45049 105 248 0 47127 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 219296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7383
/proc/meminfo: memFree=26558836/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=220332 CPUtime=1646.11 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 49576 0 0 0 164546 65 0 0 20 0 1 0 272338281 225619968 47703 33554432000 4194304 5208918 140735713313280 140735713311432 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 55083 47703 105 248 0 54832 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 250116

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 7383
/proc/meminfo: memFree=17427356/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=220332 CPUtime=1706.1 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 50543 0 0 0 170543 67 0 0 20 0 1 0 272338281 225619968 49239 33554432000 4194304 5208918 140735713313280 140735713311432 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 55083 49239 105 248 0 54832 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 250116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.38 2.09 2.03 3/183 7385
/proc/meminfo: memFree=16659608/32873660 swapFree=7108/7108
[pid=7241] ppid=7239 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7241/stat : 7241 (npSolver-pbo.sh) S 7239 7241 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272330689 9367552 275 33554432000 4194304 5064252 140737464814768 140737464813680 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7241/statm: 2287 275 233 213 0 72 0
[pid=7242] ppid=7241 vsize=11488 CPUtime=75.86 cores=0,2,4,6
/proc/7242/stat : 7242 (npSolver-pbo) S 7241 7241 6137 0 -1 4202496 13280 94343 0 0 84 17 7450 35 20 0 1 0 272330690 11763712 2442 33554432000 4194304 5992684 140735606949440 140735606941760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7242/statm: 2872 2442 177 440 0 2428 0
[pid=7303] ppid=7242 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (satsolver.sh) S 7242 7241 6137 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272338280 9367552 267 33554432000 4194304 5064252 140734185125744 140734185124656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7303/statm: 2287 267 226 213 0 72 0
[pid=7304] ppid=7303 vsize=140192 CPUtime=1724.2 cores=0,2,4,6
/proc/7304/stat : 7304 (glucose) R 7303 7241 6137 0 -1 4202496 50550 0 0 0 172352 68 0 0 20 0 1 0 272338281 143556608 34493 33554432000 4194304 5208918 140735713313280 140735713311368 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7304/statm: 35048 34493 105 248 0 34797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 169976

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.89
CPU system time (s): 1.21781
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 250116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.21781
maximum resident set size= 211292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 534
involuntary context switches= 2010

runsolver used 3.16452 second user time and 8.92664 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-26 21:54:09
IDJOB=3701258
IDBENCH=2262
IDSOLVER=2277
FILE ID=node117/3701258-1338062049
RUNJOBID= node117-1338052949-6153
PBS_JOBID= 14624407
Free space on /tmp= 69960 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701258-1338062049/watcher-3701258-1338062049 -o /tmp/evaluation-result-3701258-1338062049/solver-3701258-1338062049 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701258-1338062049.opb 804814489 HOME HOME

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=804814489

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27255516 kB
Buffers:          282264 kB
Cached:          4437708 kB
SwapCached:            0 kB
Active:          2243752 kB
Inactive:        2549572 kB
Active(anon):      75972 kB
Inactive(anon):        0 kB
Active(file):    2167780 kB
Inactive(file):  2549572 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10160 kB
Writeback:             8 kB
AnonPages:         80408 kB
Mapped:            15432 kB
Shmem:               200 kB
Slab:             685136 kB
SReclaimable:     129448 kB
SUnreclaim:       555688 kB
KernelStack:        1496 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     192744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 65976 MiB
End job on node117 at 2012-05-26 22:24:10