Trace number 3700950

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_3_ic.opb
MD5SUM5bd63f2c40ad2c37bb63fb4f6f39bf1f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5900212
Best CPU time to get the best result obtained on this benchmark3.15252
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 68921000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3268239507
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 68921000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3268239507
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c run usual solver
1.46/1.57	c model valid
1.46/1.57	c current solution ok
1.67/1.71	o 252097790
1.67/1.72	c current bound: 126048902
1.67/1.72	c fallback to adder encoding
3.61/3.73	c model valid
3.61/3.73	c current solution ok
3.61/3.74	o 122540200
3.61/3.74	c current bound: 61270107
3.61/3.74	c fallback to adder encoding
7.41/7.53	c model valid
7.41/7.53	c current solution ok
7.41/7.53	o 54220856
7.41/7.53	c current bound: 27110435
7.41/7.53	c fallback to adder encoding
7.60/8.29	c model valid
7.60/8.29	c current solution ok
8.27/8.30	o 22460978
8.27/8.30	c current bound: 11230496
8.27/8.30	c fallback to adder encoding
8.83/8.93	c model valid
8.83/8.93	c current solution ok
8.83/8.93	o 10888218
8.83/8.93	c current bound: 5444116
8.83/8.93	c fallback to adder encoding
95.84/95.98	c current bound: 8166175
95.84/95.98	c fallback to adder encoding
97.01/97.14	c model valid
97.01/97.14	c current solution ok
97.01/97.14	o 7996642
97.01/97.14	c current bound: 6720387
97.01/97.14	c fallback to adder encoding
104.84/104.90	c model valid
104.84/104.90	c current solution ok
104.84/104.90	o 6710908
104.84/104.90	c current bound: 6077520
104.84/104.90	c fallback to adder encoding
711.01/711.23	c model valid
711.01/711.23	c current solution ok
711.01/711.23	o 6071222
711.01/711.23	c current bound: 5757677
711.01/711.23	c fallback to adder encoding
1084.98/1085.26	c current bound: 5914457
1084.98/1085.26	c fallback to adder encoding
1286.81/1287.14	c model valid
1286.81/1287.14	c current solution ok
1286.81/1287.15	o 5900212
1286.81/1287.15	c current bound: 5828952
1286.81/1287.15	c fallback to adder encoding
1628.99/1629.33	c current bound: 5864590
1628.99/1629.33	c fallback to adder encoding
1800.06/1800.40	./satsolver.sh: line 5: 24973 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-3700950-1338142995/watcher-3700950-1338142995 -o /tmp/evaluation-result-3700950-1338142995/solver-3700950-1338142995 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700950-1338142995.opb 707743313 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.05 2.06 2.01 2/179 24750
/proc/meminfo: memFree=31018736/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0

[startup+0.010497 s]
/proc/loadavg: 2.05 2.06 2.01 2/179 24750
/proc/meminfo: memFree=31018736/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.05 2.06 2.01 2/179 24750
/proc/meminfo: memFree=31018736/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.05 2.06 2.01 2/179 24750
/proc/meminfo: memFree=31018736/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.05 2.06 2.01 2/179 24750
/proc/meminfo: memFree=31018736/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 24757
/proc/meminfo: memFree=31001172/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=6244 CPUtime=0.34 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 2250 6264 0 0 6 0 26 2 20 0 1 0 280423883 6393856 1230 33554432000 4194304 5992684 140734585577888 140734585573008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 1561 1230 166 440 0 1117 0
[pid=24756] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24756/stat : 24756 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280423919 9367552 266 33554432000 4194304 5064252 140736007291328 140736007290240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24756/statm: 2287 266 226 213 0 72 0
[pid=24757] ppid=24756 vsize=14452 CPUtime=1.12 cores=0,2,4,6
/proc/24757/stat : 24757 (glucose) R 24756 24750 23064 0 -1 4202496 2601 0 0 0 112 0 0 0 20 0 1 0 280423920 14798848 2937 33554432000 4194304 5208918 140735176454784 140735176452632 4205165 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24757/statm: 3613 2937 103 248 0 3362 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38992

[startup+3.1004 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 24764
/proc/meminfo: memFree=30969488/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=17436 CPUtime=1.8 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 4947 12536 0 0 18 13 145 4 20 0 1 0 280423883 17854464 3834 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 4359 3834 183 440 0 3915 0
[pid=24763] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24763/stat : 24763 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280424065 9367552 266 33554432000 4194304 5064252 140734245121264 140734245120176 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24763/statm: 2287 266 226 213 0 72 0
[pid=24764] ppid=24763 vsize=31272 CPUtime=1.27 cores=0,2,4,6
/proc/24764/stat : 24764 (glucose) R 24763 24750 23064 0 -1 4202496 7149 0 0 0 125 2 0 0 20 0 1 0 280424065 32022528 6525 33554432000 4194304 5208918 140733878642256 140733878640104 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24764/statm: 7818 6525 96 248 0 7567 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 67004

[startup+6.3004 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 24771
/proc/meminfo: memFree=30960916/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=23572 CPUtime=3.81 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 7077 23767 0 0 28 14 329 10 20 0 1 0 280423883 24137728 5203 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 5893 5203 183 440 0 5449 0
[pid=24770] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24770/stat : 24770 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280424266 9367552 267 33554432000 4194304 5064252 140735832477424 140735832476336 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 2287 267 226 213 0 72 0
[pid=24771] ppid=24770 vsize=31992 CPUtime=2.45 cores=0,2,4,6
/proc/24771/stat : 24771 (glucose) R 24770 24750 23064 0 -1 4202496 6344 0 0 0 244 1 0 0 20 0 1 0 280424267 32759808 6813 33554432000 4194304 5208918 140735344564336 140735344562168 4228978 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24771/statm: 7998 6813 104 248 0 7747 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 73860

[startup+12.7004 s]
/proc/loadavg: 2.12 2.07 2.02 3/183 24792
/proc/meminfo: memFree=30972464/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15204 CPUtime=8.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 13214 52766 0 0 52 17 802 26 20 0 1 0 280423883 15568896 3415 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3801 3415 183 440 0 3357 0
[pid=24791] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24791/stat : 24791 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280424783 9367552 267 33554432000 4194304 5064252 140734365547168 140734365546080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24791/statm: 2287 267 226 213 0 72 0
[pid=24792] ppid=24791 vsize=25824 CPUtime=3.68 cores=0,2,4,6
/proc/24792/stat : 24792 (glucose) R 24791 24750 23064 0 -1 4202496 6090 0 0 0 368 0 0 0 20 0 1 0 280424783 26443776 5473 33554432000 4194304 5208918 140733236972640 140733236970792 4229824 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24792/statm: 6456 5473 105 248 0 6205 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 59324

[startup+25.5004 s]
/proc/loadavg: 2.10 2.07 2.02 3/183 24858
/proc/meminfo: memFree=31092884/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15204 CPUtime=8.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 13214 52766 0 0 52 17 802 26 20 0 1 0 280423883 15568896 3415 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3801 3415 183 440 0 3357 0
[pid=24791] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24791/stat : 24791 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280424783 9367552 267 33554432000 4194304 5064252 140734365547168 140734365546080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24791/statm: 2287 267 226 213 0 72 0
[pid=24792] ppid=24791 vsize=30264 CPUtime=16.48 cores=0,2,4,6
/proc/24792/stat : 24792 (glucose) R 24791 24750 23064 0 -1 4202496 7382 0 0 0 1648 0 0 0 20 0 1 0 280424783 30990336 6902 33554432000 4194304 5208918 140733236972640 140733236969016 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24792/statm: 7566 6902 105 248 0 7315 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 63764

[startup+51.1004 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 24873
/proc/meminfo: memFree=31089284/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15204 CPUtime=8.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 13214 52766 0 0 52 17 802 26 20 0 1 0 280423883 15568896 3415 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3801 3415 183 440 0 3357 0
[pid=24791] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24791/stat : 24791 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280424783 9367552 267 33554432000 4194304 5064252 140734365547168 140734365546080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24791/statm: 2287 267 226 213 0 72 0
[pid=24792] ppid=24791 vsize=34616 CPUtime=42.08 cores=0,2,4,6
/proc/24792/stat : 24792 (glucose) R 24791 24750 23064 0 -1 4202496 8216 0 0 0 4207 1 0 0 20 0 1 0 280424783 35446784 8155 33554432000 4194304 5208918 140733236972640 140733236968952 4229010 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24792/statm: 8654 8155 105 248 0 8403 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68116

[startup+102.307 s]
/proc/loadavg: 2.10 2.07 2.01 3/183 24887
/proc/meminfo: memFree=31090268/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=97.17 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 17042 74396 0 0 65 19 9598 35 20 0 1 0 280423883 15581184 3441 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3441 183 440 0 3360 0
[pid=24886] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24886/stat : 24886 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280433604 9367552 267 33554432000 4194304 5064252 140735409538240 140735409537152 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24886/statm: 2287 267 226 213 0 72 0
[pid=24887] ppid=24886 vsize=26072 CPUtime=5.08 cores=0,2,4,6
/proc/24887/stat : 24887 (glucose) R 24886 24750 23064 0 -1 4202496 6330 0 0 0 507 1 0 0 20 0 1 0 280433604 26697728 5666 33554432000 4194304 5208918 140735133961504 140735133959336 4229476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24887/statm: 6518 5666 105 248 0 6267 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 59584

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 24908
/proc/meminfo: memFree=31078840/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=104.92 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 18925 85347 0 0 72 20 10361 39 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24893] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24962
/proc/meminfo: memFree=31064660/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1286.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 24360 126956 0 0 93 22 128526 56 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24961] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280552604 9367552 267 33554432000 4194304 5064252 140733529469360 140733529468272 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24961/statm: 2287 267 226 213 0 72 0
[pid=24962] ppid=24961 vsize=42000 CPUtime=75.06 cores=0,2,4,6
/proc/24962/stat : 24962 (glucose) R 24961 24750 23064 0 -1 4202496 9183 0 0 0 7503 3 0 0 20 0 1 0 280552605 43008000 10117 33554432000 4194304 5208918 140736950086576 140736950084440 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24962/statm: 10500 10117 105 248 0 10249 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 75512

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24962
/proc/meminfo: memFree=31070924/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1286.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 24360 126956 0 0 93 22 128526 56 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24961] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280552604 9367552 267 33554432000 4194304 5064252 140733529469360 140733529468272 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24961/statm: 2287 267 226 213 0 72 0
[pid=24962] ppid=24961 vsize=34928 CPUtime=135.05 cores=0,2,4,6
/proc/24962/stat : 24962 (glucose) R 24961 24750 23064 0 -1 4202496 9957 0 0 0 13502 3 0 0 20 0 1 0 280552605 35766272 8381 33554432000 4194304 5208918 140736950086576 140736950084584 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24962/statm: 8732 8381 105 248 0 8481 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 68440

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 24962
/proc/meminfo: memFree=31043060/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1286.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 24360 126956 0 0 93 22 128526 56 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24961] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280552604 9367552 267 33554432000 4194304 5064252 140733529469360 140733529468272 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24961/statm: 2287 267 226 213 0 72 0
[pid=24962] ppid=24961 vsize=65268 CPUtime=195.04 cores=0,2,4,6
/proc/24962/stat : 24962 (glucose) R 24961 24750 23064 0 -1 4202496 10817 0 0 0 19500 4 0 0 20 0 1 0 280552605 66834432 12724 33554432000 4194304 5208918 140736950086576 140736950084520 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24962/statm: 16317 12724 105 248 0 16066 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 98780

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24962
/proc/meminfo: memFree=31050196/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1286.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 24360 126956 0 0 93 22 128526 56 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24961] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280552604 9367552 267 33554432000 4194304 5064252 140733529469360 140733529468272 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24961/statm: 2287 267 226 213 0 72 0
[pid=24962] ppid=24961 vsize=65268 CPUtime=255.03 cores=0,2,4,6
/proc/24962/stat : 24962 (glucose) R 24961 24750 23064 0 -1 4202496 10818 0 0 0 25499 4 0 0 20 0 1 0 280552605 66834432 12724 33554432000 4194304 5208918 140736950086576 140736950082952 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24962/statm: 16317 12724 105 248 0 16066 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 98780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24963
/proc/meminfo: memFree=31036788/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1286.97 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 24360 126956 0 0 93 22 128526 56 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24961] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280552604 9367552 267 33554432000 4194304 5064252 140733529469360 140733529468272 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24961/statm: 2287 267 226 213 0 72 0
[pid=24962] ppid=24961 vsize=65268 CPUtime=315.02 cores=0,2,4,6
/proc/24962/stat : 24962 (glucose) R 24961 24750 23064 0 -1 4202496 10824 0 0 0 31498 4 0 0 20 0 1 0 280552605 66834432 15284 33554432000 4194304 5208918 140736950086576 140736950082952 4212442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24962/statm: 16317 15284 105 248 0 16066 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 98780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24973
/proc/meminfo: memFree=31065400/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1629.09 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 26038 140887 0 0 99 22 162726 62 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24972] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24972/stat : 24972 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280586823 9367552 267 33554432000 4194304 5064252 140736115176112 140736115175024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24972/statm: 2287 267 226 213 0 72 0
[pid=24973] ppid=24972 vsize=34968 CPUtime=32.89 cores=0,2,4,6
/proc/24973/stat : 24973 (glucose) R 24972 24750 23064 0 -1 4202496 8037 0 0 0 3288 1 0 0 20 0 1 0 280586823 35807232 8137 33554432000 4194304 5208918 140733719055776 140733719052152 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24973/statm: 8742 8137 105 248 0 8491 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 68480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31054972/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1629.09 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 26038 140887 0 0 99 22 162726 62 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24972] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24972/stat : 24972 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280586823 9367552 267 33554432000 4194304 5064252 140736115176112 140736115175024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24972/statm: 2287 267 226 213 0 72 0
[pid=24973] ppid=24972 vsize=42108 CPUtime=92.87 cores=0,2,4,6
/proc/24973/stat : 24973 (glucose) R 24972 24750 23064 0 -1 4202496 9107 0 0 0 9286 1 0 0 20 0 1 0 280586823 43118592 10144 33554432000 4194304 5208918 140733719055776 140733719052088 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24973/statm: 10527 10144 105 248 0 10276 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 75620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31061112/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1629.09 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 26038 140887 0 0 99 22 162726 62 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24972] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24972/stat : 24972 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280586823 9367552 267 33554432000 4194304 5064252 140736115176112 140736115175024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24972/statm: 2287 267 226 213 0 72 0
[pid=24973] ppid=24972 vsize=35176 CPUtime=152.86 cores=0,2,4,6
/proc/24973/stat : 24973 (glucose) R 24972 24750 23064 0 -1 4202496 10061 0 0 0 15285 1 0 0 20 0 1 0 280586823 36020224 8426 33554432000 4194304 5208918 140733719055776 140733719053864 4212508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24973/statm: 8794 8426 105 248 0 8543 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 68688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24973
/proc/meminfo: memFree=31047956/32873844 swapFree=7620/7620
[pid=24750] ppid=24748 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24750/stat : 24750 (npSolver-pbo.sh) S 24748 24750 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280423883 9367552 275 33554432000 4194304 5064252 140734414192016 140734414190928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24750/statm: 2287 275 233 213 0 72 0
[pid=24751] ppid=24750 vsize=15216 CPUtime=1629.09 cores=0,2,4,6
/proc/24751/stat : 24751 (npSolver-pbo) S 24750 24750 23064 0 -1 4202496 26038 140887 0 0 99 22 162726 62 20 0 1 0 280423883 15581184 3442 33554432000 4194304 5992684 140734585577888 140734585570208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24751/statm: 3804 3442 183 440 0 3360 0
[pid=24972] ppid=24751 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24972/stat : 24972 (satsolver.sh) S 24751 24750 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280586823 9367552 267 33554432000 4194304 5064252 140736115176112 140736115175024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24972/statm: 2287 267 226 213 0 72 0
[pid=24973] ppid=24972 vsize=65408 CPUtime=170.97 cores=0,2,4,6
/proc/24973/stat : 24973 (glucose) R 24972 24750 23064 0 -1 4202496 10442 0 0 0 17095 2 0 0 20 0 1 0 280586823 66977792 11868 33554432000 4194304 5208918 140733719055776 140733719053720 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24973/statm: 16352 11868 105 248 0 16101 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 98920

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.09
CPU user time (s): 1799.22
CPU system time (s): 0.876866
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 101348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.876866
maximum resident set size= 63740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 161480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 972
involuntary context switches= 1997

runsolver used 3.32849 second user time and 9.68853 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 20:23:15
IDJOB=3700950
IDBENCH=92774
IDSOLVER=2277
FILE ID=node143/3700950-1338142995
RUNJOBID= node143-1338124293-23080
PBS_JOBID= 14624509
Free space on /tmp= 71648 MiB

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

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

MD5SUM BENCH= 5bd63f2c40ad2c37bb63fb4f6f39bf1f
RANDOM SEED=707743313

node143.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.787
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	: 5333.57
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.787
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.787
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		: 2666.787
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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
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.787
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.787
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:        31019008 kB
Buffers:          357316 kB
Cached:           492620 kB
SwapCached:            0 kB
Active:           749852 kB
Inactive:         267404 kB
Active(anon):     157556 kB
Inactive(anon):    12524 kB
Active(file):     592296 kB
Inactive(file):   254880 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:        181204 kB
Mapped:            15340 kB
Shmem:               200 kB
Slab:             691340 kB
SReclaimable:     133692 kB
SUnreclaim:       557648 kB
KernelStack:        1504 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     308360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71640 MiB
End job on node143 at 2012-05-27 20:53:16