Trace number 3700951

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.04 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_4_ic.opb
MD5SUMcc4ba8ab50e8cde73916f6bbebfc3143
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4225708
Best CPU time to get the best result obtained on this benchmark2.77358
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 77854483
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3321901821
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 77854483
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3321901821
Number of bits of the biggest sum of numbers32
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.07	c run usual solver
1.47/1.58	c model valid
1.47/1.58	c current solution ok
1.47/1.71	o 195848426
1.47/1.71	c current bound: 97924220
1.47/1.71	c fallback to adder encoding
2.15/2.24	c model valid
2.15/2.24	c current solution ok
2.15/2.25	o 81611202
2.15/2.25	c current bound: 40805608
2.15/2.25	c fallback to adder encoding
3.72/3.84	c model valid
3.72/3.84	c current solution ok
3.72/3.85	o 40702032
3.72/3.85	c current bound: 20351023
3.72/3.85	c fallback to adder encoding
6.06/6.19	c model valid
6.06/6.19	c current solution ok
6.06/6.19	o 19967970
6.06/6.19	c current bound: 9983992
6.06/6.19	c fallback to adder encoding
6.24/6.59	c model valid
6.24/6.59	c current solution ok
6.24/6.60	o 8487282
6.24/6.60	c current bound: 4243648
6.24/6.60	c fallback to adder encoding
125.22/125.40	c model valid
125.22/125.40	c current solution ok
125.33/125.40	o 4225708
125.33/125.40	c current bound: 2112861
125.33/125.40	c fallback to adder encoding
125.39/125.71	c current bound: 3169292
125.39/125.71	c fallback to adder encoding
142.53/142.65	c current bound: 3697508
142.53/142.65	c fallback to adder encoding
255.98/256.16	c current bound: 3961616
255.98/256.16	c fallback to adder encoding
364.26/364.49	c current bound: 4093670
364.26/364.49	c fallback to adder encoding
610.71/610.92	c current bound: 4159697
610.71/610.92	c fallback to adder encoding
773.39/773.61	c current bound: 4192710
773.39/773.61	c fallback to adder encoding
992.64/992.90	c current bound: 4209217
992.64/992.90	c fallback to adder encoding
1378.97/1379.32	c current bound: 4217470
1378.97/1379.32	c fallback to adder encoding
1644.52/1644.94	c current bound: 4221597
1644.52/1644.94	c fallback to adder encoding
1800.01/1800.40	./satsolver.sh: line 5: 27064 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/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-3700951-1338143807/watcher-3700951-1338143807 -o /tmp/evaluation-result-3700951-1338143807/solver-3700951-1338143807 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700951-1338143807.opb 2128347701 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.46 2.17 2.09 2/180 26863
/proc/meminfo: memFree=27941408/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0

[startup+0.0997059 s]
/proc/loadavg: 2.46 2.17 2.09 2/180 26863
/proc/meminfo: memFree=27941408/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10019 s]
/proc/loadavg: 2.46 2.17 2.09 2/180 26863
/proc/meminfo: memFree=27941408/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300171 s]
/proc/loadavg: 2.46 2.17 2.09 2/180 26863
/proc/meminfo: memFree=27941408/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700125 s]
/proc/loadavg: 2.46 2.17 2.09 2/180 26863
/proc/meminfo: memFree=27941408/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.46 2.17 2.09 3/184 26870
/proc/meminfo: memFree=27923672/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=6244 CPUtime=0.35 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 2249 6776 0 0 6 0 27 2 20 0 1 0 280506150 6393856 1230 33554432000 4194304 5992684 140735850668016 140735850663136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26864/statm: 1561 1230 166 440 0 1117 0
[pid=26869] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26869/stat : 26869 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280506186 9367552 267 33554432000 4194304 5064252 140736853688576 140736853687488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26869/statm: 2287 267 226 213 0 72 0
[pid=26870] ppid=26869 vsize=14452 CPUtime=1.12 cores=0,2,4,6
/proc/26870/stat : 26870 (glucose) R 26869 26863 23788 0 -1 4202496 2687 0 0 0 112 0 0 0 20 0 1 0 280506186 14798848 3008 33554432000 4194304 5208918 140734388109600 140734388107448 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26870/statm: 3613 3008 103 248 0 3362 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38992

[startup+3.10029 s]
/proc/loadavg: 2.46 2.17 2.09 3/184 26880
/proc/meminfo: memFree=27910892/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=23556 CPUtime=2.3 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 7286 23098 0 0 27 13 182 8 20 0 1 0 280506150 24121344 4950 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 5889 4950 183 440 0 5445 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 32704
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 2.43 2.16 2.09 3/184 26891
/proc/meminfo: memFree=27889496/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=23456 CPUtime=6.24 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 12066 43351 0 0 44 16 547 17 20 0 1 0 280506150 24018944 4950 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 5864 4950 183 440 0 5420 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 32604

[startup+12.7003 s]
/proc/loadavg: 2.39 2.16 2.09 3/184 26905
/proc/meminfo: memFree=27897296/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=6.62 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 13952 52359 0 0 51 17 573 21 20 0 1 0 280506150 15572992 3424 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 3802 3424 183 440 0 3358 0
[pid=26904] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26904/stat : 26904 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280506816 9367552 267 33554432000 4194304 5064252 140734967850304 140734967849216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26904/statm: 2287 267 226 213 0 72 0
[pid=26905] ppid=26904 vsize=25992 CPUtime=6.02 cores=0,2,4,6
/proc/26905/stat : 26905 (glucose) R 26904 26863 23788 0 -1 4202496 4818 0 0 0 602 0 0 0 20 0 1 0 280506816 26615808 6028 33554432000 4194304 5208918 140736795111984 140736795110136 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26905/statm: 6498 6028 105 248 0 6247 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 59496

[startup+25.5004 s]
/proc/loadavg: 2.30 2.15 2.09 3/184 26905
/proc/meminfo: memFree=27893740/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=6.62 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 13952 52359 0 0 51 17 573 21 20 0 1 0 280506150 15572992 3424 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 3802 3424 183 440 0 3358 0
[pid=26904] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26904/stat : 26904 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280506816 9367552 267 33554432000 4194304 5064252 140734967850304 140734967849216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26904/statm: 2287 267 226 213 0 72 0
[pid=26905] ppid=26904 vsize=30344 CPUtime=18.82 cores=0,2,4,6
/proc/26905/stat : 26905 (glucose) R 26904 26863 23788 0 -1 4202496 5936 0 0 0 1881 1 0 0 20 0 1 0 280506816 31072256 6935 33554432000 4194304 5208918 140736795111984 140736795108360 4228930 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26905/statm: 7586 6935 105 248 0 7335 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 63848

[startup+51.1005 s]
/proc/loadavg: 2.20 2.14 2.09 3/184 26905
/proc/meminfo: memFree=27881952/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=6.62 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 13952 52359 0 0 51 17 573 21 20 0 1 0 280506150 15572992 3424 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 3802 3424 183 440 0 3358 0
[pid=26904] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26904/stat : 26904 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280506816 9367552 267 33554432000 4194304 5064252 140734967850304 140734967849216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26904/statm: 2287 267 226 213 0 72 0
[pid=26905] ppid=26904 vsize=41840 CPUtime=44.41 cores=0,2,4,6
/proc/26905/stat : 26905 (glucose) R 26904 26863 23788 0 -1 4202496 6946 0 0 0 4440 1 0 0 20 0 1 0 280506816 42844160 9859 33554432000 4194304 5208918 140736795111984 140736795108296 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26905/statm: 10460 9859 105 248 0 10209 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 75344

[startup+102.3 s]
/proc/loadavg: 2.08 2.11 2.08 3/183 26905
/proc/meminfo: memFree=27881456/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=6.62 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 13952 52359 0 0 51 17 573 21 20 0 1 0 280506150 15572992 3424 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 3802 3424 183 440 0 3358 0
[pid=26904] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26904/stat : 26904 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280506816 9367552 267 33554432000 4194304 5064252 140734967850304 140734967849216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26904/statm: 2287 267 226 213 0 72 0
[pid=26905] ppid=26904 vsize=41840 CPUtime=95.61 cores=0,2,4,6
/proc/26905/stat : 26905 (glucose) R 26904 26863 23788 0 -1 4202496 7173 0 0 0 9560 1 0 0 20 0 1 0 280506816 42844160 10078 33554432000 4194304 5208918 140736795111984 140736795108360 4228924 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26905/statm: 10460 10078 105 248 0 10209 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 75344

[startup+162.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/183 26927
/proc/meminfo: memFree=27890840/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=142.64 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 19172 83611 0 0 69 19 14145 31 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=26925] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26925/stat : 26925 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280520421 9367552 267 33554432000 4194304 5064252 140733885220208 140733885219120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26925/statm: 2287 267 226 213 0 72 0
[pid=26926] ppid=26925 vsize=34576 CPUtime=19.57 cores=0,2,4,6
/proc/26926/stat : 26926 (glucose) R 26925 26863 23788 0 -1 4202496 7330 0 0 0 1956 1 0 0 20 0 1 0 280520422 35405824 8018 33554432000 4194304 5208918 140734907462128 140734907459992 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26926/statm: 8644 8018 105 248 0 8393 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 68080

[startup+222.307 s]
/proc/loadavg: 2.01 2.07 2.07 3/184 26930
/proc/meminfo: memFree=27874820/32873648 swapFree=7104/7104

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 27034
/proc/meminfo: memFree=27032048/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1379.06 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 29235 161562 0 0 104 23 137722 57 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27029] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27029/stat : 27029 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 280644088 9367552 266 33554432000 4194304 5064252 140736645017760 140736645016672 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27029/statm: 2287 266 226 213 0 72 0
[pid=27030] ppid=27029 vsize=41820 CPUtime=42.9 cores=0,2,4,6
/proc/27030/stat : 27030 (glucose) R 27029 26863 23788 0 -1 4202496 7002 0 0 0 4289 1 0 0 20 0 1 0 280644088 42823680 9851 33554432000 4194304 5208918 140736185629424 140736185627288 4229311 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27030/statm: 10455 9851 105 248 0 10204 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 75324

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 27057
/proc/meminfo: memFree=26997124/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1379.06 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 29235 161562 0 0 104 23 137722 57 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27029] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27029/stat : 27029 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 280644088 9367552 266 33554432000 4194304 5064252 140736645017760 140736645016672 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27029/statm: 2287 266 226 213 0 72 0
[pid=27030] ppid=27029 vsize=41820 CPUtime=102.88 cores=0,2,4,6
/proc/27030/stat : 27030 (glucose) R 27029 26863 23788 0 -1 4202496 7198 0 0 0 10287 1 0 0 20 0 1 0 280644088 42823680 10044 33554432000 4194304 5208918 140736185629424 140736185627288 4229859 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27030/statm: 10455 10044 105 248 0 10204 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 75324

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 27057
/proc/meminfo: memFree=26979376/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1379.06 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 29235 161562 0 0 104 23 137722 57 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27029] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27029/stat : 27029 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 280644088 9367552 266 33554432000 4194304 5064252 140736645017760 140736645016672 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27029/statm: 2287 266 226 213 0 72 0
[pid=27030] ppid=27029 vsize=34744 CPUtime=162.88 cores=0,2,4,6
/proc/27030/stat : 27030 (glucose) R 27029 26863 23788 0 -1 4202496 8537 0 0 0 16287 1 0 0 20 0 1 0 280644088 35577856 8323 33554432000 4194304 5208918 140736185629424 140736185627512 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27030/statm: 8686 8323 105 248 0 8435 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 68248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 27057
/proc/meminfo: memFree=26940888/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1379.06 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 29235 161562 0 0 104 23 137722 57 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27029] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27029/stat : 27029 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 280644088 9367552 266 33554432000 4194304 5064252 140736645017760 140736645016672 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27029/statm: 2287 266 226 213 0 72 0
[pid=27030] ppid=27029 vsize=60744 CPUtime=222.87 cores=0,2,4,6
/proc/27030/stat : 27030 (glucose) R 27029 26863 23788 0 -1 4202496 9289 0 0 0 22285 2 0 0 20 0 1 0 280644088 62201856 13150 33554432000 4194304 5208918 140736185629424 140736185627368 4229311 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27030/statm: 15186 13150 105 248 0 14935 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 94248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27064
/proc/meminfo: memFree=26960364/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1644.65 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 30917 174633 0 0 110 24 164270 61 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27063] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27063/stat : 27063 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280670651 9367552 267 33554432000 4194304 5064252 140735032493312 140735032492224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27063/statm: 2287 267 226 213 0 72 0
[pid=27064] ppid=27063 vsize=30376 CPUtime=17.28 cores=0,2,4,6
/proc/27064/stat : 27064 (glucose) R 27063 26863 23788 0 -1 4202496 6857 0 0 0 1727 1 0 0 20 0 1 0 280670651 31105024 6939 33554432000 4194304 5208918 140734517851776 140734517849720 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27064/statm: 7594 6939 102 248 0 7343 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 63880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27065
/proc/meminfo: memFree=26919404/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1644.65 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 30917 174633 0 0 110 24 164270 61 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27063] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27063/stat : 27063 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280670651 9367552 267 33554432000 4194304 5064252 140735032493312 140735032492224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27063/statm: 2287 267 226 213 0 72 0
[pid=27064] ppid=27063 vsize=41872 CPUtime=77.26 cores=0,2,4,6
/proc/27064/stat : 27064 (glucose) R 27063 26863 23788 0 -1 4202496 9040 0 0 0 7724 2 0 0 20 0 1 0 280670651 42876928 10029 33554432000 4194304 5208918 140734517851776 140734517849720 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27064/statm: 10468 10029 105 248 0 10217 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 75376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27065
/proc/meminfo: memFree=26918908/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1644.65 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 30917 174633 0 0 110 24 164270 61 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27063] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27063/stat : 27063 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280670651 9367552 267 33554432000 4194304 5064252 140735032493312 140735032492224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27063/statm: 2287 267 226 213 0 72 0
[pid=27064] ppid=27063 vsize=41872 CPUtime=137.25 cores=0,2,4,6
/proc/27064/stat : 27064 (glucose) R 27063 26863 23788 0 -1 4202496 9097 0 0 0 13723 2 0 0 20 0 1 0 280670651 42876928 10086 33554432000 4194304 5208918 140734517851776 140734517849720 4229344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27064/statm: 10468 10086 105 248 0 10217 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 75376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27065
/proc/meminfo: memFree=26921272/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1644.65 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 30917 174633 0 0 110 24 164270 61 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27063] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27063/stat : 27063 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280670651 9367552 267 33554432000 4194304 5064252 140735032493312 140735032492224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27063/statm: 2287 267 226 213 0 72 0
[pid=27064] ppid=27063 vsize=49052 CPUtime=155.36 cores=0,2,4,6
/proc/27064/stat : 27064 (glucose) R 27063 26863 23788 0 -1 4202496 9699 0 0 0 15533 3 0 0 20 0 1 0 280670651 50229248 11672 33554432000 4194304 5208918 140734517851776 140734517849640 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27064/statm: 12263 11672 105 248 0 12012 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 82556

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27065
/proc/meminfo: memFree=26921272/32873648 swapFree=7104/7104
[pid=26863] ppid=26861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26863/stat : 26863 (npSolver-pbo.sh) S 26861 26863 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280506149 9367552 274 33554432000 4194304 5064252 140733744734896 140733744733808 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26863/statm: 2287 274 233 213 0 72 0
[pid=26864] ppid=26863 vsize=15208 CPUtime=1644.65 cores=0,2,4,6
/proc/26864/stat : 26864 (npSolver-pbo) S 26863 26863 23788 0 -1 4202496 30917 174633 0 0 110 24 164270 61 20 0 1 0 280506150 15572992 3427 33554432000 4194304 5992684 140735850668016 140735850660336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26864/statm: 3802 3427 183 440 0 3358 0
[pid=27063] ppid=26864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27063/stat : 27063 (satsolver.sh) S 26864 26863 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280670651 9367552 267 33554432000 4194304 5064252 140735032493312 140735032492224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27063/statm: 2287 267 226 213 0 72 0
[pid=27064] ppid=27063 vsize=49052 CPUtime=155.36 cores=0,2,4,6
/proc/27064/stat : 27064 (glucose) R 27063 26863 23788 0 -1 4202496 9699 0 0 0 15533 3 0 0 20 0 1 0 280670651 50229248 11672 33554432000 4194304 5208918 140734517851776 140734517849640 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27064/statm: 12263 11672 105 248 0 12012 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 82556

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.14
CPU system time (s): 0.899863
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 129444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.899863
maximum resident set size= 85624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 186624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 822
involuntary context switches= 2772

runsolver used 5.10722 second user time and 11.4723 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 20:36:47
IDJOB=3700951
IDBENCH=92790
IDSOLVER=2277
FILE ID=node127/3700951-1338143807
RUNJOBID= node127-1338121714-23804
PBS_JOBID= 14624481
Free space on /tmp= 71160 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_4_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700951-1338143807/watcher-3700951-1338143807 -o /tmp/evaluation-result-3700951-1338143807/solver-3700951-1338143807 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700951-1338143807.opb 2128347701 HOME HOME

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

MD5SUM BENCH= cc4ba8ab50e8cde73916f6bbebfc3143
RANDOM SEED=2128347701

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27941780 kB
Buffers:          471964 kB
Cached:          3499544 kB
SwapCached:            0 kB
Active:          1288660 kB
Inactive:        2757876 kB
Active(anon):      77132 kB
Inactive(anon):        0 kB
Active(file):    1211528 kB
Inactive(file):  2757876 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9568 kB
Writeback:             0 kB
AnonPages:         83552 kB
Mapped:            15632 kB
Shmem:               200 kB
Slab:             745164 kB
SReclaimable:     188560 kB
SUnreclaim:       556604 kB
KernelStack:        1480 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     195312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 70912 MiB
End job on node127 at 2012-05-27 21:06:47