Trace number 3700736

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

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir07_trarea_ac.opb
MD5SUMbd686f1ac9d6c1a64cf0c9041039dd75
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57179
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2278
Total number of constraints4879
Number of constraints which are clauses4879
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 constraint43
Number of terms in the objective function 1076
Biggest coefficient in the objective function 2162
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1745862
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2162
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1745862
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.02	c run usual solver
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.09	o 171566
0.00/0.09	c current bound: 85783
0.00/0.09	c fallback to adder encoding
443.85/444.04	c model valid
443.85/444.04	c current solution ok
443.85/444.04	o 85695
443.85/444.04	c current bound: 42847
443.85/444.04	c fallback to adder encoding
509.77/509.95	c current bound: 64271
509.77/509.95	c fallback to adder encoding
889.19/889.45	c model valid
889.19/889.45	c current solution ok
889.19/889.45	o 64178
889.19/889.45	c current bound: 53513
889.19/889.45	c fallback to adder encoding
1156.86/1157.18	c model valid
1156.86/1157.18	c current solution ok
1156.86/1157.18	o 53441
1156.86/1157.18	c current bound: 48144
1156.86/1157.18	c fallback to adder encoding
1488.81/1489.11	c current bound: 50793
1488.81/1489.11	c fallback to adder encoding
1750.48/1750.91	c model valid
1750.48/1750.91	c current solution ok
1750.48/1750.91	o 50754
1750.48/1750.91	c current bound: 49449
1750.48/1750.91	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5: 15208 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/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-3700736-1338071561/watcher-3700736-1338071561 -o /tmp/evaluation-result-3700736-1338071561/solver-3700736-1338071561 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700736-1338071561.opb 1332688788 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.00 2.00 3/180 14980
/proc/meminfo: memFree=28839828/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (runsolver) D 14978 14980 10843 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 273280596 12095488 51 33554432000 4194304 5436572 140736667296240 140736667292536 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/14980/statm: 2953 51 31 304 0 2645 0

[startup+0.0407459 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14980
/proc/meminfo: memFree=28839828/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100326 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14980
/proc/meminfo: memFree=28839828/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14980
/proc/meminfo: memFree=28839828/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14980
/proc/meminfo: memFree=28839828/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/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/184 14994
/proc/meminfo: memFree=28805024/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=24608 CPUtime=1.29 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 5975 0 0 0 128 1 0 0 20 0 1 0 273280616 25198592 5234 33554432000 4194304 5208918 140733232978784 140733232976632 4212757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 6152 5234 105 248 0 5901 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 54412

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14994
/proc/meminfo: memFree=28798192/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=36092 CPUtime=2.88 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 7441 0 0 0 287 1 0 0 20 0 1 0 273280616 36958208 8212 33554432000 4194304 5208918 140733232978784 140733232975096 4211104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 9023 8212 105 248 0 8772 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65896

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14994
/proc/meminfo: memFree=28795960/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=40512 CPUtime=6.09 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 8862 0 0 0 607 2 0 0 20 0 1 0 273280616 41484288 9441 33554432000 4194304 5208918 140733232978784 140733232976728 4211019 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 10128 9441 105 248 0 9877 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 70316

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14994
/proc/meminfo: memFree=28784548/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=40512 CPUtime=12.49 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 9069 0 0 0 1247 2 0 0 20 0 1 0 273280616 41484288 9642 33554432000 4194304 5208918 140733232978784 140733232975160 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 10128 9642 105 248 0 9877 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 70316

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14994
/proc/meminfo: memFree=28772844/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=52596 CPUtime=25.28 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 10102 0 0 0 2526 2 0 0 20 0 1 0 273280616 53858304 12636 33554432000 4194304 5208918 140733232978784 140733232974552 4229493 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 13149 12636 105 248 0 12898 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 82400

[startup+51.1004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 14994
/proc/meminfo: memFree=28762968/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=60504 CPUtime=50.87 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 11477 0 0 0 5084 3 0 0 20 0 1 0 273280616 61956096 14623 33554432000 4194304 5208918 140733232978784 140733232975160 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 15126 14623 105 248 0 14875 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 90308

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 14995
/proc/meminfo: memFree=28731604/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14993/stat : 14993 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273280616 9367552 266 33554432000 4194304 5064252 140735057825904 140735057824816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14993/statm: 2287 266 226 213 0 72 0
[pid=14994] ppid=14993 vsize=90852 CPUtime=102.06 cores=0,2,4,6
/proc/14994/stat : 14994 (glucose) R 14993 14980 10843 0 -1 4202496 12071 0 0 0 10202 4 0 0 20 0 1 0 273280616 93032448 22250 33554432000 4194304 5208918 140733232978784 140733232975160 4211916 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14994/statm: 22713 22250 105 248 0 22462 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 120656

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14995
/proc/meminfo: memFree=28688996/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=11508 CPUtime=0.18 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 3021 5238 0 0 12 2 3 1 20 0 1 0 273280597 11784192 2465 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 2877 2465 181 440 0 2433 0
[pid=14993] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 15153
/proc/meminfo: memFree=27920632/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1157.04 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 10794 72306 0 0 50 6 115595 53 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15137] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15137/stat : 15137 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273396325 9367552 267 33554432000 4194304 5064252 140734615138368 140734615137280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15137/statm: 2287 267 226 213 0 72 0
[pid=15138] ppid=15137 vsize=89608 CPUtime=204.97 cores=0,2,4,6
/proc/15138/stat : 15138 (glucose) R 15137 14980 10843 0 -1 4202496 11008 0 0 0 20490 7 0 0 20 0 1 0 273396325 91758592 21884 33554432000 4194304 5208918 140733302830160 140733302828248 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15138/statm: 22402 21884 104 248 0 22151 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 127464

[startup+1422.31 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 15167
/proc/meminfo: memFree=27901136/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1157.04 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 10794 72306 0 0 50 6 115595 53 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15137] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15137/stat : 15137 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273396325 9367552 267 33554432000 4194304 5064252 140734615138368 140734615137280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15137/statm: 2287 267 226 213 0 72 0
[pid=15138] ppid=15137 vsize=89608 CPUtime=264.96 cores=0,2,4,6
/proc/15138/stat : 15138 (glucose) R 15137 14980 10843 0 -1 4202496 11180 0 0 0 26487 9 0 0 20 0 1 0 273396325 91758592 21884 33554432000 4194304 5208918 140733302830160 140733302825928 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15138/statm: 22402 21884 104 248 0 22151 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 127464

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 15167
/proc/meminfo: memFree=27853784/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1157.04 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 10794 72306 0 0 50 6 115595 53 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15137] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15137/stat : 15137 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273396325 9367552 267 33554432000 4194304 5064252 140734615138368 140734615137280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15137/statm: 2287 267 226 213 0 72 0
[pid=15138] ppid=15137 vsize=101280 CPUtime=324.95 cores=0,2,4,6
/proc/15138/stat : 15138 (glucose) R 15137 14980 10843 0 -1 4202496 11578 0 0 0 32485 10 0 0 20 0 1 0 273396325 103710720 24660 33554432000 4194304 5208918 140733302830160 140733302828008 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15138/statm: 25320 24660 104 248 0 25069 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 139136

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 15174
/proc/meminfo: memFree=27874596/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1488.9 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 12714 87274 0 0 59 7 148760 64 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15173] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15173/stat : 15173 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273429517 9367552 267 33554432000 4194304 5064252 140735002225232 140735002224144 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15173/statm: 2287 267 226 213 0 72 0
[pid=15174] ppid=15173 vsize=89420 CPUtime=53.06 cores=0,2,4,6
/proc/15174/stat : 15174 (glucose) R 15173 14980 10843 0 -1 4202496 11367 0 0 0 5303 3 0 0 20 0 1 0 273429518 91566080 15437 33554432000 4194304 5208918 140736228804080 140736228800456 4212856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15174/statm: 22355 15437 104 248 0 22104 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 127276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15175
/proc/meminfo: memFree=27827428/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1488.9 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 12714 87274 0 0 59 7 148760 64 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15173] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15173/stat : 15173 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273429517 9367552 267 33554432000 4194304 5064252 140735002225232 140735002224144 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15173/statm: 2287 267 226 213 0 72 0
[pid=15174] ppid=15173 vsize=138740 CPUtime=113.04 cores=0,2,4,6
/proc/15174/stat : 15174 (glucose) R 15173 14980 10843 0 -1 4202496 11890 0 0 0 11300 4 0 0 20 0 1 0 273429518 142069760 29610 33554432000 4194304 5208918 140736228804080 140736228802072 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15174/statm: 34685 29610 104 248 0 34434 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 176596

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 15178
/proc/meminfo: memFree=27770588/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1488.9 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 12714 87274 0 0 59 7 148760 64 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15173] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15173/stat : 15173 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273429517 9367552 267 33554432000 4194304 5064252 140735002225232 140735002224144 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15173/statm: 2287 267 226 213 0 72 0
[pid=15174] ppid=15173 vsize=138740 CPUtime=173.03 cores=0,2,4,6
/proc/15174/stat : 15174 (glucose) R 15173 14980 10843 0 -1 4202496 12183 0 0 0 17298 5 0 0 20 0 1 0 273429518 142069760 32170 33554432000 4194304 5208918 140736228804080 140736228800456 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15174/statm: 34685 32170 104 248 0 34434 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 176596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15201
/proc/meminfo: memFree=27762584/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1488.9 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 12714 87274 0 0 59 7 148760 64 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15173] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15173/stat : 15173 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273429517 9367552 267 33554432000 4194304 5064252 140735002225232 140735002224144 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15173/statm: 2287 267 226 213 0 72 0
[pid=15174] ppid=15173 vsize=138740 CPUtime=233.03 cores=0,2,4,6
/proc/15174/stat : 15174 (glucose) R 15173 14980 10843 0 -1 4202496 12473 0 0 0 23296 7 0 0 20 0 1 0 273429518 142069760 30122 33554432000 4194304 5208918 140736228804080 140736228802072 4215351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15174/statm: 34685 30122 104 248 0 34434 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 176596

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28457524/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1750.67 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 14662 103123 0 0 69 9 174913 76 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15207] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15207/stat : 15207 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273455698 9367552 267 33554432000 4194304 5064252 140736432256544 140736432255456 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15207/statm: 2287 267 226 213 0 72 0
[pid=15208] ppid=15207 vsize=51796 CPUtime=31.26 cores=0,2,4,6
/proc/15208/stat : 15208 (glucose) R 15207 14980 10843 0 -1 4202496 8586 0 0 0 3123 3 0 0 20 0 1 0 273455698 53039104 9596 33554432000 4194304 5208918 140733937363120 140733937359496 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15208/statm: 12949 9596 104 248 0 12698 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 89652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28083984/32873648 swapFree=6604/6604
[pid=14980] ppid=14978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14980/stat : 14980 (npSolver-pbo.sh) S 14978 14980 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273280596 9367552 275 33554432000 4194304 5064252 140733446111088 140733446110000 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14980/statm: 2287 275 233 213 0 72 0
[pid=14982] ppid=14980 vsize=19560 CPUtime=1750.67 cores=0,2,4,6
/proc/14982/stat : 14982 (npSolver-pbo) S 14980 14980 10843 0 -1 4202496 14662 103123 0 0 69 9 174913 76 20 0 1 0 273280597 20029440 4183 33554432000 4194304 5992684 140737157550112 140737157542432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14982/statm: 4890 4183 181 440 0 4446 0
[pid=15207] ppid=14982 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15207/stat : 15207 (satsolver.sh) S 14982 14980 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273455698 9367552 267 33554432000 4194304 5064252 140736432256544 140736432255456 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15207/statm: 2287 267 226 213 0 72 0
[pid=15208] ppid=15207 vsize=70840 CPUtime=49.37 cores=0,2,4,6
/proc/15208/stat : 15208 (glucose) R 15207 14980 10843 0 -1 4202496 9666 0 0 0 4933 4 0 0 20 0 1 0 273455698 72540160 15109 33554432000 4194304 5208918 140733937363120 140733937358888 4211897 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15208/statm: 17710 15109 104 248 0 17459 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 108696

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.17
CPU system time (s): 0.898863
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 208492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.898863
maximum resident set size= 159388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128441
page faults= 0
swaps= 0
block input operations= 0
block output operations= 81240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 605
involuntary context switches= 2409

runsolver used 2.71959 second user time and 7.17391 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 00:32:41
IDJOB=3700736
IDBENCH=25043
IDSOLVER=2277
FILE ID=node148/3700736-1338071561
RUNJOBID= node148-1338052086-10859
PBS_JOBID= 14624389
Free space on /tmp= 71648 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir07_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700736-1338071561/watcher-3700736-1338071561 -o /tmp/evaluation-result-3700736-1338071561/solver-3700736-1338071561 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700736-1338071561.opb 1332688788 HOME HOME

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

MD5SUM BENCH= bd686f1ac9d6c1a64cf0c9041039dd75
RANDOM SEED=1332688788

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:        28839984 kB
Buffers:          292592 kB
Cached:          2781288 kB
SwapCached:          552 kB
Active:           613800 kB
Inactive:        2590952 kB
Active(anon):     121272 kB
Inactive(anon):    12332 kB
Active(file):     492528 kB
Inactive(file):  2578620 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108016 kB
Dirty:              8620 kB
Writeback:             0 kB
AnonPages:        140932 kB
Mapped:            15248 kB
Shmem:                96 kB
Slab:             686312 kB
SReclaimable:     129988 kB
SUnreclaim:       556324 kB
KernelStack:        1488 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     262100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71668 MiB
End job on node148 at 2012-05-27 01:02:41