Trace number 3700797

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.smallist/normalized-randa65dfb.cudf.paranoid.opb
MD5SUMd30c19f2441315ada764edb8b8f5d82e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2355
Best CPU time to get the best result obtained on this benchmark14.0109
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6521
Total number of constraints19790
Number of constraints which are clauses19790
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 constraint1
Maximum length of a constraint1147
Number of terms in the objective function 3101
Biggest coefficient in the objective function 1958
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2243866
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1958
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2243866
Number of bits of the biggest sum of numbers22
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.05	c run usual solver
0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.21	o 33726
0.00/0.21	c current bound: 16863
0.00/0.21	c fallback to adder encoding
1528.93/1529.21	c model valid
1528.93/1529.21	c current solution ok
1528.93/1529.22	o 16328
1528.93/1529.22	c current bound: 8164
1528.93/1529.22	c fallback to adder encoding
1719.35/1719.82	c model valid
1719.35/1719.82	c current solution ok
1719.35/1719.83	o 6519
1719.35/1719.83	c current bound: 3259
1719.35/1719.83	c fallback to adder encoding
1734.65/1735.13	c model valid
1734.65/1735.13	c current solution ok
1734.65/1735.13	o 2622
1734.65/1735.13	c current bound: 1311
1734.65/1735.13	c fallback to adder encoding
1734.92/1735.35	c current bound: 1967
1734.92/1735.35	c fallback to adder encoding
1735.77/1736.18	c current bound: 2295
1735.77/1736.18	c fallback to adder encoding
1768.14/1768.56	c current bound: 2459
1768.14/1768.56	c fallback to adder encoding
1787.04/1787.44	c model valid
1787.04/1787.44	c current solution ok
1787.04/1787.45	o 2459
1787.04/1787.45	c current bound: 2377
1787.04/1787.45	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5: 17333 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700797-1338083712/watcher-3700797-1338083712 -o /tmp/evaluation-result-3700797-1338083712/solver-3700797-1338083712 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700797-1338083712.opb 1949323924 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 17159
/proc/meminfo: memFree=28859824/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0

[startup+0.0191331 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17159
/proc/meminfo: memFree=28859824/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17159
/proc/meminfo: memFree=28859824/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17159
/proc/meminfo: memFree=28859824/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700151 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17159
/proc/meminfo: memFree=28859824/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28783692/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=50380 CPUtime=1.01 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 11366 0 0 0 99 2 0 0 20 0 1 0 274495701 51589120 10446 33554432000 4194304 5208918 140735967426192 140735967424296 4229850 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 12595 10446 104 248 0 12344 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 90776

[startup+3.10039 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28783304/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=50960 CPUtime=2.61 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 11494 0 0 0 259 2 0 0 20 0 1 0 274495701 52183040 10574 33554432000 4194304 5208918 140735967426192 140735967424040 4205672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 12740 10574 105 248 0 12489 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 91356

[startup+6.30041 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28778228/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=51588 CPUtime=5.81 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 11648 0 0 0 579 2 0 0 20 0 1 0 274495701 52826112 11239 33554432000 4194304 5208918 140735967426192 140735967423944 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 12897 11239 105 248 0 12646 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 91984

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28775128/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=52156 CPUtime=12.21 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 11820 0 0 0 1219 2 0 0 20 0 1 0 274495701 53407744 11411 33554432000 4194304 5208918 140735967426192 140735967424040 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 13039 11411 105 248 0 12788 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 92552

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28773596/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=53316 CPUtime=25 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 13243 0 0 0 2498 2 0 0 20 0 1 0 274495701 54595584 11695 33554432000 4194304 5208918 140735967426192 140735967422504 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 13329 11695 105 248 0 13078 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 93712

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17173
/proc/meminfo: memFree=28721212/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=72096 CPUtime=50.59 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 13724 0 0 0 5057 2 0 0 20 0 1 0 274495701 73826304 16352 33554432000 4194304 5208918 140735967426192 140735967422568 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 18024 16352 105 248 0 17773 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 112492

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17173
/proc/meminfo: memFree=28740784/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=83588 CPUtime=101.8 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 14209 0 0 0 10177 3 0 0 20 0 1 0 274495701 85594112 19380 33554432000 4194304 5208918 140735967426192 140735967421880 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 20897 19380 105 248 0 20646 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 123984

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 17173
/proc/meminfo: memFree=28739140/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 17279
/proc/meminfo: memFree=28453620/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=152264 CPUtime=1361.6 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 20199 0 0 0 136148 12 0 0 20 0 1 0 274495701 155918336 36639 33554432000 4194304 5208918 140735967426192 140735967422568 4211916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 38066 36639 105 248 0 37815 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 192660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17280
/proc/meminfo: memFree=28490664/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=102944 CPUtime=1421.6 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 20789 0 0 0 142147 13 0 0 20 0 1 0 274495701 105414656 24488 33554432000 4194304 5208918 140735967426192 140735967422504 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 25736 24488 105 248 0 25485 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 143340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17280
/proc/meminfo: memFree=28430108/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=22100 CPUtime=0.44 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 3813 6872 0 0 30 4 9 1 20 0 1 0 274495654 22630400 4913 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 5525 4913 182 440 0 5081 0
[pid=17172] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274495701 9367552 266 33554432000 4194304 5064252 140737438294400 140737438293312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17172/statm: 2287 266 226 213 0 72 0
[pid=17173] ppid=17172 vsize=152264 CPUtime=1481.58 cores=0,2,4,6
/proc/17173/stat : 17173 (glucose) R 17172 17159 10843 0 -1 4202496 21185 0 0 0 148144 14 0 0 20 0 1 0 274495701 155918336 35615 33554432000 4194304 5208918 140735967426192 140735967424184 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17173/statm: 38066 35615 105 248 0 37815 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 192660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17290
/proc/meminfo: memFree=28510340/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1529.18 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 6962 32333 0 0 52 7 152835 24 20 0 1 0 274495654 38735872 8555 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8555 183 440 0 9013 0
[pid=17289] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274648598 9367552 267 33554432000 4194304 5064252 140734032254528 140734032253440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17289/statm: 2287 267 226 213 0 72 0
[pid=17290] ppid=17289 vsize=46800 CPUtime=12.84 cores=0,2,4,6
/proc/17290/stat : 17290 (glucose) R 17289 17159 10843 0 -1 4202496 11516 0 0 0 1281 3 0 0 20 0 1 0 274648598 47923200 10363 33554432000 4194304 5208918 140734843483360 140734843481032 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17290/statm: 11700 10363 105 248 0 11449 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 102924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17290
/proc/meminfo: memFree=28480364/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1529.18 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 6962 32333 0 0 52 7 152835 24 20 0 1 0 274495654 38735872 8555 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8555 183 440 0 9013 0
[pid=17289] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274648598 9367552 267 33554432000 4194304 5064252 140734032254528 140734032253440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17289/statm: 2287 267 226 213 0 72 0
[pid=17290] ppid=17289 vsize=77824 CPUtime=72.83 cores=0,2,4,6
/proc/17290/stat : 17290 (glucose) R 17289 17159 10843 0 -1 4202496 12710 0 0 0 7279 4 0 0 20 0 1 0 274648598 79691776 15908 33554432000 4194304 5208918 140734843483360 140734843479128 4211897 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17290/statm: 19456 15908 105 248 0 19205 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 133948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17290
/proc/meminfo: memFree=28466744/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1529.18 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 6962 32333 0 0 52 7 152835 24 20 0 1 0 274495654 38735872 8555 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8555 183 440 0 9013 0
[pid=17289] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274648598 9367552 267 33554432000 4194304 5064252 140734032254528 140734032253440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17289/statm: 2287 267 226 213 0 72 0
[pid=17290] ppid=17289 vsize=96680 CPUtime=132.81 cores=0,2,4,6
/proc/17290/stat : 17290 (glucose) R 17289 17159 10843 0 -1 4202496 12785 0 0 0 13277 4 0 0 20 0 1 0 274648598 99000320 16425 33554432000 4194304 5208918 140734843483360 140734843481304 4211656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17290/statm: 24170 16425 105 248 0 23919 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 152804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17298
/proc/meminfo: memFree=28496088/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1719.72 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 10112 49425 0 0 73 9 171854 36 20 0 1 0 274495654 38735872 8043 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8043 183 440 0 9013 0
[pid=17297] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17297/stat : 17297 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274667657 9367552 267 33554432000 4194304 5064252 140733258229408 140733258228320 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17297/statm: 2287 267 226 213 0 72 0
[pid=17298] ppid=17297 vsize=37152 CPUtime=2.24 cores=0,2,4,6
/proc/17298/stat : 17298 (glucose) R 17297 17159 10843 0 -1 4202496 9453 0 0 0 223 1 0 0 20 0 1 0 274667657 38043648 8298 33554432000 4194304 5208918 140735619580960 140735619578792 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17298/statm: 9288 8298 104 248 0 9037 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 93276

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 17326
/proc/meminfo: memFree=28486756/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1768.42 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 21406 98511 0 0 139 16 176633 54 20 0 1 0 274495654 38735872 8043 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8043 183 440 0 9013 0
[pid=17325] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17325/stat : 17325 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274672531 9367552 267 33554432000 4194304 5064252 140737422283888 140737422282800 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17325/statm: 2287 267 226 213 0 72 0
[pid=17326] ppid=17325 vsize=49588 CPUtime=13.51 cores=0,2,4,6
/proc/17326/stat : 17326 (glucose) R 17325 17159 10843 0 -1 4202496 10626 0 0 0 1349 2 0 0 20 0 1 0 274672531 50778112 11265 33554432000 4194304 5208918 140734330560848 140734330557160 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17326/statm: 12397 11265 105 248 0 12146 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 105712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17333
/proc/meminfo: memFree=28495440/32873648 swapFree=6604/6604
[pid=17159] ppid=17157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17159/stat : 17159 (npSolver-pbo.sh) S 17157 17159 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274495654 9367552 275 33554432000 4194304 5064252 140736060368192 140736060367104 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17159/statm: 2287 275 233 213 0 72 0
[pid=17160] ppid=17159 vsize=37828 CPUtime=1787.3 cores=0,2,4,6
/proc/17160/stat : 17160 (npSolver-pbo) S 17159 17159 10843 0 -1 4202496 24552 113698 0 0 160 19 178489 62 20 0 1 0 274495654 38735872 8043 33554432000 4194304 5992684 140734121844992 140734121837312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17160/statm: 9457 8043 183 440 0 9013 0
[pid=17332] ppid=17160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17332/stat : 17332 (satsolver.sh) S 17160 17159 10843 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274674419 9367552 267 33554432000 4194304 5064252 140734205433216 140734205432128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17332/statm: 2287 267 226 213 0 72 0
[pid=17333] ppid=17332 vsize=42968 CPUtime=12.73 cores=0,2,4,6
/proc/17333/stat : 17333 (glucose) R 17332 17159 10843 0 -1 4202496 9426 0 0 0 1272 1 0 0 20 0 1 0 274674420 43999232 9674 33554432000 4194304 5208918 140735427245280 140735427241592 4211744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17333/statm: 10742 9674 105 248 0 10491 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 99092

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.07
CPU user time (s): 1799.23
CPU system time (s): 0.843871
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 223480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.843871
maximum resident set size= 155016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 193728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 736
involuntary context switches= 2205

runsolver used 3.52746 second user time and 9.03263 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 03:55:12
IDJOB=3700797
IDBENCH=72180
IDSOLVER=2277
FILE ID=node148/3700797-1338083712
RUNJOBID= node148-1338052086-10859
PBS_JOBID= 14624389
Free space on /tmp= 71696 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/rand.smallist/normalized-randa65dfb.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700797-1338083712/watcher-3700797-1338083712 -o /tmp/evaluation-result-3700797-1338083712/solver-3700797-1338083712 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700797-1338083712.opb 1949323924 HOME HOME

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

MD5SUM BENCH= d30c19f2441315ada764edb8b8f5d82e
RANDOM SEED=1949323924

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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		: 2667.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28860088 kB
Buffers:          308364 kB
Cached:          2735116 kB
SwapCached:          576 kB
Active:           621640 kB
Inactive:        2560700 kB
Active(anon):     128932 kB
Inactive(anon):    12352 kB
Active(file):     492708 kB
Inactive(file):  2548348 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              9000 kB
Writeback:             0 kB
AnonPages:        181276 kB
Mapped:            15228 kB
Shmem:                96 kB
Slab:             688680 kB
SReclaimable:     132724 kB
SUnreclaim:       555956 kB
KernelStack:        1520 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     289300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71628 MiB
End job on node148 at 2012-05-27 04:25:12