Trace number 3750113

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 (fixed)? (TO) 1800.13 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_9_ic.opb
MD5SUM6e6423d95c6457aac671f6ff150ae932
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7836062
Best CPU time to get the best result obtained on this benchmark2.91456
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 105154048
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4264487337
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 105154048
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4264487337
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.03	c old isEQ: 0, new EQ is 1
0.00/0.03	c old isEQ: 32, new EQ is 1
0.00/0.04	c old isEQ: 1, new EQ is 1
0.00/0.05	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.47	o 243693474
0.00/0.47	c current bound: 121846744
0.00/0.47	c fallback to adder encoding
0.95/1.03	c model valid
0.95/1.03	c current solution ok
0.98/1.19	o 120193054
0.98/1.19	c current bound: 60096534
0.98/1.19	c fallback to adder encoding
1.50/1.70	c model valid
1.50/1.70	c current solution ok
1.50/1.71	o 21611592
1.50/1.71	c current bound: 10805803
1.50/1.71	c fallback to adder encoding
3.60/3.80	c model valid
3.60/3.80	c current solution ok
3.60/3.80	o 10218376
3.60/3.80	c current bound: 5109195
3.60/3.80	c fallback to adder encoding
3.68/4.11	c current bound: 7663793
3.68/4.11	c fallback to adder encoding
505.41/505.79	c current bound: 8941092
505.41/505.79	c fallback to adder encoding
520.16/520.52	c model valid
520.16/520.52	c current solution ok
520.16/520.52	o 8537068
520.16/520.52	c current bound: 8100438
520.16/520.52	c fallback to adder encoding
654.44/654.82	c model valid
654.44/654.82	c current solution ok
654.44/654.82	o 8095420
654.44/654.82	c current bound: 7879614
654.44/654.82	c fallback to adder encoding
1030.66/1031.11	c model valid
1030.66/1031.11	c current solution ok
1030.66/1031.12	o 7836062
1030.66/1031.12	c current bound: 7749935
1030.66/1031.12	c fallback to adder encoding
1525.91/1526.43	c current bound: 7793006
1525.91/1526.43	c fallback to adder encoding
1800.09/1800.61	./satsolver.sh: line 5:  5950 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	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-3750113-1339181783/watcher-3750113-1339181783 -o /tmp/evaluation-result-3750113-1339181783/solver-3750113-1339181783 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750113-1339181783.opb 1226773674 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.16 2.03 2.01 2/179 5835
/proc/meminfo: memFree=31579736/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0

[startup+0.00828409 s]
/proc/loadavg: 2.16 2.03 2.01 2/179 5835
/proc/meminfo: memFree=31579736/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.16 2.03 2.01 2/179 5835
/proc/meminfo: memFree=31579736/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.16 2.03 2.01 2/179 5835
/proc/meminfo: memFree=31579736/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700311 s]
/proc/loadavg: 2.16 2.03 2.01 2/179 5835
/proc/meminfo: memFree=31579736/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 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.16 2.03 2.01 3/183 5852
/proc/meminfo: memFree=31545752/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1.08 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 7964 18947 0 0 23 7 70 8 20 0 1 0 384302727 23068672 4931 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4931 180 442 0 5186 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 31676

[startup+3.10039 s]
/proc/loadavg: 2.23 2.05 2.02 3/183 5863
/proc/meminfo: memFree=31545160/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1.59 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 10055 27547 0 0 31 8 107 13 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5862] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5862/stat : 5862 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384302905 9367552 267 33554432000 4194304 5064252 140735943315136 140735943314048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5862/statm: 2287 267 226 213 0 72 0
[pid=5863] ppid=5862 vsize=21652 CPUtime=1.3 cores=0,2,4,6
/proc/5863/stat : 5863 (glucose) R 5862 5835 4737 0 -1 4202496 4354 0 0 0 130 0 0 0 20 0 1 0 384302905 22171648 4585 33554432000 4194304 5208918 140733678884640 140733678882392 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5863/statm: 5413 4585 103 248 0 5162 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 62476

[startup+6.30036 s]
/proc/loadavg: 2.23 2.05 2.02 3/183 5877
/proc/meminfo: memFree=31533588/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=21424 CPUtime=2.11 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 4821 0 0 0 210 1 0 0 20 0 1 0 384303146 21938176 4500 33554432000 4194304 5208918 140734844765552 140734844763304 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 5356 4500 105 248 0 5105 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 62248

[startup+12.7004 s]
/proc/loadavg: 2.19 2.05 2.01 3/183 5877
/proc/meminfo: memFree=31523888/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=24144 CPUtime=8.5 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 5005 0 0 0 849 1 0 0 20 0 1 0 384303146 24723456 5190 33554432000 4194304 5208918 140734844765552 140734844763704 4213121 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 6036 5190 105 248 0 5785 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64968

[startup+25.5004 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 5877
/proc/meminfo: memFree=31522508/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=33024 CPUtime=21.3 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 6276 0 0 0 2129 1 0 0 20 0 1 0 384303146 33816576 7262 33554432000 4194304 5208918 140734844765552 140734844763416 4213056 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 8256 7262 105 248 0 8005 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 73848

[startup+51.1004 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 5877
/proc/meminfo: memFree=31482612/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=37444 CPUtime=46.9 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 7770 0 0 0 4688 2 0 0 20 0 1 0 384303146 38342656 7851 33554432000 4194304 5208918 140734844765552 140734844763416 4229072 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 9361 7851 105 248 0 9110 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 78268

[startup+102.307 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 5877
/proc/meminfo: memFree=31461316/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=37444 CPUtime=98.09 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 9414 0 0 0 9807 2 0 0 20 0 1 0 384303146 38342656 7883 33554432000 4194304 5208918 140734844765552 140734844763416 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 9361 7883 105 248 0 9110 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 78268

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/183 5877
/proc/meminfo: memFree=31454800/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=3.99 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 14021 43663 0 0 44 9 327 19 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5876] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384303145 9367552 267 33554432000 4194304 5064252 140735853256128 140735853255040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 267 226 213 0 72 0
[pid=5877] ppid=5876 vsize=40484 CPUtime=158.08 cores=0,2,4,6
/proc/5877/stat : 5877 (glucose) R 5876 5835 4737 0 -1 4202496 9858 0 0 0 15805 3 0 0 20 0 1 0 384303146 41455616 9332 33554432000 4194304 5208918 140734844765552 140734844763416 4229876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 10121 9332 105 248 0 9870 0
Current children cumulated CPU time (s) 162.07

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


[startup+1362.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/184 5939
/proc/meminfo: memFree=31356568/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1030.79 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 22155 93805 0 0 71 12 102954 42 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5936] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384405845 9367552 267 33554432000 4194304 5064252 140736220816848 140736220815760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5936/statm: 2287 267 226 213 0 72 0
[pid=5937] ppid=5936 vsize=63728 CPUtime=331.05 cores=0,2,4,6
/proc/5937/stat : 5937 (glucose) R 5936 5835 4737 0 -1 4202496 7801 0 0 0 33103 2 0 0 20 0 1 0 384405846 65257472 15012 33554432000 4194304 5208918 140736109362896 140736109360760 4229456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5937/statm: 15932 15012 105 248 0 15681 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 104552

[startup+1422.31 s]
/proc/loadavg: 2.13 2.07 2.01 3/184 5942
/proc/meminfo: memFree=31359296/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1030.79 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 22155 93805 0 0 71 12 102954 42 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5936] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384405845 9367552 267 33554432000 4194304 5064252 140736220816848 140736220815760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5936/statm: 2287 267 226 213 0 72 0
[pid=5937] ppid=5936 vsize=82584 CPUtime=391.04 cores=0,2,4,6
/proc/5937/stat : 5937 (glucose) R 5936 5835 4737 0 -1 4202496 8535 0 0 0 39102 2 0 0 20 0 1 0 384405846 84566016 17686 33554432000 4194304 5208918 140736109362896 140736109360840 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5937/statm: 20646 17686 105 248 0 20395 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 123408

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 5943
/proc/meminfo: memFree=31346788/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1030.79 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 22155 93805 0 0 71 12 102954 42 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5936] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384405845 9367552 267 33554432000 4194304 5064252 140736220816848 140736220815760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5936/statm: 2287 267 226 213 0 72 0
[pid=5937] ppid=5936 vsize=82584 CPUtime=451.02 cores=0,2,4,6
/proc/5937/stat : 5937 (glucose) R 5936 5835 4737 0 -1 4202496 8701 0 0 0 45100 2 0 0 20 0 1 0 384405846 84566016 19936 33554432000 4194304 5208918 140736109362896 140736109360840 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5937/statm: 20646 19936 105 248 0 20395 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 123408

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/183 5950
/proc/meminfo: memFree=31406264/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=28648 CPUtime=15.78 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 5838 0 0 0 1577 1 0 0 20 0 1 0 384455377 29335552 6302 33554432000 4194304 5208918 140734725784832 140734725782776 4214288 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 7162 6302 105 248 0 6911 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 69472

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 5950
/proc/meminfo: memFree=31399820/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=40144 CPUtime=75.78 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 7611 0 0 0 7576 2 0 0 20 0 1 0 384455377 41107456 9009 33554432000 4194304 5208918 140734725784832 140734725782696 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 10036 9009 105 248 0 9785 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 80968

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 5950
/proc/meminfo: memFree=31400024/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=40144 CPUtime=135.76 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 9059 0 0 0 13574 2 0 0 20 0 1 0 384455377 41107456 9326 33554432000 4194304 5208918 140734725784832 140734725782776 4211608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 10036 9326 105 248 0 9785 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 80968

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 5950
/proc/meminfo: memFree=31372284/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=47328 CPUtime=195.75 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 9657 0 0 0 19572 3 0 0 20 0 1 0 384455377 48463872 11122 33554432000 4194304 5208918 140734725784832 140734725782920 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 11832 11122 105 248 0 11581 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 88152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5951
/proc/meminfo: memFree=31370372/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=63436 CPUtime=255.74 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 9660 0 0 0 25571 3 0 0 20 0 1 0 384455377 64958464 11967 33554432000 4194304 5208918 140734725784832 140734725781208 4205165 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 15859 11967 105 248 0 15608 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 104260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.92 2.00 1.99 2/174 5976
/proc/meminfo: memFree=31575388/32873844 swapFree=6904/6904
[pid=5835] ppid=5833 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5835/stat : 5835 (npSolver-pbo.sh) S 5833 5835 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384302727 9367552 275 33554432000 4194304 5064252 140737076213440 140737076212352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5835/statm: 2287 275 233 213 0 72 0
[pid=5836] ppid=5835 vsize=22528 CPUtime=1526.04 cores=0,2,4,6
/proc/5836/stat : 5836 (npSolver-pbo) S 5835 5835 4737 0 -1 4202496 24097 105385 0 0 77 13 152467 47 20 0 1 0 384302727 23068672 4932 33554432000 4194304 6004724 140734997781648 140734997774000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5836/statm: 5632 4932 181 442 0 5186 0
[pid=5949] ppid=5836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (satsolver.sh) S 5836 5835 4737 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384455377 9367552 267 33554432000 4194304 5064252 140736350529072 140736350527984 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5949/statm: 2287 267 226 213 0 72 0
[pid=5950] ppid=5949 vsize=63436 CPUtime=274.05 cores=0,2,4,6
/proc/5950/stat : 5950 (glucose) R 5949 5835 4737 0 -1 4202496 9661 0 0 0 27402 3 0 0 20 0 1 0 384455377 64958464 12479 33554432000 4194304 5208918 140734725784832 140734725781208 4229556 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5950/statm: 15859 12479 105 248 0 15608 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 104260

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.62
CPU time (s): 1800.13
CPU user time (s): 1799.48
CPU system time (s): 0.647901
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 135092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.647901
maximum resident set size= 82464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 105568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 625
involuntary context switches= 1968

runsolver used 2.69959 second user time and 7.13891 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 20:56:23
IDJOB=3750113
IDBENCH=92765
IDSOLVER=2334
FILE ID=node140/3750113-1339181783
RUNJOBID= node140-1339168783-4753
PBS_JOBID= 14643808
Free space on /tmp= 70648 MiB

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

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

MD5SUM BENCH= 6e6423d95c6457aac671f6ff150ae932
RANDOM SEED=1226773674

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:       32873844 kB
MemFree:        31580116 kB
Buffers:          236988 kB
Cached:           128428 kB
SwapCached:         2140 kB
Active:           417692 kB
Inactive:          16044 kB
Active(anon):      61836 kB
Inactive(anon):     5476 kB
Active(file):     355856 kB
Inactive(file):    10568 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100240 kB
Dirty:             21208 kB
Writeback:             0 kB
AnonPages:        139416 kB
Mapped:             9852 kB
Shmem:                 0 kB
Slab:             722276 kB
SReclaimable:     163468 kB
SUnreclaim:       558808 kB
KernelStack:        1520 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     191040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70648 MiB
End job on node140 at 2012-06-08 21:26:24