Trace number 3749858

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-3.opb
MD5SUMf687933a5408753eb50bdd526af25aa5
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3052
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3052
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints1985
Number of constraints which are clauses1364
Number of constraints which are cardinality constraints (but not clauses)621
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint220
Number of terms in the objective function 2792
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1385986
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1385986
Number of bits of the biggest sum of numbers21
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.02	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.07	c old isEQ: 0, new EQ is 0
0.00/0.07	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.12	c old isEQ: 0, new EQ is 0
0.00/0.13	c old isEQ: 0, new EQ is 0
0.00/0.13	c old isEQ: 0, new EQ is 0
0.00/0.14	c old isEQ: 0, new EQ is 0
0.00/0.15	c old isEQ: 0, new EQ is 0
0.00/0.16	c old isEQ: 0, new EQ is 0
0.00/0.17	c old isEQ: 0, new EQ is 0
0.00/0.18	c old isEQ: 0, new EQ is 0
0.00/0.19	c old isEQ: 0, new EQ is 0
0.00/0.20	c old isEQ: 0, new EQ is 0
0.00/0.21	c old isEQ: 0, new EQ is 0
0.00/0.22	c old isEQ: 0, new EQ is 0
0.00/0.23	c old isEQ: 0, new EQ is 0
0.00/0.25	c run usual solver
10.04/10.18	c model valid
10.04/10.18	c current solution ok
10.48/10.52	o 228306
10.48/10.52	c current bound: 114856
10.48/10.52	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	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-3749858-1339113193/watcher-3749858-1339113193 -o /tmp/evaluation-result-3749858-1339113193/solver-3749858-1339113193 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749858-1339113193.opb 1868598492 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.84 1.57 2/179 26112
/proc/meminfo: memFree=28755124/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0

[startup+0.0265929 s]
/proc/loadavg: 2.00 1.84 1.57 2/179 26112
/proc/meminfo: memFree=28755124/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 2.00 1.84 1.57 2/179 26112
/proc/meminfo: memFree=28755124/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 2.00 1.84 1.57 2/179 26112
/proc/meminfo: memFree=28755124/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.00 1.84 1.57 2/179 26112
/proc/meminfo: memFree=28755124/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 1.84 1.57 3/183 26116
/proc/meminfo: memFree=28636508/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=16180 CPUtime=0.24 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 4550 0 0 0 23 1 0 0 20 0 1 0 377446692 16568320 2951 33554432000 4194304 6004724 140736532172112 140736532166160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 4045 2951 164 442 0 3599 0
[pid=26115] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26115/stat : 26115 (cp2_pre.sh) S 26113 26112 24192 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 377446717 9367552 276 33554432000 4194304 5064252 140735783250800 140735783249504 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26115/statm: 2287 276 234 213 0 72 0
[pid=26116] ppid=26115 vsize=111544 CPUtime=1.22 cores=0,2,4,6
/proc/26116/stat : 26116 (coprocessor) R 26115 26112 24192 0 -1 4202496 22159 0 0 0 112 10 0 0 20 0 1 0 377446717 114221056 26303 33554432000 4194304 6586260 140736473733248 140736473729016 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/26116/statm: 27886 26303 197 584 0 27298 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 146020

[startup+3.10039 s]
/proc/loadavg: 2.00 1.84 1.57 3/183 26119
/proc/meminfo: memFree=28695596/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=16180 CPUtime=1.73 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 4556 23062 0 0 23 1 135 14 20 0 1 0 377446692 16568320 2951 33554432000 4194304 6004724 140736532172112 140736532167248 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 4045 2951 164 442 0 3599 0
[pid=26118] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26118/stat : 26118 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377446867 9367552 267 33554432000 4194304 5064252 140733406734512 140733406733424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26118/statm: 2287 267 226 213 0 72 0
[pid=26119] ppid=26118 vsize=46292 CPUtime=1.33 cores=0,2,4,6
/proc/26119/stat : 26119 (glucose) R 26118 26112 24192 0 -1 4202496 9802 0 0 0 132 1 0 0 20 0 1 0 377446868 47403008 9960 33554432000 4194304 5208918 140735031543424 140735031541272 4229888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26119/statm: 11573 9960 104 248 0 11322 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 80768

[startup+6.30038 s]
/proc/loadavg: 2.00 1.85 1.57 3/183 26119
/proc/meminfo: memFree=28788320/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=16180 CPUtime=1.73 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 4556 23062 0 0 23 1 135 14 20 0 1 0 377446692 16568320 2951 33554432000 4194304 6004724 140736532172112 140736532167248 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 4045 2951 164 442 0 3599 0
[pid=26118] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26118/stat : 26118 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377446867 9367552 267 33554432000 4194304 5064252 140733406734512 140733406733424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26118/statm: 2287 267 226 213 0 72 0
[pid=26119] ppid=26118 vsize=54936 CPUtime=4.53 cores=0,2,4,6
/proc/26119/stat : 26119 (glucose) R 26118 26112 24192 0 -1 4202496 13513 0 0 0 451 2 0 0 20 0 1 0 377446868 56254464 12331 33554432000 4194304 5208918 140735031543424 140735031541288 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26119/statm: 13734 12331 105 248 0 13483 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 89412

[startup+12.7003 s]
/proc/loadavg: 2.00 1.85 1.57 3/183 26126
/proc/meminfo: memFree=28668588/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=90520 CPUtime=1.87 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 19177 0 0 0 184 3 0 0 20 0 1 0 377447773 92692480 20169 33554432000 4194304 5208918 140733612909376 140733612907224 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 22630 20169 105 248 0 22379 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 171712

[startup+25.5004 s]
/proc/loadavg: 2.00 1.86 1.58 3/183 26126
/proc/meminfo: memFree=28570164/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=113516 CPUtime=14.67 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 21739 0 0 0 1463 4 0 0 20 0 1 0 377447773 116240384 26194 33554432000 4194304 5208918 140733612909376 140733612905752 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 28379 26194 105 248 0 28128 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 194708

[startup+51.1004 s]
/proc/loadavg: 2.00 1.87 1.59 3/183 26127
/proc/meminfo: memFree=28587696/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=174216 CPUtime=40.27 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 22339 0 0 0 4022 5 0 0 20 0 1 0 377447773 178397184 35969 33554432000 4194304 5208918 140733612909376 140733612905688 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 43554 35969 105 248 0 43303 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 255408

[startup+102.307 s]
/proc/loadavg: 2.00 1.88 1.61 3/183 26127
/proc/meminfo: memFree=28518896/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=174216 CPUtime=91.46 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 22640 0 0 0 9139 7 0 0 20 0 1 0 377447773 178397184 37677 33554432000 4194304 5208918 140733612909376 140733612905752 4212881 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 43554 37677 105 248 0 43303 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 255408

[startup+162.3 s]
/proc/loadavg: 2.00 1.90 1.63 3/183 26127
/proc/meminfo: memFree=28558700/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 32621 0 0 0 135058 66 0 0 20 0 1 0 377447773 260460544 56478 33554432000 4194304 5208918 140733612909376 140733612905752 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 63589 56478 105 248 0 63338 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 335548

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 1.89 3/183 26219
/proc/meminfo: memFree=28540288/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=254356 CPUtime=1411.24 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 33048 0 0 0 141055 69 0 0 20 0 1 0 377447773 260460544 55966 33554432000 4194304 5208918 140733612909376 140733612905752 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 63589 55966 105 248 0 63338 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 335548

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/183 26226
/proc/meminfo: memFree=28507600/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=304444 CPUtime=1471.22 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 33372 0 0 0 147052 70 0 0 20 0 1 0 377447773 311750656 65483 33554432000 4194304 5208918 140733612909376 140733612905144 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 76111 65483 105 248 0 75860 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 385636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/183 26226
/proc/meminfo: memFree=28489200/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=304444 CPUtime=1531.2 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 33806 0 0 0 153048 72 0 0 20 0 1 0 377447773 311750656 63435 33554432000 4194304 5208918 140733612909376 140733612905752 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 76111 63435 105 248 0 75860 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 385636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 26234
/proc/meminfo: memFree=28506120/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=304444 CPUtime=1591.2 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 34248 0 0 0 159045 75 0 0 20 0 1 0 377447773 311750656 63435 33554432000 4194304 5208918 140733612909376 140733612905752 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 76111 63435 105 248 0 75860 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 385636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 26251
/proc/meminfo: memFree=28540784/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=304444 CPUtime=1651.19 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 34685 0 0 0 165041 78 0 0 20 0 1 0 377447773 311750656 62923 33554432000 4194304 5208918 140733612909376 140733612905752 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 76111 62923 105 248 0 75860 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 385636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 26258
/proc/meminfo: memFree=28543548/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=254356 CPUtime=1711.17 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 34808 0 0 0 171037 80 0 0 20 0 1 0 377447773 260460544 60574 33554432000 4194304 5208918 140733612909376 140733612905752 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 63589 60574 105 248 0 63338 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 335548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 26272
/proc/meminfo: memFree=28547276/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=258552 CPUtime=1771.16 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 35749 0 0 0 177033 83 0 0 20 0 1 0 377447773 264757248 60062 33554432000 4194304 5208918 140733612909376 140733612907464 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 64638 60062 105 248 0 64387 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 339744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 26272
/proc/meminfo: memFree=28531276/32873648 swapFree=7120/7120
[pid=26112] ppid=26110 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26112/stat : 26112 (npSolver-pbo.sh) S 26110 26112 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377446692 9367552 275 33554432000 4194304 5064252 140735529328000 140735529326912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26112/statm: 2287 275 233 213 0 72 0
[pid=26113] ppid=26112 vsize=62896 CPUtime=10.78 cores=0,2,4,6
/proc/26113/stat : 26113 (npSolver-pbo) S 26112 26112 24192 0 -1 4202496 8407 42680 0 0 56 32 971 19 20 0 1 0 377446692 64405504 11330 33554432000 4194304 6004724 140736532172112 140736532164464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26113/statm: 15724 11330 179 442 0 15278 0
[pid=26125] ppid=26113 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26125/stat : 26125 (satsolver.sh) S 26113 26112 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 377447773 9367552 266 33554432000 4194304 5064252 140734112350384 140734112349296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26125/statm: 2287 266 226 213 0 72 0
[pid=26126] ppid=26125 vsize=308640 CPUtime=1789.27 cores=0,2,4,6
/proc/26126/stat : 26126 (glucose) R 26125 26112 24192 0 -1 4202496 35887 0 0 0 178843 84 0 0 20 0 1 0 377447773 316047360 62750 33554432000 4194304 5208918 140733612909376 140733612907528 4229780 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26126/statm: 77160 62750 105 248 0 76909 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 389832

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 26112 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=275437
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=531919
# CPU time returned by wait4() is 10.8074
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.7
CPU system time (s): 1.35
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 469972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2754
system time used= 0.531919
maximum resident set size= 108868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279
involuntary context switches= 42

runsolver used 3.59345 second user time and 9.32558 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 01:53:13
IDJOB=3749858
IDBENCH=1536
IDSOLVER=2334
FILE ID=node114/3749858-1339113193
RUNJOBID= node114-1339112629-25978
PBS_JOBID= 14643739
Free space on /tmp= 70324 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749858-1339113193/watcher-3749858-1339113193 -o /tmp/evaluation-result-3749858-1339113193/solver-3749858-1339113193 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749858-1339113193.opb 1868598492 HOME HOME

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

MD5SUM BENCH= f687933a5408753eb50bdd526af25aa5
RANDOM SEED=1868598492

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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		: 2666.242
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.242
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:        28755504 kB
Buffers:          589584 kB
Cached:          2360436 kB
SwapCached:         1940 kB
Active:          1292968 kB
Inactive:        1882864 kB
Active(anon):     225140 kB
Inactive(anon):     2432 kB
Active(file):    1067828 kB
Inactive(file):  1880432 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              8244 kB
Writeback:             8 kB
AnonPages:        242808 kB
Mapped:            11192 kB
Shmem:                24 kB
Slab:             794080 kB
SReclaimable:     238092 kB
SUnreclaim:       555988 kB
KernelStack:        1504 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     400892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 70268 MiB
End job on node114 at 2012-06-08 02:23:14