Trace number 3750603

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.1 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
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

Solver Data

0.00/0.27	c old isEQ: 0, new EQ is 0
0.00/0.30	c run usual solver
1.17/1.20	c model valid
1.17/1.20	c current solution ok
1.37/1.40	o 35
1.37/1.40	c current bound: 17
1.37/1.40	c (debug) using card networks
1.37/1.40	c old isEQ: 17, new EQ is 0
7.18/7.22	c current bound: 26
7.18/7.22	c (debug) using card networks
7.18/7.22	c old isEQ: 26, new EQ is 0
15.68/15.79	c model valid
15.68/15.79	c current solution ok
15.77/15.80	o 26
15.77/15.80	c current bound: 22
15.77/15.80	c (debug) using card networks
15.77/15.80	c old isEQ: 22, new EQ is 0
1528.20/1528.54	c current bound: 24
1528.20/1528.54	c (debug) using card networks
1528.20/1528.54	c old isEQ: 24, new EQ is 0
1800.06/1800.40	./satsolver.sh: line 5: 12660 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-3750603-1339128894/watcher-3750603-1339128894 -o /tmp/evaluation-result-3750603-1339128894/solver-3750603-1339128894 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750603-1339128894.opb 47924228 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.01 2.02 3/179 12481
/proc/meminfo: memFree=17737300/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0

[startup+0.0204231 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 12481
/proc/meminfo: memFree=17737300/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 12481
/proc/meminfo: memFree=17737300/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 12481
/proc/meminfo: memFree=17737300/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700255 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 12481
/proc/meminfo: memFree=17737300/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 12485
/proc/meminfo: memFree=17637776/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1.41 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 10154 16921 0 0 42 19 75 5 20 0 1 0 379015166 60837888 14533 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14533 173 442 0 14407 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 68560

[startup+3.10036 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 12495
/proc/meminfo: memFree=17652272/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1.41 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 10154 16921 0 0 42 19 75 5 20 0 1 0 379015166 60837888 14533 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14533 173 442 0 14407 0
[pid=12494] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12494/stat : 12494 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379015308 9367552 266 33554432000 4194304 5064252 140735862861776 140735862860688 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12494/statm: 2287 266 226 213 0 72 0
[pid=12495] ppid=12494 vsize=29968 CPUtime=1.66 cores=1,3,5,7
/proc/12495/stat : 12495 (glucose) R 12494 12481 9300 0 -1 4202496 5857 0 0 0 165 1 0 0 20 0 1 0 379015308 30687232 6131 33554432000 4194304 5208918 140737343047744 140737343045576 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12495/statm: 7492 6131 105 248 0 7241 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 107676

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 12495
/proc/meminfo: memFree=17633720/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1.41 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 10154 16921 0 0 42 19 75 5 20 0 1 0 379015166 60837888 14533 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14533 173 442 0 14407 0
[pid=12494] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12494/stat : 12494 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379015308 9367552 266 33554432000 4194304 5064252 140735862861776 140735862860688 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12494/statm: 2287 266 226 213 0 72 0
[pid=12495] ppid=12494 vsize=33864 CPUtime=4.87 cores=1,3,5,7
/proc/12495/stat : 12495 (glucose) R 12494 12481 9300 0 -1 4202496 7821 0 0 0 485 2 0 0 20 0 1 0 379015308 34676736 7664 33554432000 4194304 5208918 140737343047744 140737343045832 4212442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12495/statm: 8466 7664 105 248 0 8215 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111572

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 12502
/proc/meminfo: memFree=17633908/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=7.22 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 10849 28387 0 0 43 19 652 8 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12501] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12501/stat : 12501 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379015889 9367552 267 33554432000 4194304 5064252 140734605441456 140734605440368 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12501/statm: 2287 267 226 213 0 72 0
[pid=12502] ppid=12501 vsize=56856 CPUtime=5.45 cores=1,3,5,7
/proc/12502/stat : 12502 (glucose) R 12501 12481 9300 0 -1 4202496 7060 0 0 0 544 1 0 0 20 0 1 0 379015890 58220544 10810 33554432000 4194304 5208918 140735537693824 140735537691768 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12502/statm: 14214 10810 105 248 0 13963 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 134564

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 12509
/proc/meminfo: memFree=17628804/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=45404 CPUtime=9.66 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 9295 0 0 0 965 1 0 0 20 0 1 0 379016748 46493696 10553 33554432000 4194304 5208918 140734812719472 140734812715848 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 11351 10553 105 248 0 11100 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 123112

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 12509
/proc/meminfo: memFree=17614512/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=68564 CPUtime=35.26 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 12867 0 0 0 3523 3 0 0 20 0 1 0 379016748 70209536 13866 33554432000 4194304 5208918 140734812719472 140734812715784 4222526 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 17141 13869 105 248 0 16890 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 146272

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 12509
/proc/meminfo: memFree=17577576/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=87420 CPUtime=86.46 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 13938 0 0 0 8642 4 0 0 20 0 1 0 379016748 89518080 21057 33554432000 4194304 5208918 140734812719472 140734812715160 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 21855 21057 105 248 0 21604 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 165128

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12509
/proc/meminfo: memFree=17568256/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=87420 CPUtime=146.44 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 14869 0 0 0 14638 6 0 0 20 0 1 0 379016748 89518080 21057 33554432000 4194304 5208918 140734812719472 140734812717560 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 21855 21057 105 248 0 21604 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12649
/proc/meminfo: memFree=27344252/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=181284 CPUtime=1346.25 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 41384 0 0 0 134559 66 0 0 20 0 1 0 379016748 185634816 42789 33554432000 4194304 5208918 140734812719472 140734812715240 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 45321 42789 105 248 0 45070 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 258992

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12649
/proc/meminfo: memFree=27362404/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=181284 CPUtime=1406.23 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 42541 0 0 0 140554 69 0 0 20 0 1 0 379016748 185634816 39205 33554432000 4194304 5208918 140734812719472 140734812715848 4229311 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 45321 39205 105 248 0 45070 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 258992

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12650
/proc/meminfo: memFree=27397780/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=15.79 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 11866 40247 0 0 55 19 1492 13 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12508] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379016747 9367552 266 33554432000 4194304 5064252 140735550995504 140735550994416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=150464 CPUtime=1466.22 cores=1,3,5,7
/proc/12509/stat : 12509 (glucose) R 12508 12481 9300 0 -1 4202496 43101 0 0 0 146551 71 0 0 20 0 1 0 379016748 154075136 34530 33554432000 4194304 5208918 140734812719472 140734812717560 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12509/statm: 37616 34530 105 248 0 37365 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 228172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12660
/proc/meminfo: memFree=27508368/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=52680 CPUtime=13.72 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 8137 0 0 0 1371 1 0 0 20 0 1 0 379168022 53944320 12346 33554432000 4194304 5208918 140735776841456 140735776839320 4211676 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 13170 12346 105 248 0 12919 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 130388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12660
/proc/meminfo: memFree=27525524/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=87720 CPUtime=73.72 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 12345 0 0 0 7367 5 0 0 20 0 1 0 379168022 89825280 21133 33554432000 4194304 5208918 140735776841456 140735776837224 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 21930 21133 105 248 0 21679 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 165428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12660
/proc/meminfo: memFree=27556744/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=87720 CPUtime=133.7 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 13235 0 0 0 13364 6 0 0 20 0 1 0 379168022 89825280 21231 33554432000 4194304 5208918 140735776841456 140735776837768 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 21930 21231 105 248 0 21679 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 165428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12660
/proc/meminfo: memFree=27378420/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=87720 CPUtime=193.69 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 15001 0 0 0 19361 8 0 0 20 0 1 0 379168022 89825280 21231 33554432000 4194304 5208918 140735776841456 140735776837832 4229507 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 21930 21231 105 248 0 21679 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 165428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12661
/proc/meminfo: memFree=27470124/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=87720 CPUtime=253.68 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 16409 0 0 0 25358 10 0 0 20 0 1 0 379168022 89825280 21231 33554432000 4194304 5208918 140735776841456 140735776837832 4214256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 21930 21231 105 248 0 21679 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 165428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12661
/proc/meminfo: memFree=27415060/32873660 swapFree=7120/7120
[pid=12481] ppid=12479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12481/stat : 12481 (npSolver-pbo.sh) S 12479 12481 9300 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379015166 9367552 275 33554432000 4194304 5064252 140734329464080 140734329462992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12481/statm: 2287 275 233 213 0 72 0
[pid=12482] ppid=12481 vsize=59412 CPUtime=1528.28 cores=1,3,5,7
/proc/12482/stat : 12482 (npSolver-pbo) S 12481 12481 9300 0 -1 4202496 12560 87058 0 0 56 19 152665 88 20 0 1 0 379015166 60837888 14534 33554432000 4194304 6004724 140735380097248 140735380089600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12482/statm: 14853 14534 174 442 0 14407 0
[pid=12659] ppid=12482 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12659/stat : 12659 (satsolver.sh) S 12482 12481 9300 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379168022 9367552 267 33554432000 4194304 5064252 140737213834592 140737213833504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12659/statm: 2287 267 226 213 0 72 0
[pid=12660] ppid=12659 vsize=87720 CPUtime=271.78 cores=1,3,5,7
/proc/12660/stat : 12660 (glucose) R 12659 12481 9300 0 -1 4202496 16855 0 0 0 27168 10 0 0 20 0 1 0 379168022 89825280 21231 33554432000 4194304 5208918 140735776841456 140735776839544 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12660/statm: 21930 21231 105 248 0 21679 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 165428

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.91
CPU system time (s): 1.19682
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 358400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.19682
maximum resident set size= 238756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 409
involuntary context switches= 1899

runsolver used 3.3035 second user time and 7.9198 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 06:14:54
IDJOB=3750603
IDBENCH=25019
IDSOLVER=2334
FILE ID=node117/3750603-1339128894
RUNJOBID= node117-1339112628-10672
PBS_JOBID= 14643736
Free space on /tmp= 68464 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750603-1339128894/watcher-3750603-1339128894 -o /tmp/evaluation-result-3750603-1339128894/solver-3750603-1339128894 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750603-1339128894.opb 47924228 HOME HOME

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=47924228

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:        17737688 kB
Buffers:          687508 kB
Cached:          5731888 kB
SwapCached:          632 kB
Active:         12187576 kB
Inactive:        1951784 kB
Active(anon):    7708936 kB
Inactive(anon):    10028 kB
Active(file):    4478640 kB
Inactive(file):  1941756 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106944 kB
Dirty:             10508 kB
Writeback:             0 kB
AnonPages:       7795084 kB
Mapped:            13632 kB
Shmem:                80 kB
Slab:             843812 kB
SReclaimable:     288116 kB
SUnreclaim:       555696 kB
KernelStack:        1520 kB
PageTables:        19240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10505168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3362816 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= 70728 MiB
End job on node117 at 2012-06-08 06:44:55