Trace number 3701138

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark5.85411
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c run usual solver
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.03	o 171
0.00/0.03	c current bound: 85
0.00/0.03	c (debug) using card networks
0.00/0.36	c current bound: 128
0.00/0.36	c (debug) using card networks
1126.79/1127.05	c current bound: 150
1126.79/1127.05	c (debug) using card networks
1126.85/1127.13	c model valid
1126.85/1127.13	c current solution ok
1126.85/1127.14	o 150
1126.85/1127.14	c current bound: 139
1126.85/1127.14	c (debug) using card networks
1431.74/1432.03	c model valid
1431.74/1432.03	c current solution ok
1431.74/1432.03	o 139
1431.74/1432.03	c current bound: 134
1431.74/1432.03	c (debug) using card networks
1800.06/1800.40	./satsolver.sh: line 5:  6346 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-3701138-1338058365/watcher-3701138-1338058365 -o /tmp/evaluation-result-3701138-1338058365/solver-3701138-1338058365 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701138-1338058365.opb 1796307245 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 2.01 2.00 3/179 5576
/proc/meminfo: memFree=28264036/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0

[startup+0.0608329 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5576
/proc/meminfo: memFree=28264036/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5576
/proc/meminfo: memFree=28264036/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5576
/proc/meminfo: memFree=28264036/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5576
/proc/meminfo: memFree=28264036/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5628
/proc/meminfo: memFree=28266488/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=8440 CPUtime=1.11 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 2393 0 0 0 111 0 0 0 20 0 1 0 271965147 8642560 1570 33554432000 4194304 5208918 140733489955680 140733489953704 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 2110 1570 102 248 0 1859 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29600

[startup+3.10036 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5727
/proc/meminfo: memFree=28269152/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=13544 CPUtime=2.71 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 3671 0 0 0 271 0 0 0 20 0 1 0 271965147 13869056 2804 33554432000 4194304 5208918 140733489955680 140733489953544 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 3386 2804 103 248 0 3135 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34704

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6072
/proc/meminfo: memFree=28256640/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=15220 CPUtime=5.91 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 4191 0 0 0 591 0 0 0 20 0 1 0 271965147 15585280 3292 33554432000 4194304 5208918 140733489955680 140733489953544 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 3805 3292 103 248 0 3554 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36380

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6074
/proc/meminfo: memFree=28199028/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=25200 CPUtime=12.3 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 5549 0 0 0 1230 0 0 0 20 0 1 0 271965147 25804800 4779 33554432000 4194304 5208918 140733489955680 140733489953624 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 6300 4779 103 248 0 6049 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 46360

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6074
/proc/meminfo: memFree=28173100/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=29620 CPUtime=25.1 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 6654 0 0 0 2510 0 0 0 20 0 1 0 271965147 30330880 6863 33554432000 4194304 5208918 140733489955680 140733489953544 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 7405 6863 103 248 0 7154 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50780

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6074
/proc/meminfo: memFree=28160984/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=29620 CPUtime=50.69 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 6682 0 0 0 5069 0 0 0 20 0 1 0 271965147 30330880 6906 33554432000 4194304 5208918 140733489955680 140733489952056 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 7405 6906 103 248 0 7154 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50780

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6074
/proc/meminfo: memFree=28129148/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5613/stat : 5613 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271965147 9367552 266 33554432000 4194304 5064252 140735129631904 140735129630816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5613/statm: 2287 266 226 213 0 72 0
[pid=5614] ppid=5613 vsize=56400 CPUtime=101.89 cores=0,2,4,6
/proc/5614/stat : 5614 (glucose) R 5613 5576 5140 0 -1 4202496 8636 0 0 0 10188 1 0 0 20 0 1 0 271965147 57753600 10060 33554432000 4194304 5208918 140733489955680 140733489953624 4229072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5614/statm: 14100 10060 103 248 0 13849 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 77560

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 6075
/proc/meminfo: memFree=28105560/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=2864 CPUtime=0.36 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 961 9334 0 0 2 0 32 2 20 0 1 0 271965109 2932736 391 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 716 391 178 440 0 272 0
[pid=5613] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6332
/proc/meminfo: memFree=28123096/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1126.95 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1569 29310 0 0 4 0 112678 13 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6155] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6155/stat : 6155 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272077824 9367552 267 33554432000 4194304 5064252 140734976554592 140734976553504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6155/statm: 2287 267 226 213 0 72 0
[pid=6156] ppid=6155 vsize=93684 CPUtime=295.08 cores=0,2,4,6
/proc/6156/stat : 6156 (glucose) R 6155 5576 5140 0 -1 4202496 9930 0 0 0 29505 3 0 0 20 0 1 0 272077824 95932416 17099 33554432000 4194304 5208918 140735960352592 140735960350536 4229151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6156/statm: 23421 17099 105 248 0 23170 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 115324

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 6386
/proc/meminfo: memFree=28207212/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=41088 CPUtime=50.23 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 6796 0 0 0 5022 1 0 0 20 0 1 0 272108314 42074112 9369 33554432000 4194304 5208918 140735557881808 140735557879800 4230019 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 10272 9369 105 248 0 10021 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 62728

[startup+1542.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 6431
/proc/meminfo: memFree=28151892/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=46616 CPUtime=110.22 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 7820 0 0 0 11020 2 0 0 20 0 1 0 272108314 47734784 10191 33554432000 4194304 5208918 140735557881808 140735557879672 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 11654 10191 105 248 0 11403 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 68256

[startup+1602.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 6473
/proc/meminfo: memFree=28135052/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=58624 CPUtime=170.21 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8375 0 0 0 17019 2 0 0 20 0 1 0 272108314 60030976 13542 33554432000 4194304 5208918 140735557881808 140735557879752 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 14656 13542 105 248 0 14405 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 80264

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/184 6525
/proc/meminfo: memFree=28136220/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=58624 CPUtime=230.19 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8520 0 0 0 23017 2 0 0 20 0 1 0 272108314 60030976 14157 33554432000 4194304 5208918 140735557881808 140735557879896 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 14656 14157 105 248 0 14405 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 80264

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 6567
/proc/meminfo: memFree=28128100/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=88956 CPUtime=290.19 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8949 0 0 0 29016 3 0 0 20 0 1 0 272108314 91090944 15590 33554432000 4194304 5208918 140735557881808 140735557878184 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 22239 15590 105 248 0 21988 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 110596

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 6616
/proc/meminfo: memFree=28111456/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=88956 CPUtime=350.18 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8968 0 0 0 35015 3 0 0 20 0 1 0 272108314 91090944 20719 33554432000 4194304 5208918 140735557881808 140735557878120 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 22239 20719 105 248 0 21988 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 110596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 6630
/proc/meminfo: memFree=28109512/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=88956 CPUtime=368.28 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8969 0 0 0 36825 3 0 0 20 0 1 0 272108314 91090944 21231 33554432000 4194304 5208918 140735557881808 140735557878184 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 22239 21231 105 248 0 21988 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 110596

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 6630
/proc/meminfo: memFree=28109512/32873844 swapFree=7356/7356
[pid=5576] ppid=5574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5576/stat : 5576 (npSolver-pbo.sh) S 5574 5576 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271965109 9367552 274 33554432000 4194304 5064252 140737033225008 140737033223920 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5576/statm: 2287 274 233 213 0 72 0
[pid=5577] ppid=5576 vsize=3344 CPUtime=1431.78 cores=0,2,4,6
/proc/5577/stat : 5577 (npSolver-pbo) S 5576 5576 5140 0 -1 4202496 1885 42188 0 0 5 0 143154 19 20 0 1 0 271965109 3424256 480 33554432000 4194304 5992684 140737255834512 140737255826832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5577/statm: 836 480 178 440 0 392 0
[pid=6345] ppid=5577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6345/stat : 6345 (satsolver.sh) S 5577 5576 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272108314 9367552 267 33554432000 4194304 5064252 140737463621024 140737463619936 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6345/statm: 2287 267 226 213 0 72 0
[pid=6346] ppid=6345 vsize=88956 CPUtime=368.28 cores=0,2,4,6
/proc/6346/stat : 6346 (glucose) R 6345 5576 5140 0 -1 4202496 8969 0 0 0 36825 3 0 0 20 0 1 0 272108314 91090944 21231 33554432000 4194304 5208918 140735557881808 140735557878184 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6346/statm: 22239 21231 105 248 0 21988 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 110596

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.240963
maximum resident set size= 122144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158
involuntary context switches= 1918

runsolver used 3.39248 second user time and 9.15761 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 20:52:45
IDJOB=3701138
IDBENCH=2060
IDSOLVER=2277
FILE ID=node109/3701138-1338058365
RUNJOBID= node109-1338052962-5156
PBS_JOBID= 14624414
Free space on /tmp= 71284 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701138-1338058365/watcher-3701138-1338058365 -o /tmp/evaluation-result-3701138-1338058365/solver-3701138-1338058365 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701138-1338058365.opb 1796307245 HOME HOME

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=1796307245

node109.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.264
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.52
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.264
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.264
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.264
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		: 2667.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28264400 kB
Buffers:          262972 kB
Cached:          3533312 kB
SwapCached:            0 kB
Active:           850436 kB
Inactive:        2977020 kB
Active(anon):      33952 kB
Inactive(anon):        0 kB
Active(file):     816484 kB
Inactive(file):  2977020 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17444 kB
Writeback:             0 kB
AnonPages:         38496 kB
Mapped:            15824 kB
Shmem:               200 kB
Slab:             643612 kB
SReclaimable:      86032 kB
SUnreclaim:       557580 kB
KernelStack:        1472 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71260 MiB
End job on node109 at 2012-05-26 21:22:46