Trace number 3701596

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 1801.32

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j90opt/
normalized-j9041_1.std.opb
MD5SUM3e6e3a1f87ab2abccb053e7d7cf5a2f2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54782
Total number of constraints192750
Number of constraints which are clauses191550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint78
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.59/1.60	c run usual solver
37.18/37.25	c model valid
37.18/37.25	c current solution ok
41.43/42.43	o 300
41.43/42.43	c current bound: 150
411.91/412.96	c model valid
411.91/412.96	c current solution ok
411.97/413.05	o 150
411.97/413.05	c current bound: 75
412.88/413.96	c current bound: 113
427.80/428.89	c current bound: 132
1800.07/1801.31	./satsolver.sh: line 5: 20947 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1801.31	c error: unexpected solver exit code
1800.07/1801.31	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-3701596-1338101346/watcher-3701596-1338101346 -o /tmp/evaluation-result-3701596-1338101346/solver-3701596-1338101346 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701596-1338101346.opb 284144283 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19183
/proc/meminfo: memFree=28417980/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0

[startup+0.052621 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19183
/proc/meminfo: memFree=28417980/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19183
/proc/meminfo: memFree=28417980/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/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.00 2.00 3/179 19183
/proc/meminfo: memFree=28417980/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19183
/proc/meminfo: memFree=28417980/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19185
/proc/meminfo: memFree=28343692/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=187144 CPUtime=1.49 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) R 19183 19183 16531 0 -1 4202496 19457 0 0 0 144 5 0 0 20 0 1 0 276258987 191635456 32698 33554432000 4194304 5992684 140734022366784 140734022362200 5045366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19184/statm: 46786 32698 159 440 0 46342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196292

[startup+3.10046 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19187
/proc/meminfo: memFree=28150656/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=130964 CPUtime=1.6 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 19931 0 0 0 146 14 0 0 20 0 1 0 276258987 134107136 30367 33554432000 4194304 5992684 140734022366784 140734022360816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19184/statm: 32741 30367 165 440 0 32297 0
[pid=19186] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19186/stat : 19186 (cp2_pre.sh) S 19184 19183 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276259148 9367552 276 33554432000 4194304 5064252 140734631354672 140734631353376 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19186/statm: 2287 276 234 213 0 72 0
[pid=19187] ppid=19186 vsize=590912 CPUtime=1.47 cores=1,3,5,7
/proc/19187/stat : 19187 (coprocessor) R 19186 19183 16531 0 -1 4202496 41060 0 0 0 131 16 0 0 20 0 1 0 276259148 605093888 126992 33554432000 4194304 6586260 140736131322336 140736131318600 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19187/statm: 147728 126993 164 584 0 147140 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 740172

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19187
/proc/meminfo: memFree=27519568/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=130964 CPUtime=1.6 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 19931 0 0 0 146 14 0 0 20 0 1 0 276258987 134107136 30367 33554432000 4194304 5992684 140734022366784 140734022360816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19184/statm: 32741 30367 165 440 0 32297 0
[pid=19186] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19186/stat : 19186 (cp2_pre.sh) S 19184 19183 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276259148 9367552 276 33554432000 4194304 5064252 140734631354672 140734631353376 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19186/statm: 2287 276 234 213 0 72 0
[pid=19187] ppid=19186 vsize=738444 CPUtime=4.67 cores=1,3,5,7
/proc/19187/stat : 19187 (coprocessor) R 19186 19183 16531 0 -1 4202496 74943 0 0 0 445 22 0 0 20 0 1 0 276259148 756166656 179266 33554432000 4194304 6586260 140736131322336 140736131318360 4753047 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19187/statm: 184611 179266 180 584 0 184023 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 887704

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19190
/proc/meminfo: memFree=27915208/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=130964 CPUtime=11.05 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 19938 82979 0 0 146 15 903 41 20 0 1 0 276258987 134107136 30367 33554432000 4194304 5992684 140734022366784 140734022361904 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19184/statm: 32741 30367 165 440 0 32297 0
[pid=19189] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19189/stat : 19189 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276260094 9367552 267 33554432000 4194304 5064252 140734001468496 140734001467408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19189/statm: 2287 267 226 213 0 72 0
[pid=19190] ppid=19189 vsize=373180 CPUtime=1.62 cores=1,3,5,7
/proc/19190/stat : 19190 (glucose) R 19189 19183 16531 0 -1 4202496 60274 0 0 0 148 14 0 0 20 0 1 0 276260094 382136320 82064 33554432000 4194304 5208918 140733952159200 140733951108696 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19190/statm: 93295 82064 95 248 0 93044 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 522440

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 19232
/proc/meminfo: memFree=27552904/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=130964 CPUtime=11.05 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 19938 82979 0 0 146 15 903 41 20 0 1 0 276258987 134107136 30367 33554432000 4194304 5992684 140734022366784 140734022361904 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19184/statm: 32741 30367 165 440 0 32297 0
[pid=19189] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19189/stat : 19189 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276260094 9367552 267 33554432000 4194304 5064252 140734001468496 140734001467408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19189/statm: 2287 267 226 213 0 72 0
[pid=19190] ppid=19189 vsize=374772 CPUtime=14.41 cores=1,3,5,7
/proc/19190/stat : 19190 (glucose) R 19189 19183 16531 0 -1 4202496 60687 0 0 0 1427 14 0 0 20 0 1 0 276260094 383766528 82477 33554432000 4194304 5208918 140733952159200 140733952157048 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19190/statm: 93693 82477 95 248 0 93442 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 524032

[startup+51.1005 s]
/proc/loadavg: 2.42 2.10 2.03 3/182 19287
/proc/meminfo: memFree=28338104/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=171860 CPUtime=41.53 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 24118 153573 0 0 245 374 3460 74 20 0 1 0 276258987 175984640 40601 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 42965 40601 175 440 0 42521 0
[pid=19246] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19246/stat : 19246 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276263231 9367552 267 33554432000 4194304 5064252 140733826603008 140733826601920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19246/statm: 2287 267 226 213 0 72 0
[pid=19247] ppid=19246 vsize=379808 CPUtime=8.64 cores=1,3,5,7
/proc/19247/stat : 19247 (glucose) R 19246 19183 16531 0 -1 4202496 61618 0 0 0 848 16 0 0 20 0 1 0 276263232 388923392 81481 33554432000 4194304 5208918 140736113991232 140736113989176 4229023 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19247/statm: 94952 81481 102 248 0 94701 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 569964

[startup+102.301 s]
/proc/loadavg: 2.71 2.20 2.07 2/183 19299
/proc/meminfo: memFree=26014428/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=171860 CPUtime=41.53 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 24118 153573 0 0 245 374 3460 74 20 0 1 0 276258987 175984640 40601 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 42965 40601 175 440 0 42521 0
[pid=19246] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19246/stat : 19246 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276263231 9367552 267 33554432000 4194304 5064252 140733826603008 140733826601920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19246/statm: 2287 267 226 213 0 72 0
[pid=19247] ppid=19246 vsize=382348 CPUtime=59.84 cores=1,3,5,7
/proc/19247/stat : 19247 (glucose) R 19246 19183 16531 0 -1 4202496 62290 0 0 0 5968 16 0 0 20 0 1 0 276263232 391524352 83686 33554432000 4194304 5208918 140736113991232 140736113989192 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19247/statm: 95587 83686 103 248 0 95336 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 572504

[startup+162.3 s]
/proc/loadavg: 2.55 2.25 2.09 3/183 19561
/proc/meminfo: memFree=28167412/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=171860 CPUtime=41.53 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 24118 153573 0 0 245 374 3460 74 20 0 1 0 276258987 175984640 40601 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 42965 40601 175 440 0 42521 0
[pid=19246] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19246/stat : 19246 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276263231 9367552 267 33554432000 4194304 5064252 140733826603008 140733826601920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19246/statm: 2287 267 226 213 0 72 0
[pid=19247] ppid=19246 vsize=383600 CPUtime=119.82 cores=1,3,5,7
/proc/19247/stat : 19247 (glucose) R 19246 19183 16531 0 -1 4202496 63076 0 0 0 11965 17 0 0 20 0 1 0 276263232 392806400 82988 33554432000 4194304 5208918 140736113991232 140736113989320 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19247/statm: 95900 82988 104 248 0 95649 0
Current children cumulated CPU time (s) 161.35

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


[startup+1362.3 s]
/proc/loadavg: 2.15 2.08 2.07 3/183 21132
/proc/meminfo: memFree=28064088/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=392252 CPUtime=933.2 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 67381 0 0 0 93295 25 0 0 20 0 1 0 276301878 401666048 88219 33554432000 4194304 5208918 140737143534608 140737143530984 4205195 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98063 88219 104 248 0 97812 0
Current children cumulated CPU time (s) 1361.12
Current children cumulated vsize (KiB) 592408

[startup+1422.3 s]
/proc/loadavg: 2.15 2.09 2.07 3/183 21132
/proc/meminfo: memFree=28037716/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=423072 CPUtime=993.21 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 67959 0 0 0 99294 27 0 0 20 0 1 0 276301878 433225728 89299 33554432000 4194304 5208918 140737143534608 140737143532760 4205238 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 105768 89299 104 248 0 105517 0
Current children cumulated CPU time (s) 1421.13
Current children cumulated vsize (KiB) 623228

[startup+1482.3 s]
/proc/loadavg: 2.08 2.09 2.07 3/183 21132
/proc/meminfo: memFree=28057888/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=392252 CPUtime=1053.19 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 68389 0 0 0 105291 28 0 0 20 0 1 0 276301878 401666048 86683 33554432000 4194304 5208918 140737143534608 140737143532696 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98063 86683 104 248 0 97812 0
Current children cumulated CPU time (s) 1481.11
Current children cumulated vsize (KiB) 592408

[startup+1542.31 s]
/proc/loadavg: 2.16 2.10 2.08 3/183 21132
/proc/meminfo: memFree=28059952/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=392252 CPUtime=1113.19 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 68392 0 0 0 111291 28 0 0 20 0 1 0 276301878 401666048 88219 33554432000 4194304 5208918 140737143534608 140737143532696 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98063 88219 104 248 0 97812 0
Current children cumulated CPU time (s) 1541.11
Current children cumulated vsize (KiB) 592408

[startup+1602.3 s]
/proc/loadavg: 2.10 2.09 2.08 3/183 21132
/proc/meminfo: memFree=28031592/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=423072 CPUtime=1173.17 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 68958 0 0 0 117289 28 0 0 20 0 1 0 276301878 433225728 89286 33554432000 4194304 5208918 140737143534608 140737143532760 4229039 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 105768 89286 104 248 0 105517 0
Current children cumulated CPU time (s) 1601.09
Current children cumulated vsize (KiB) 623228

[startup+1662.3 s]
/proc/loadavg: 2.04 2.07 2.07 3/183 21133
/proc/meminfo: memFree=28054928/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=392252 CPUtime=1233.16 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 69590 0 0 0 123286 30 0 0 20 0 1 0 276301878 401666048 86856 33554432000 4194304 5208918 140737143534608 140737143532696 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98063 86856 104 248 0 97812 0
Current children cumulated CPU time (s) 1661.08
Current children cumulated vsize (KiB) 592408

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/183 21133
/proc/meminfo: memFree=28023092/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=392664 CPUtime=1293.15 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 69674 0 0 0 129285 30 0 0 20 0 1 0 276301878 402087936 87962 33554432000 4194304 5208918 140737143534608 140737143532456 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98166 87962 104 248 0 97915 0
Current children cumulated CPU time (s) 1721.07
Current children cumulated vsize (KiB) 592820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/183 21133
/proc/meminfo: memFree=28049392/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=393208 CPUtime=1353.14 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 70268 0 0 0 135283 31 0 0 20 0 1 0 276301878 402644992 86584 33554432000 4194304 5208918 140737143534608 140737143532456 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98302 86584 104 248 0 98051 0
Current children cumulated CPU time (s) 1781.06
Current children cumulated vsize (KiB) 593364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/183 21133
/proc/meminfo: memFree=28041448/32873844 swapFree=7612/7612
[pid=19183] ppid=19181 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19183/stat : 19183 (npSolver-pbo.sh) S 19181 19183 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276258987 9367552 275 33554432000 4194304 5064252 140735981521408 140735981520320 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19183/statm: 2287 275 233 213 0 72 0
[pid=19184] ppid=19183 vsize=181860 CPUtime=427.92 cores=1,3,5,7
/proc/19184/stat : 19184 (npSolver-pbo) S 19183 19183 16531 0 -1 4202496 28484 353245 0 0 281 377 41968 166 20 0 1 0 276258987 186224640 43101 33554432000 4194304 5992684 140734022366784 140734022359104 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 88 0 0
/proc/19184/statm: 45465 43101 175 440 0 45021 0
[pid=20946] ppid=19184 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20946/stat : 20946 (satsolver.sh) S 19184 19183 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276301878 9367552 267 33554432000 4194304 5064252 140733621780208 140733621779120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20946/statm: 2287 267 226 213 0 72 0
[pid=20947] ppid=20946 vsize=393208 CPUtime=1372.15 cores=1,3,5,7
/proc/20947/stat : 20947 (glucose) R 20946 19183 16531 0 -1 4202496 70289 0 0 0 137184 31 0 0 20 0 1 0 276301878 402644992 87116 33554432000 4194304 5208918 140737143534608 140737143532456 4229072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20947/statm: 98302 87116 104 248 0 98051 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 593364

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.32
CPU time (s): 1800.1
CPU user time (s): 1794.33
CPU system time (s): 5.77012
CPU usage (%): 99.9325
Max. virtual memory (cumulated for all children) (KiB): 977640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 5.77012
maximum resident set size= 845740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 778384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5687
involuntary context switches= 1896

runsolver used 3.62445 second user time and 10.0255 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 08:49:06
IDJOB=3701596
IDBENCH=77972
IDSOLVER=2277
FILE ID=node143/3701596-1338101346
RUNJOBID= node143-1338088563-16548
PBS_JOBID= 14624464
Free space on /tmp= 71556 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j90opt/normalized-j9041_1.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701596-1338101346/watcher-3701596-1338101346 -o /tmp/evaluation-result-3701596-1338101346/solver-3701596-1338101346 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701596-1338101346.opb 284144283 HOME HOME

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

MD5SUM BENCH= 3e6e3a1f87ab2abccb053e7d7cf5a2f2
RANDOM SEED=284144283

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28417980 kB
Buffers:          340676 kB
Cached:          2774832 kB
SwapCached:            0 kB
Active:          1251732 kB
Inactive:        2391024 kB
Active(anon):     530128 kB
Inactive(anon):        0 kB
Active(file):     721604 kB
Inactive(file):  2391024 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14416 kB
Writeback:             0 kB
AnonPages:        537152 kB
Mapped:            15540 kB
Shmem:               200 kB
Slab:             668244 kB
SReclaimable:     109800 kB
SUnreclaim:       558444 kB
KernelStack:        1472 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     677336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71524 MiB
End job on node143 at 2012-05-27 09:19:08