Trace number 1885250

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 28.7756 28.7451

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
minandmaxor/minandmaxor032.opb
MD5SUM86da668e7be45c8cbddb8b44923cef20
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 benchmark70.3683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16239
Total number of constraints48332
Number of constraints which are clauses48332
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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

3.57/3.58	------------------------
3.57/3.58	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
3.57/3.58	Size : 0, 112770, 0, 0, 2
3.57/3.58	Count : 0, 48330, 0, 0, 2
3.57/3.58	
3.57/3.58	Command line : minisat tmp.dimacs %var 
3.57/3.58	
3.57/3.58	------------------------
3.57/3.59	This is MiniSat 2.0 beta
3.57/3.59	WARNING: for repeatability, setting FPU to use double precision
3.57/3.59	============================[ Problem Statistics ]=============================
3.57/3.59	|                                                                             |
3.57/3.59	|  Number of variables:  16239                                                |
3.57/3.59	|  Number of clauses:    48332                                                |
3.66/3.64	|  Parsing time:         0.05         s                                       |
3.66/3.94	============================[ Search Statistics ]==============================
3.66/3.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.66/3.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.66/3.94	===============================================================================
3.66/3.94	|         0 |    5155    25655   107028 |     8551        0    nan |  0.000 % |
3.66/3.98	|       100 |    5155    25655   107028 |     9406      100     68 |  0.062 % |
3.67/4.00	|       250 |    5155    25655   107028 |    10347      250     52 |  0.062 % |
3.67/4.03	|       475 |    5155    25655   107028 |    11382      475     61 |  0.062 % |
3.67/4.15	|       813 |    5155    25655   107028 |    12520      813     64 |  0.062 % |
3.67/4.22	|      1320 |    5155    25655   107028 |    13772     1320     52 |  0.062 % |
4.37/4.32	|      2081 |    5155    25655   107028 |    15149     2081     46 |  0.062 % |
4.57/4.59	|      3222 |    5155    25655   107028 |    16664     3222     55 |  0.062 % |
5.06/5.02	|      4930 |    5155    25655   107028 |    18331     4930     55 |  0.062 % |
5.67/5.62	|      7493 |    5155    25655   107028 |    20164     7493     56 |  0.062 % |
6.47/6.47	|     11338 |    5155    25655   107028 |    22180    11338     56 |  0.062 % |
8.26/8.29	|     17106 |    5154    25623   106964 |    24398    17104     65 |  0.068 % |
11.66/11.62	|     25755 |    5154    25623   106964 |    26838    13105     63 |  0.068 % |
17.36/17.35	|     38729 |    5154    25623   106964 |    29522    26079     78 |  0.068 % |
27.26/27.23	|     58191 |    5154    25623   106964 |    32474    30537     70 |  0.068 % |
28.66/28.68	===============================================================================
28.66/28.69	restarts              : 15
28.66/28.69	conflicts             : 61566          (2459 /sec)
28.66/28.69	decisions             : 265833         (1.51 % random) (10617 /sec)
28.66/28.69	propagations          : 21333687       (852012 /sec)
28.66/28.69	conflict literals     : 4515847        (24.47 % deleted)
28.66/28.69	Memory used           : 20.20 MB
28.66/28.69	CPU time              : 25.0392 s
28.66/28.69	
28.66/28.69	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-1885250-1245264793/watcher-1885250-1245264793 -o /tmp/evaluation-result-1885250-1245264793/solver-1885250-1245264793 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885250-1245264793.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.04 1.02 0.98 3/64 20099
/proc/meminfo: memFree=1459696/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=324 CPUtime=0
/proc/20099/stat : 20099 (java) R 20097 20099 19191 0 -1 0 60 0 0 0 0 0 0 0 20 0 1 0 194075776 331776 44 1992294400 134512640 134550932 4294956192 18446744073709551615 4311693 0 0 4096 0 0 0 0 17 1 0 0
/proc/20099/statm: 378 49 37 9 0 8 0

[startup+0.0905069 s]
/proc/loadavg: 1.04 1.02 0.98 3/64 20099
/proc/meminfo: memFree=1459696/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685328 CPUtime=0.08
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 3003 0 1 0 7 1 0 0 18 0 9 0 194075776 1725775872 2493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421332 2493 1221 9 0 416243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1685328

[startup+0.102503 s]
/proc/loadavg: 1.04 1.02 0.98 3/64 20099
/proc/meminfo: memFree=1459696/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685328 CPUtime=0.1
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 3015 0 1 0 9 1 0 0 18 0 9 0 194075776 1725775872 2505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421332 2505 1226 9 0 416243 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685328

[startup+0.301528 s]
/proc/loadavg: 1.04 1.02 0.98 3/64 20099
/proc/meminfo: memFree=1459696/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685760 CPUtime=0.32
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 4353 0 1 0 30 2 0 0 18 0 9 0 194075776 1726218240 3778 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421440 3778 1366 9 0 416351 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685760

[startup+0.702547 s]
/proc/loadavg: 1.04 1.02 0.98 3/64 20099
/proc/meminfo: memFree=1459696/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685504 CPUtime=0.73
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 7444 0 1 0 69 4 0 0 18 0 9 0 194075776 1725956096 6417 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421376 6417 2154 9 0 416287 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685504

[startup+1.5018 s]
/proc/loadavg: 1.04 1.02 0.98 2/73 20108
/proc/meminfo: memFree=1438248/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685584 CPUtime=1.58
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 11736 0 1 0 151 7 0 0 18 0 9 0 194075776 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421396 9738 2161 9 0 416307 0
[pid=20099/tid=20101] ppid=20097 vsize=1685584 CPUtime=0.94
/proc/20099/task/20101/stat : 20101 (java) R 20097 20099 19191 0 -1 64 2265 0 1 0 93 1 0 0 16 0 9 0 194075777 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4126488757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1685584 CPUtime=0.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 8389 0 0 0 48 4 0 0 16 0 9 0 194075778 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194075779 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194075779 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194075781 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1685584 CPUtime=0.08
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 194075781 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194075781 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194075781 1726038016 9738 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1685584

[startup+3.10191 s]
/proc/loadavg: 1.04 1.02 0.98 2/73 20108
/proc/meminfo: memFree=1415528/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1685584 CPUtime=3.17
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 20664 0 1 0 307 10 0 0 18 0 9 0 194075776 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421396 18162 2161 9 0 416307 0
[pid=20099/tid=20101] ppid=20097 vsize=1685584 CPUtime=1.91
/proc/20099/task/20101/stat : 20101 (java) R 20097 20099 19191 0 -1 64 2577 0 1 0 189 2 0 0 17 0 9 0 194075777 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4126599548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1685584 CPUtime=1.14
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 17004 0 0 0 107 7 0 0 16 0 9 0 194075778 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194075779 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194075779 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194075781 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1685584 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 194075781 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194075781 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1685584 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194075781 1726038016 18162 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1685584

[startup+6.30211 s]
/proc/loadavg: 1.04 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1380112/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=11524 CPUtime=2.7
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 2884 0 0 0 268 2 0 0 25 0 1 0 194076135 11800576 2661 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 2881 2661 75 157 0 2721 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1698068

[startup+12.7025 s]
/proc/loadavg: 1.04 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1374032/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=16972 CPUtime=9.09
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 4226 0 0 0 906 3 0 0 25 0 1 0 194076135 17379328 4003 1992294400 134512640 135156773 4294956080 18446744073709551615 134556253 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 4243 4003 75 157 0 4083 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 1703516

[startup+25.5024 s]
/proc/loadavg: 1.03 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1371024/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=19908 CPUtime=21.89
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 4961 0 0 0 2185 4 0 0 25 0 1 0 194076135 20385792 4738 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 4977 4738 75 157 0 4817 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 1706452

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

[startup+27.1015 s]
/proc/loadavg: 1.03 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1371024/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=20348 CPUtime=23.49
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 5054 0 0 0 2345 4 0 0 25 0 1 0 194076135 20836352 4831 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 5087 4831 75 157 0 4927 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.16
Current children cumulated vsize (KiB) 1706892

[startup+27.9016 s]
/proc/loadavg: 1.03 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1370704/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=20504 CPUtime=24.29
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 5087 0 0 0 2425 4 0 0 25 0 1 0 194076135 20996096 4864 1992294400 134512640 135156773 4294956080 18446744073709551615 134556253 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 5126 4864 75 157 0 4966 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.96
Current children cumulated vsize (KiB) 1707048

[startup+28.3016 s]
/proc/loadavg: 1.03 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1370704/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=3.67
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22660 0 1 0 355 12 0 0 18 0 12 0 194075776 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19218 2164 9 0 416547 0
[pid=20110] ppid=20099 vsize=20676 CPUtime=24.69
/proc/20110/stat : 20110 (minisat) R 20099 20099 19191 0 -1 4194304 5121 0 0 0 2465 4 0 0 25 0 1 0 194076135 21172224 4898 1992294400 134512640 135156773 4294956080 18446744073709551615 134556213 0 4 0 3 0 0 0 17 0 0 0
/proc/20110/statm: 5169 4898 75 157 0 5009 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=2.02
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2727 0 1 0 200 2 0 0 16 0 12 0 194075777 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=1.52
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 0 0 0 145 7 0 0 16 0 12 0 194075778 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194075779 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=0.09
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 0 0 0 9 0 0 0 16 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 194075781 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20109] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20109/stat : 20109 (java) S 20097 20099 19191 0 -1 64 72 0 0 0 0 0 0 0 17 0 12 0 194076135 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20099/tid=20111] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20111/stat : 20111 (java) S 20097 20099 19191 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=20099/tid=20112] ppid=20097 vsize=1686544 CPUtime=0
/proc/20099/task/20112/stat : 20112 (java) S 20097 20099 19191 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194076136 1727021056 19218 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.36
Current children cumulated vsize (KiB) 1707220

[startup+28.7016 s]
/proc/loadavg: 1.03 1.02 0.98 2/77 20112
/proc/meminfo: memFree=1370384/2055920 swapFree=4181884/4192956
[pid=20099] ppid=20097 vsize=1686544 CPUtime=28.74
/proc/20099/stat : 20099 (java) S 20097 20099 19191 0 -1 0 22677 5153 1 0 355 12 2503 4 18 0 9 0 194075776 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20099/statm: 421636 19220 2165 9 0 416547 0
[pid=20099/tid=20101] ppid=20097 vsize=1686544 CPUtime=27.09
/proc/20099/task/20101/stat : 20101 (java) S 20097 20099 19191 0 -1 64 2742 5153 1 0 200 2 2503 4 16 0 9 0 194075777 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20102] ppid=20097 vsize=1686544 CPUtime=26.59
/proc/20099/task/20102/stat : 20102 (java) S 20097 20099 19191 0 -1 64 18635 5153 0 0 145 7 2503 4 16 0 9 0 194075778 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20103] ppid=20097 vsize=1686544 CPUtime=25.07
/proc/20099/task/20103/stat : 20103 (java) S 20097 20099 19191 0 -1 64 15 5153 0 0 0 0 2503 4 16 0 9 0 194075779 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20104] ppid=20097 vsize=1686544 CPUtime=25.07
/proc/20099/task/20104/stat : 20104 (java) S 20097 20099 19191 0 -1 64 11 5153 0 0 0 0 2503 4 16 0 9 0 194075779 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20099/tid=20105] ppid=20097 vsize=1686544 CPUtime=25.07
/proc/20099/task/20105/stat : 20105 (java) S 20097 20099 19191 0 -1 64 0 5153 0 0 0 0 2503 4 22 0 9 0 194075781 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20106] ppid=20097 vsize=1686544 CPUtime=25.16
/proc/20099/task/20106/stat : 20106 (java) S 20097 20099 19191 0 -1 64 423 5153 0 0 9 0 2503 4 16 0 9 0 194075781 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20107] ppid=20097 vsize=1686544 CPUtime=25.07
/proc/20099/task/20107/stat : 20107 (java) S 20097 20099 19191 0 -1 64 1 5153 0 0 0 0 2503 4 23 0 9 0 194075781 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20099/tid=20108] ppid=20097 vsize=1686544 CPUtime=25.07
/proc/20099/task/20108/stat : 20108 (java) S 20097 20099 19191 0 -1 64 13 5153 0 0 0 0 2503 4 15 0 9 0 194075781 1727021056 19220 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.74
Current children cumulated vsize (KiB) 1686544

Child status: 0
Real time (s): 28.7451
CPU time (s): 28.7756
CPU user time (s): 28.5927
CPU system time (s): 0.182972
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 1707220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5927
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27857
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= 1166
involuntary context switches= 833

runsolver used 0.039993 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 20:53:13
IDJOB=1885250
IDBENCH=72038
IDSOLVER=688
FILE ID=node52/1885250-1245264793
PBS_JOBID= 9372403
Free space on /tmp= 66460 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.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-1885250-1245264793/watcher-1885250-1245264793 -o /tmp/evaluation-result-1885250-1245264793/solver-1885250-1245264793 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885250-1245264793.opb minisat %dimacs %var

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

MD5SUM BENCH= 86da668e7be45c8cbddb8b44923cef20
RANDOM SEED=691588923

node52.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.234
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.234
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:       1460240 kB
Buffers:         75664 kB
Cached:         430060 kB
SwapCached:       6112 kB
Active:          93688 kB
Inactive:       420856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460240 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          13440 kB
Slab:            67172 kB
Committed_AS:   103072 kB
PageTables:       1480 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-1885250-1245264793.opb

Free space on /tmp at the end= 66460 MiB
End job on node52 at 2009-06-17 20:53:42