Trace number 3700948

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_1_ic.opb
MD5SUMf4b001b21391ecbeff4bb8396c33afa0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18260924
Best CPU time to get the best result obtained on this benchmark1.83172
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4313276341
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4313276341
Number of bits of the biggest sum of numbers33
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.48/1.58	c model valid
1.48/1.58	c current solution ok
1.68/1.71	o 259948136
1.68/1.71	c current bound: 129974075
1.68/1.71	c fallback to adder encoding
6.38/6.40	c model valid
6.38/6.40	c current solution ok
6.38/6.41	o 113006736
6.38/6.41	c current bound: 56503375
6.38/6.41	c fallback to adder encoding
7.55/7.63	c model valid
7.55/7.63	c current solution ok
7.55/7.63	o 48824966
7.55/7.63	c current bound: 24412490
7.55/7.63	c fallback to adder encoding
12.56/12.68	c model valid
12.56/12.68	c current solution ok
12.56/12.68	o 24245868
12.56/12.68	c current bound: 12122941
12.56/12.68	c fallback to adder encoding
13.07/13.16	c current bound: 18184412
13.07/13.16	c fallback to adder encoding
182.93/183.06	c current bound: 21215148
182.93/183.06	c fallback to adder encoding
191.83/191.90	c model valid
191.83/191.90	c current solution ok
191.83/191.91	o 20793880
191.83/191.91	c current bound: 19489154
191.83/191.91	c fallback to adder encoding
209.04/209.10	c model valid
209.04/209.10	c current solution ok
209.04/209.11	o 19026272
209.04/209.11	c current bound: 18605350
209.04/209.11	c fallback to adder encoding
215.62/215.80	c model valid
215.62/215.80	c current solution ok
215.73/215.80	o 18530006
215.73/215.80	c current bound: 18357217
215.73/215.80	c fallback to adder encoding
312.30/312.49	c model valid
312.30/312.49	c current solution ok
312.39/312.50	o 18260924
312.39/312.50	c current bound: 18222676
312.39/312.50	c fallback to adder encoding
1800.06/1800.40	./satsolver.sh: line 5: 26774 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700948-1338143264/watcher-3700948-1338143264 -o /tmp/evaluation-result-3700948-1338143264/solver-3700948-1338143264 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700948-1338143264.opb 1550059897 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.82 2.27 2.08 3/180 26693
/proc/meminfo: memFree=27833548/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0

[startup+0.0286259 s]
/proc/loadavg: 2.82 2.27 2.08 3/180 26693
/proc/meminfo: memFree=27833548/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.82 2.27 2.08 3/180 26693
/proc/meminfo: memFree=27833548/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.82 2.27 2.08 3/180 26693
/proc/meminfo: memFree=27833548/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 2.82 2.27 2.08 3/180 26693
/proc/meminfo: memFree=27833548/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.82 2.27 2.08 3/184 26700
/proc/meminfo: memFree=27816448/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=6244 CPUtime=0.35 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 2248 6264 0 0 6 0 27 2 20 0 1 0 280451842 6393856 1229 33554432000 4194304 5992684 140733484593904 140733484589024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26694/statm: 1561 1229 166 440 0 1117 0
[pid=26699] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26699/stat : 26699 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280451879 9367552 266 33554432000 4194304 5064252 140734188949312 140734188948224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26699/statm: 2287 266 226 213 0 72 0
[pid=26700] ppid=26699 vsize=14448 CPUtime=1.13 cores=1,3,5,7
/proc/26700/stat : 26700 (glucose) R 26699 26693 23788 0 -1 4202496 2730 0 0 0 113 0 0 0 20 0 1 0 280451879 14794752 3046 33554432000 4194304 5208918 140736062008240 140736062006088 4229424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26700/statm: 3612 3046 103 248 0 3361 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38988

[startup+3.10037 s]
/proc/loadavg: 2.82 2.27 2.08 3/184 26707
/proc/meminfo: memFree=27784084/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=17436 CPUtime=1.79 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 4915 12666 0 0 18 12 146 3 20 0 1 0 280451842 17854464 3802 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 4359 3802 183 440 0 3915 0
[pid=26706] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26706/stat : 26706 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280452023 9367552 267 33554432000 4194304 5064252 140735836727200 140735836726112 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26706/statm: 2287 267 226 213 0 72 0
[pid=26707] ppid=26706 vsize=31284 CPUtime=1.27 cores=1,3,5,7
/proc/26707/stat : 26707 (glucose) R 26706 26693 23788 0 -1 4202496 6070 0 0 0 126 1 0 0 20 0 1 0 280452024 32034816 6675 33554432000 4194304 5208918 140733608699840 140733608697688 4228924 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26707/statm: 7821 6675 104 248 0 7570 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 67016

[startup+6.30033 s]
/proc/loadavg: 2.75 2.26 2.08 3/184 26707
/proc/meminfo: memFree=27780544/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=17436 CPUtime=1.79 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 4915 12666 0 0 18 12 146 3 20 0 1 0 280451842 17854464 3802 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 4359 3802 183 440 0 3915 0
[pid=26706] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26706/stat : 26706 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280452023 9367552 267 33554432000 4194304 5064252 140735836727200 140735836726112 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26706/statm: 2287 267 226 213 0 72 0
[pid=26707] ppid=26706 vsize=32468 CPUtime=4.47 cores=1,3,5,7
/proc/26707/stat : 26707 (glucose) R 26706 26693 23788 0 -1 4202496 6280 0 0 0 446 1 0 0 20 0 1 0 280452024 33247232 6885 33554432000 4194304 5208918 140733608699840 140733608697672 4211071 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26707/statm: 8117 6885 104 248 0 7866 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 68200

[startup+12.7003 s]
/proc/loadavg: 2.69 2.26 2.08 3/184 26721
/proc/meminfo: memFree=27797684/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=9100 CPUtime=12.67 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) R 26693 26693 23788 0 -1 4202496 10331 44038 0 0 38 14 1197 18 20 0 1 0 280451842 9318400 1851 33554432000 4194304 5992684 140733484593904 140733484586800 5044375 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 2275 1852 183 440 0 1831 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18248

[startup+25.5004 s]
/proc/loadavg: 2.61 2.26 2.09 3/184 26735
/proc/meminfo: memFree=27790872/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=13.22 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 13902 53475 0 0 50 16 1235 21 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26734] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280453167 9367552 267 33554432000 4194304 5064252 140734714508448 140734714507360 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26734/statm: 2287 267 226 213 0 72 0
[pid=26735] ppid=26734 vsize=32804 CPUtime=12.24 cores=1,3,5,7
/proc/26735/stat : 26735 (glucose) R 26734 26693 23788 0 -1 4202496 7836 0 0 0 1223 1 0 0 20 0 1 0 280453167 33591296 7422 33554432000 4194304 5208918 140736811417296 140736811415144 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26735/statm: 8201 7422 105 248 0 7950 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 74572

[startup+51.1004 s]
/proc/loadavg: 2.40 2.24 2.08 3/184 26735
/proc/meminfo: memFree=27781132/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=13.22 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 13902 53475 0 0 50 16 1235 21 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26734] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280453167 9367552 267 33554432000 4194304 5064252 140734714508448 140734714507360 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26734/statm: 2287 267 226 213 0 72 0
[pid=26735] ppid=26734 vsize=35532 CPUtime=37.83 cores=1,3,5,7
/proc/26735/stat : 26735 (glucose) R 26734 26693 23788 0 -1 4202496 8185 0 0 0 3782 1 0 0 20 0 1 0 280453167 36384768 7953 33554432000 4194304 5208918 140736811417296 140736811415240 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26735/statm: 8883 7953 105 248 0 8632 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 77300

[startup+102.307 s]
/proc/loadavg: 2.17 2.20 2.08 3/183 26736
/proc/meminfo: memFree=27773516/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=13.22 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 13902 53475 0 0 50 16 1235 21 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26734] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280453167 9367552 267 33554432000 4194304 5064252 140734714508448 140734714507360 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26734/statm: 2287 267 226 213 0 72 0
[pid=26735] ppid=26734 vsize=47024 CPUtime=89.03 cores=1,3,5,7
/proc/26735/stat : 26735 (glucose) R 26734 26693 23788 0 -1 4202496 8710 0 0 0 8901 2 0 0 20 0 1 0 280453167 48152576 10445 33554432000 4194304 5208918 140736811417296 140736811415240 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26735/statm: 11756 10445 105 248 0 11505 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 88792

[startup+162.3 s]
/proc/loadavg: 2.12 2.18 2.08 3/184 26739
/proc/meminfo: memFree=27764748/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=13.22 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 13902 53475 0 0 50 16 1235 21 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26734] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280453167 9367552 267 33554432000 4194304 5064252 140734714508448 140734714507360 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26734/statm: 2287 267 226 213 0 72 0
[pid=26735] ppid=26734 vsize=47024 CPUtime=149.01 cores=1,3,5,7
/proc/26735/stat : 26735 (glucose) R 26734 26693 23788 0 -1 4202496 8965 0 0 0 14899 2 0 0 20 0 1 0 280453167 48152576 11203 33554432000 4194304 5208918 140736811417296 140736811415240 4229328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26735/statm: 11756 11203 105 248 0 11505 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/184 26963
/proc/meminfo: memFree=27865792/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1049.53 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 9998 0 0 0 104951 2 0 0 20 0 1 0 280483101 68788224 15476 33554432000 4194304 5208918 140736617723632 140736617721576 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 15476 105 248 0 16543 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 108944

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 26963
/proc/meminfo: memFree=27865112/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1109.53 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 9998 0 0 0 110951 2 0 0 20 0 1 0 280483101 68788224 15476 33554432000 4194304 5208918 140736617723632 140736617721576 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 15476 105 248 0 16543 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 108944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 26963
/proc/meminfo: memFree=27855744/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1169.52 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 9998 0 0 0 116950 2 0 0 20 0 1 0 280483101 68788224 15476 33554432000 4194304 5208918 140736617723632 140736617721576 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 15476 105 248 0 16543 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 108944

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.01 3/183 26970
/proc/meminfo: memFree=27879384/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1229.51 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 9999 0 0 0 122949 2 0 0 20 0 1 0 280483101 68788224 15988 33554432000 4194304 5208918 140736617723632 140736617721576 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 15988 105 248 0 16543 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 108944

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26970
/proc/meminfo: memFree=27863124/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1289.5 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 9999 0 0 0 128948 2 0 0 20 0 1 0 280483101 68788224 15988 33554432000 4194304 5208918 140736617723632 140736617721576 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 15988 105 248 0 16543 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 108944

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 26971
/proc/meminfo: memFree=27863000/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1349.49 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 10042 0 0 0 134947 2 0 0 20 0 1 0 280483101 68788224 16029 33554432000 4194304 5208918 140736617723632 140736617721576 4205203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 16029 105 248 0 16543 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 108944

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26971
/proc/meminfo: memFree=27855488/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1409.48 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 10043 0 0 0 140946 2 0 0 20 0 1 0 280483101 68788224 16029 33554432000 4194304 5208918 140736617723632 140736617721576 4229328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 16029 105 248 0 16543 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 108944

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26971
/proc/meminfo: memFree=27850468/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1469.47 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 10043 0 0 0 146945 2 0 0 20 0 1 0 280483101 68788224 16029 33554432000 4194304 5208918 140736617723632 140736617721576 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 16029 105 248 0 16543 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 108944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26971
/proc/meminfo: memFree=27870448/32873648 swapFree=7104/7104
[pid=26693] ppid=26691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26693/stat : 26693 (npSolver-pbo.sh) S 26691 26693 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280451842 9367552 275 33554432000 4194304 5064252 140735023757424 140735023756336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26693/statm: 2287 275 233 213 0 72 0
[pid=26694] ppid=26693 vsize=23472 CPUtime=312.49 cores=1,3,5,7
/proc/26694/stat : 26694 (npSolver-pbo) S 26693 26693 23788 0 -1 4202496 25182 110305 0 0 91 22 31093 43 20 0 1 0 280451842 24035328 4857 33554432000 4194304 5992684 140733484593904 140733484586224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26694/statm: 5868 4857 183 440 0 5424 0
[pid=26773] ppid=26694 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26694 26693 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280483101 9367552 266 33554432000 4194304 5064252 140734899444544 140734899443456 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 266 226 213 0 72 0
[pid=26774] ppid=26773 vsize=67176 CPUtime=1487.57 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26693 23788 0 -1 4202496 10043 0 0 0 148755 2 0 0 20 0 1 0 280483101 68788224 16029 33554432000 4194304 5208918 140736617723632 140736617721576 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 16794 16029 105 248 0 16543 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 108944

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.1
CPU user time (s): 1799.41
CPU system time (s): 0.692894
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 116016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.692894
maximum resident set size= 68416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 146184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 806
involuntary context switches= 1991

runsolver used 3.16652 second user time and 8.5647 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 20:27:44
IDJOB=3700948
IDBENCH=92788
IDSOLVER=2277
FILE ID=node127/3700948-1338143264
RUNJOBID= node127-1338121714-23805
PBS_JOBID= 14624481
Free space on /tmp= 71156 MiB

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

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

MD5SUM BENCH= f4b001b21391ecbeff4bb8396c33afa0
RANDOM SEED=1550059897

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:        27833812 kB
Buffers:          470260 kB
Cached:          3503684 kB
SwapCached:            0 kB
Active:          1384668 kB
Inactive:        2756792 kB
Active(anon):     168708 kB
Inactive(anon):        0 kB
Active(file):    1215960 kB
Inactive(file):  2756792 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9492 kB
Writeback:             0 kB
AnonPages:        300512 kB
Mapped:            15500 kB
Shmem:               200 kB
Slab:             745688 kB
SReclaimable:     188892 kB
SUnreclaim:       556796 kB
KernelStack:        1520 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     307344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71148 MiB
End job on node127 at 2012-05-27 20:57:44