Trace number 1885320

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
BoolVar 2009-04-26UNSAT 24.9812 24.9426

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-04.opb
MD5SUM1d00fc600ed4e08345cb1e5363ec1cd7
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.92864
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68679
Total number of constraints223994
Number of constraints which are clauses223994
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

18.45/18.42	------------------------
18.45/18.42	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
18.45/18.42	Size : 0, 580417, 0, 0, 129
18.45/18.42	Count : 0, 223865, 0, 0, 129
18.45/18.42	
18.45/18.42	Command line : minisat tmp.dimacs %var 
18.45/18.42	
18.45/18.42	------------------------
18.45/18.46	This is MiniSat 2.0 beta
18.45/18.46	WARNING: for repeatability, setting FPU to use double precision
18.45/18.46	============================[ Problem Statistics ]=============================
18.45/18.46	|                                                                             |
18.45/18.46	|  Number of variables:  68679                                                |
18.45/18.46	|  Number of clauses:    223994                                               |
18.75/18.71	|  Parsing time:         0.23         s                                       |
19.76/19.71	============================[ Search Statistics ]==============================
19.76/19.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.76/19.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.76/19.71	===============================================================================
19.76/19.71	|         0 |   28084   161315   546020 |    53771        0    nan |  0.000 % |
21.15/21.16	|       101 |   28066   161315   546020 |    59148       94    104 |  0.478 % |
24.05/24.05	|       251 |   28027   160855   544619 |    65063      101    146 |  0.501 % |
24.85/24.85	===============================================================================
24.85/24.85	restarts              : 3
24.85/24.85	conflicts             : 301            (47 /sec)
24.85/24.85	decisions             : 1413           (1.34 % random) (223 /sec)
24.85/24.85	propagations          : 3673468        (579317 /sec)
24.85/24.85	conflict literals     : 32102          (35.22 % deleted)
24.85/24.85	Memory used           : 36.48 MB
24.85/24.85	CPU time              : 6.34104 s
24.85/24.85	
24.85/24.85	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885320-1245265679/watcher-1885320-1245265679 -o /tmp/evaluation-result-1885320-1245265679/solver-1885320-1245265679 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885320-1245265679.opb minisat %dimacs %var 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 10245
/proc/meminfo: memFree=1823152/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=152 CPUtime=0
/proc/10245/stat : 10245 (java) D 10243 10245 9811 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 194168405 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10245/statm: 38 26 19 9 0 4 0

[startup+0.0205579 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 10245
/proc/meminfo: memFree=1823152/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=11260 CPUtime=0.01
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 896 0 1 0 0 1 0 0 18 0 2 0 194168405 11530240 633 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 2815 633 326 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11260

[startup+0.104563 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 10245
/proc/meminfo: memFree=1823152/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685316 CPUtime=0.1
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 3288 0 1 0 9 1 0 0 18 0 9 0 194168405 1725763584 2777 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421329 2777 1224 9 0 416240 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685316

[startup+0.301573 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 10245
/proc/meminfo: memFree=1823152/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685436 CPUtime=0.33
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 5436 0 1 0 31 2 0 0 18 0 9 0 194168405 1725886464 4726 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421359 4726 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685436

[startup+0.701599 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 10245
/proc/meminfo: memFree=1823152/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685940 CPUtime=0.73
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 7651 0 1 0 70 3 0 0 18 0 9 0 194168405 1726402560 6725 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421485 6725 2154 9 0 416396 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685940

[startup+1.50284 s]
/proc/loadavg: 1.00 1.00 0.97 2/73 10254
/proc/meminfo: memFree=1799272/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685436 CPUtime=1.53
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 11467 0 1 0 149 4 0 0 18 0 9 0 194168405 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421359 9912 2154 9 0 416270 0
[pid=10245/tid=10247] ppid=10243 vsize=1685436 CPUtime=0.92
/proc/10245/task/10247/stat : 10247 (java) R 10243 10245 9811 0 -1 64 2225 0 1 0 91 1 0 0 17 0 9 0 194168407 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4126372619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1685436 CPUtime=0.54
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 9811 0 -1 64 8218 0 0 0 52 2 0 0 16 0 9 0 194168408 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 194168408 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194168408 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194168410 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1685436 CPUtime=0.04
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 288 0 0 0 4 0 0 0 16 0 9 0 194168410 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 194168410 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194168410 1725886464 9912 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685436

[startup+3.10295 s]
/proc/loadavg: 1.00 1.00 0.97 2/73 10254
/proc/meminfo: memFree=1779176/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685436 CPUtime=3.14
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 19948 0 1 0 304 10 0 0 18 0 9 0 194168405 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421359 17383 2154 9 0 416270 0
[pid=10245/tid=10247] ppid=10243 vsize=1685436 CPUtime=1.97
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 2508 0 1 0 196 1 0 0 17 0 9 0 194168407 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1685436 CPUtime=1.08
/proc/10245/task/10248/stat : 10248 (java) R 10243 10245 9811 0 -1 64 16414 0 0 0 102 6 0 0 16 0 9 0 194168408 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 194168408 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194168408 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194168410 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1685436 CPUtime=0.04
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 290 0 0 0 4 0 0 0 16 0 9 0 194168410 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 194168410 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1685436 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194168410 1725886464 17383 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1685436

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 0.97 2/73 10254
/proc/meminfo: memFree=1717352/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685532 CPUtime=6.38
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 42218 0 1 0 618 20 0 0 18 0 9 0 194168405 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421383 30629 2162 9 0 416294 0
[pid=10245/tid=10247] ppid=10243 vsize=1685532 CPUtime=3.56
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 3677 0 1 0 353 3 0 0 16 0 9 0 194168407 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1685532 CPUtime=2.68
/proc/10245/task/10248/stat : 10248 (java) R 10243 10245 9811 0 -1 64 37461 0 0 0 253 15 0 0 17 0 9 0 194168408 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194168408 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194168408 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194168410 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1685532 CPUtime=0.1
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 344 0 0 0 10 0 0 0 15 0 9 0 194168410 1725984768 30629 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 194168410 1725984768 30630 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194168410 1725984768 30630 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1685532

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.97 2/73 10254
/proc/meminfo: memFree=1591280/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1685532 CPUtime=12.77
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 81342 0 1 0 1241 36 0 0 18 0 9 0 194168405 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421383 62705 2162 9 0 416294 0
[pid=10245/tid=10247] ppid=10243 vsize=1685532 CPUtime=7.25
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 4865 0 1 0 720 5 0 0 17 0 9 0 194168407 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1685532 CPUtime=5.39
/proc/10245/task/10248/stat : 10248 (java) R 10243 10245 9811 0 -1 64 75397 0 0 0 510 29 0 0 16 0 9 0 194168408 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 102142134 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194168408 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194168408 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194168410 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1685532 CPUtime=0.1
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 344 0 0 0 10 0 0 0 15 0 9 0 194168410 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 194168410 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1685532 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194168410 1725984768 62705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1685532

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

[startup+19.103 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 10258
/proc/meminfo: memFree=1455120/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1686504 CPUtime=18.5
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 116857 0 1 0 1797 53 0 0 18 0 12 0 194168405 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421626 88922 2165 9 0 416537 0
[pid=10256] ppid=10245 vsize=34076 CPUtime=0.65
/proc/10256/stat : 10256 (minisat) R 10245 10245 9811 0 -1 4194304 7920 0 0 0 59 6 0 0 23 0 1 0 194170248 34893824 7797 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/10256/statm: 8519 7797 72 157 0 8359 0
[pid=10245/tid=10247] ppid=10243 vsize=1686504 CPUtime=9.89
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 6932 0 1 0 982 7 0 0 18 0 12 0 194168407 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1686504 CPUtime=8.47
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 9811 0 -1 64 108687 0 0 0 804 43 0 0 16 0 12 0 194168408 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194168410 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1686504 CPUtime=0.1
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 365 0 0 0 10 0 0 0 16 0 12 0 194168410 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 194168410 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 194168410 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1686504 CPUtime=0.01
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 9811 0 -1 64 75 0 0 0 0 1 0 0 16 0 12 0 194170248 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 9811 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 194170251 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 9811 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 194170252 1726980096 88922 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.15
Current children cumulated vsize (KiB) 1720580

[startup+22.3012 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 10258
/proc/meminfo: memFree=1434832/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1686504 CPUtime=18.5
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 116921 0 1 0 1797 53 0 0 18 0 12 0 194168405 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421626 88924 2165 9 0 416537 0
[pid=10256] ppid=10245 vsize=37348 CPUtime=3.85
/proc/10256/stat : 10256 (minisat) R 10245 10245 9811 0 -1 4194304 10044 0 0 0 378 7 0 0 25 0 1 0 194170248 38244352 8878 1992294400 134512640 135156773 4294956080 18446744073709551615 134556332 0 4 0 3 0 0 0 17 0 0 0
/proc/10256/statm: 9337 8878 74 157 0 9177 0
[pid=10245/tid=10247] ppid=10243 vsize=1686504 CPUtime=9.89
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 6932 0 1 0 982 7 0 0 18 0 12 0 194168407 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1686504 CPUtime=8.47
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 9811 0 -1 64 108689 0 0 0 804 43 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1686504 CPUtime=0.11
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 426 0 0 0 11 0 0 0 16 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1686504 CPUtime=0.01
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 9811 0 -1 64 75 0 0 0 0 1 0 0 16 0 12 0 194170248 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 9811 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194170251 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 9811 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 194170252 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 1723852

[startup+23.9023 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 10258
/proc/meminfo: memFree=1434768/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1686504 CPUtime=18.5
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 116921 0 1 0 1797 53 0 0 18 0 12 0 194168405 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421626 88924 2165 9 0 416537 0
[pid=10256] ppid=10245 vsize=37348 CPUtime=5.45
/proc/10256/stat : 10256 (minisat) R 10245 10245 9811 0 -1 4194304 10062 0 0 0 538 7 0 0 25 0 1 0 194170248 38244352 8896 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/10256/statm: 9337 8896 74 157 0 9177 0
[pid=10245/tid=10247] ppid=10243 vsize=1686504 CPUtime=9.89
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 6932 0 1 0 982 7 0 0 18 0 12 0 194168407 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1686504 CPUtime=8.47
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 9811 0 -1 64 108689 0 0 0 804 43 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1686504 CPUtime=0.11
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 426 0 0 0 11 0 0 0 16 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1686504 CPUtime=0.01
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 9811 0 -1 64 75 0 0 0 0 1 0 0 16 0 12 0 194170248 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 9811 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194170251 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 9811 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 194170252 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 1723852

[startup+24.7023 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 10258
/proc/meminfo: memFree=1434832/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=1686504 CPUtime=18.5
/proc/10245/stat : 10245 (java) S 10243 10245 9811 0 -1 0 116921 0 1 0 1797 53 0 0 18 0 12 0 194168405 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 421626 88924 2165 9 0 416537 0
[pid=10256] ppid=10245 vsize=37348 CPUtime=6.25
/proc/10256/stat : 10256 (minisat) R 10245 10245 9811 0 -1 4194304 10062 0 0 0 618 7 0 0 25 0 1 0 194170248 38244352 8896 1992294400 134512640 135156773 4294956080 18446744073709551615 134556286 0 4 0 3 0 0 0 17 0 0 0
/proc/10256/statm: 9337 8896 74 157 0 9177 0
[pid=10245/tid=10247] ppid=10243 vsize=1686504 CPUtime=9.89
/proc/10245/task/10247/stat : 10247 (java) S 10243 10245 9811 0 -1 64 6932 0 1 0 982 7 0 0 18 0 12 0 194168407 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10248] ppid=10243 vsize=1686504 CPUtime=8.47
/proc/10245/task/10248/stat : 10248 (java) S 10243 10245 9811 0 -1 64 108689 0 0 0 804 43 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10249] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10249/stat : 10249 (java) S 10243 10245 9811 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10250] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10250/stat : 10250 (java) S 10243 10245 9811 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194168408 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10251] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10251/stat : 10251 (java) S 10243 10245 9811 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10252] ppid=10243 vsize=1686504 CPUtime=0.11
/proc/10245/task/10252/stat : 10252 (java) S 10243 10245 9811 0 -1 64 426 0 0 0 11 0 0 0 16 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10253] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10253/stat : 10253 (java) S 10243 10245 9811 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10245/tid=10254] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10254/stat : 10254 (java) S 10243 10245 9811 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 194168410 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10245/tid=10255] ppid=10243 vsize=1686504 CPUtime=0.01
/proc/10245/task/10255/stat : 10255 (java) S 10243 10245 9811 0 -1 64 75 0 0 0 0 1 0 0 16 0 12 0 194170248 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10245/tid=10257] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10257/stat : 10257 (java) S 10243 10245 9811 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194170251 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10245/tid=10258] ppid=10243 vsize=1686504 CPUtime=0
/proc/10245/task/10258/stat : 10258 (java) S 10243 10245 9811 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 194170252 1726980096 88924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 1723852

[startup+24.9023 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 10258
/proc/meminfo: memFree=1434832/2055920 swapFree=4181764/4192956
[pid=10245] ppid=10243 vsize=0 CPUtime=24.92
/proc/10245/stat : 10245 (java) Z 10243 10245 9811 0 -1 12 117016 10070 1 0 1797 54 634 7 16 0 2 0 194168405 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10245/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.9426
CPU time (s): 24.9812
CPU user time (s): 24.3183
CPU system time (s): 0.662899
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 1728312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3183
system time used= 0.662899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127086
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1191
involuntary context switches= 383

runsolver used 0.031995 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 21:08:00
IDJOB=1885320
IDBENCH=72045
IDSOLVER=688
FILE ID=node22/1885320-1245265679
PBS_JOBID= 9372431
Free space on /tmp= 66108 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885320-1245265679/watcher-1885320-1245265679 -o /tmp/evaluation-result-1885320-1245265679/solver-1885320-1245265679 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885320-1245265679.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1d00fc600ed4e08345cb1e5363ec1cd7
RANDOM SEED=928446427

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1823632 kB
Buffers:         39136 kB
Cached:         120820 kB
SwapCached:       5488 kB
Active:          63384 kB
Inactive:       104544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823632 kB
SwapTotal:     4192956 kB
SwapFree:      4181764 kB
Dirty:            8016 kB
Writeback:           0 kB
Mapped:          13068 kB
Slab:            50488 kB
Committed_AS:   179300 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885320-1245265679.opb

Free space on /tmp at the end= 66108 MiB
End job on node22 at 2009-06-17 21:08:25