Trace number 1883718

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 34.4048 34.3538

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark32.599
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

21.79/21.71	------------------------
21.79/21.71	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
21.79/21.71	Size : 0, 575203, 0, 0, 714517
21.79/21.71	Count : 0, 247059, 0, 0, 7713
21.79/21.71	
21.79/21.71	Command line : minisat tmp.dimacs %var 
21.79/21.71	
21.79/21.71	------------------------
21.79/21.75	This is MiniSat 2.0 beta
21.79/21.75	WARNING: for repeatability, setting FPU to use double precision
21.79/21.75	============================[ Problem Statistics ]=============================
21.79/21.75	|                                                                             |
21.79/21.75	|  Number of variables:  262259                                               |
21.79/21.75	|  Number of clauses:    545869                                               |
22.37/22.37	|  Parsing time:         0.54         s                                       |
25.57/25.53	============================[ Search Statistics ]==============================
25.57/25.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.57/25.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.57/25.53	===============================================================================
25.57/25.53	|         0 |   70709   280923   945923 |    93641        0    nan |  0.000 % |
25.68/25.69	|       102 |   70707   280923   945923 |   103005      100      8 |  3.805 % |
25.89/25.83	|       252 |   70706   280923   945923 |   113305      249      8 |  3.805 % |
26.08/26.09	|       479 |   70702   280923   945923 |   124636      473      8 |  3.807 % |
26.39/26.39	|       816 |   70701   280923   945923 |   137099      809      9 |  3.807 % |
26.68/26.67	|      1323 |   70699   280923   945923 |   150809     1315     10 |  3.808 % |
27.08/27.08	|      2082 |   70696   280863   945735 |   165890     2041     11 |  3.809 % |
28.08/28.02	|      3221 |   70688   280830   945657 |   182479     3179     12 |  3.811 % |
29.28/29.26	|      4930 |   70678   280790   945557 |   200727     4886     14 |  3.815 % |
31.88/31.89	|      7493 |   70664   280709   945300 |   220800     6649     14 |  3.823 % |
34.28/34.23	===============================================================================
34.28/34.23	restarts              : 10
34.28/34.23	conflicts             : 8796           (714 /sec)
34.28/34.23	decisions             : 30938          (1.71 % random) (2511 /sec)
34.28/34.23	propagations          : 14583013       (1183386 /sec)
34.28/34.23	conflict literals     : 110598         (32.76 % deleted)
34.28/34.23	Memory used           : 94.59 MB
34.28/34.23	CPU time              : 12.3231 s
34.28/34.23	
34.28/34.23	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-1883718-1245195313/watcher-1883718-1245195313 -o /tmp/evaluation-result-1883718-1245195313/solver-1883718-1245195313 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883718-1245195313.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.13 1.03 1.01 3/64 7566
/proc/meminfo: memFree=1860760/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1512 CPUtime=0
/proc/7566/stat : 7566 (java) R 7564 7566 6883 0 -1 0 62 0 0 0 0 0 0 0 18 0 1 0 187131768 1548288 46 1992294400 134512640 134550932 4294956192 18446744073709551615 4631687 0 0 4096 0 0 0 0 17 1 0 0
/proc/7566/statm: 379 51 38 9 0 9 0

[startup+0.050554 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 7566
/proc/meminfo: memFree=1860760/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1683988 CPUtime=0.03
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 2289 0 1 0 2 1 0 0 18 0 9 0 187131768 1724403712 1820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 420997 1830 1057 9 0 415910 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1683988

[startup+0.104554 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 7566
/proc/meminfo: memFree=1860760/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684292 CPUtime=0.11
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 3492 0 1 0 9 2 0 0 18 0 9 0 187131768 1724715008 2980 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421073 2980 1224 9 0 415984 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1684292

[startup+0.302568 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 7566
/proc/meminfo: memFree=1860760/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684532 CPUtime=0.33
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 5600 0 1 0 31 2 0 0 18 0 9 0 187131768 1724960768 4884 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421133 4884 2154 9 0 416044 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1684532

[startup+0.702627 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 7566
/proc/meminfo: memFree=1860760/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1685036 CPUtime=0.74
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 7652 0 1 0 70 4 0 0 18 0 9 0 187131768 1725476864 6721 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421259 6721 2154 9 0 416170 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685036

[startup+1.50164 s]
/proc/loadavg: 1.13 1.03 1.01 2/73 7575
/proc/meminfo: memFree=1837584/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684532 CPUtime=1.54
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 11386 0 1 0 148 6 0 0 18 0 9 0 187131768 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421133 9826 2154 9 0 416044 0
[pid=7566/tid=7568] ppid=7564 vsize=1684532 CPUtime=0.96
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6883 0 -1 64 2221 0 1 0 94 2 0 0 17 0 9 0 187131770 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4126421485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1684532 CPUtime=0.51
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 8145 0 0 0 48 3 0 0 16 0 9 0 187131771 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187131771 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187131771 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187131773 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1684532 CPUtime=0.04
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 285 0 0 0 4 0 0 0 15 0 9 0 187131773 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187131773 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187131773 1724960768 9826 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 1684532

[startup+3.10175 s]
/proc/loadavg: 1.13 1.03 1.01 2/73 7575
/proc/meminfo: memFree=1817232/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684532 CPUtime=3.14
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 19699 0 1 0 304 10 0 0 18 0 9 0 187131768 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421133 17127 2154 9 0 416044 0
[pid=7566/tid=7568] ppid=7564 vsize=1684532 CPUtime=2.01
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6883 0 -1 64 2506 0 1 0 199 2 0 0 17 0 9 0 187131770 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 103823477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1684532 CPUtime=1.05
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 16171 0 0 0 99 6 0 0 16 0 9 0 187131771 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187131771 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187131771 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187131773 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1684532 CPUtime=0.04
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 287 0 0 0 4 0 0 0 16 0 9 0 187131773 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187131773 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1684532 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187131773 1724960768 17127 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1684532

[startup+6.30214 s]
/proc/loadavg: 1.12 1.03 1.01 2/73 7575
/proc/meminfo: memFree=1753680/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684680 CPUtime=6.39
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 43183 0 1 0 618 21 0 0 18 0 9 0 187131768 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421170 31592 2162 9 0 416081 0
[pid=7566/tid=7568] ppid=7564 vsize=1684680 CPUtime=3.51
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6883 0 -1 64 3663 0 1 0 347 4 0 0 16 0 9 0 187131770 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4126611463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1684680 CPUtime=2.76
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 38441 0 0 0 260 16 0 0 17 0 9 0 187131771 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187131771 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187131771 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187131773 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1684680 CPUtime=0.1
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 187131773 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187131773 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187131773 1725112320 31592 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1684680

[startup+12.7014 s]
/proc/loadavg: 1.11 1.03 1.01 2/73 7575
/proc/meminfo: memFree=1605592/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1684680 CPUtime=12.79
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 89041 0 1 0 1238 41 0 0 18 0 9 0 187131768 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421170 70407 2162 9 0 416081 0
[pid=7566/tid=7568] ppid=7564 vsize=1684680 CPUtime=6.66
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 4824 0 1 0 660 6 0 0 16 0 9 0 187131770 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1684680 CPUtime=6
/proc/7566/task/7569/stat : 7569 (java) R 7564 7566 6883 0 -1 64 83138 0 0 0 567 33 0 0 17 0 9 0 187131771 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 103826315 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187131771 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187131771 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187131773 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1684680 CPUtime=0.1
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 187131773 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187131773 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1684680 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187131773 1725112320 70407 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1684680

[startup+25.5022 s]
/proc/loadavg: 1.16 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1366328/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1686676 CPUtime=21.81
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 125354 0 1 0 2118 63 0 0 18 0 12 0 187131768 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421669 97420 2165 9 0 416580 0
[pid=7577] ppid=7566 vsize=110336 CPUtime=3.76
/proc/7577/stat : 7577 (minisat) R 7566 7566 6883 0 -1 4194304 26064 0 0 0 360 16 0 0 25 0 1 0 187133940 112984064 25726 1992294400 134512640 135156773 4294956080 18446744073709551615 134705722 0 4 0 3 0 0 0 17 1 0 0
/proc/7577/statm: 27584 25726 72 157 0 27424 0
[pid=7566/tid=7568] ppid=7564 vsize=1686676 CPUtime=11.98
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 6887 0 1 0 1186 12 0 0 17 0 12 0 187131770 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1686676 CPUtime=9.68
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 117259 0 0 0 920 48 0 0 16 0 12 0 187131771 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187131773 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1686676 CPUtime=0.11
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 349 0 0 0 11 0 0 0 16 0 12 0 187131773 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187131773 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187131773 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1686676 CPUtime=0.01
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6883 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 187133940 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6883 0 -1 64 35 0 0 0 0 0 0 0 15 0 12 0 187133943 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6883 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 187133943 1727156224 97420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 1797012

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

[startup+28.7014 s]
/proc/loadavg: 1.16 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1377592/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1686676 CPUtime=21.82
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 125435 0 1 0 2119 63 0 0 18 0 12 0 187131768 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421669 97422 2165 9 0 416580 0
[pid=7577] ppid=7566 vsize=96856 CPUtime=6.96
/proc/7577/stat : 7577 (minisat) R 7566 7566 6883 0 -1 4194304 26086 0 0 0 679 17 0 0 25 0 1 0 187133940 99180544 22857 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/7577/statm: 24214 22857 75 157 0 24054 0
[pid=7566/tid=7568] ppid=7564 vsize=1686676 CPUtime=11.98
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 6887 0 1 0 1186 12 0 0 17 0 12 0 187131770 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1686676 CPUtime=9.68
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 117259 0 0 0 920 48 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1686676 CPUtime=0.11
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1686676 CPUtime=0.01
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6883 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 187133940 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6883 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6883 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1783532

[startup+31.9066 s]
/proc/loadavg: 1.14 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1377528/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1686676 CPUtime=21.82
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 125435 0 1 0 2119 63 0 0 18 0 12 0 187131768 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421669 97422 2165 9 0 416580 0
[pid=7577] ppid=7566 vsize=96856 CPUtime=10.16
/proc/7577/stat : 7577 (minisat) R 7566 7566 6883 0 -1 4194304 26086 0 0 0 999 17 0 0 25 0 1 0 187133940 99180544 22857 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/7577/statm: 24214 22857 75 157 0 24054 0
[pid=7566/tid=7568] ppid=7564 vsize=1686676 CPUtime=11.98
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 6887 0 1 0 1186 12 0 0 17 0 12 0 187131770 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1686676 CPUtime=9.68
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 117259 0 0 0 920 48 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1686676 CPUtime=0.11
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1686676 CPUtime=0.01
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6883 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 187133940 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6883 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6883 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.98
Current children cumulated vsize (KiB) 1783532

[startup+33.5027 s]
/proc/loadavg: 1.14 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1377528/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1686676 CPUtime=21.82
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 125435 0 1 0 2119 63 0 0 18 0 12 0 187131768 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421669 97422 2165 9 0 416580 0
[pid=7577] ppid=7566 vsize=96856 CPUtime=11.76
/proc/7577/stat : 7577 (minisat) R 7566 7566 6883 0 -1 4194304 26086 0 0 0 1159 17 0 0 25 0 1 0 187133940 99180544 22857 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/7577/statm: 24214 22857 75 157 0 24054 0
[pid=7566/tid=7568] ppid=7564 vsize=1686676 CPUtime=11.98
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 6887 0 1 0 1186 12 0 0 17 0 12 0 187131770 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1686676 CPUtime=9.68
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 117259 0 0 0 920 48 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1686676 CPUtime=0.11
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1686676 CPUtime=0.01
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6883 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 187133940 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6883 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6883 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 1783532

[startup+33.9027 s]
/proc/loadavg: 1.14 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1377528/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=1686676 CPUtime=21.82
/proc/7566/stat : 7566 (java) S 7564 7566 6883 0 -1 0 125435 0 1 0 2119 63 0 0 18 0 12 0 187131768 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 421669 97422 2165 9 0 416580 0
[pid=7577] ppid=7566 vsize=96856 CPUtime=12.16
/proc/7577/stat : 7577 (minisat) R 7566 7566 6883 0 -1 4194304 26086 0 0 0 1199 17 0 0 25 0 1 0 187133940 99180544 22857 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/7577/statm: 24214 22857 75 157 0 24054 0
[pid=7566/tid=7568] ppid=7564 vsize=1686676 CPUtime=11.98
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6883 0 -1 64 6887 0 1 0 1186 12 0 0 17 0 12 0 187131770 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1686676 CPUtime=9.68
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6883 0 -1 64 117259 0 0 0 920 48 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6883 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187131771 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1686676 CPUtime=0.11
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6883 0 -1 64 423 0 0 0 11 0 0 0 16 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6883 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 187131773 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1686676 CPUtime=0.01
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6883 0 -1 64 71 0 0 0 0 1 0 0 18 0 12 0 187133940 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6883 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1686676 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6883 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 187133943 1727156224 97422 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 1783532

[startup+34.3028 s]
/proc/loadavg: 1.13 1.04 1.01 2/77 7579
/proc/meminfo: memFree=1377528/2055920 swapFree=4181748/4192956
[pid=7566] ppid=7564 vsize=0 CPUtime=34.34
/proc/7566/stat : 7566 (java) Z 7564 7566 6883 0 -1 12 125533 26094 1 0 2119 65 1232 18 16 0 2 0 187131768 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.34
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.3538
CPU time (s): 34.4048
CPU user time (s): 33.5149
CPU system time (s): 0.889864
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 1798532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5149
system time used= 0.889864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151627
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= 1535
involuntary context switches= 547

runsolver used 0.045993 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 01:35:14
IDJOB=1883718
IDBENCH=1495
IDSOLVER=688
FILE ID=node22/1883718-1245195313
PBS_JOBID= 9368290
Free space on /tmp= 66148 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.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-1883718-1245195313/watcher-1883718-1245195313 -o /tmp/evaluation-result-1883718-1245195313/solver-1883718-1245195313 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883718-1245195313.opb minisat %dimacs %var

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=152356470

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:       1861184 kB
Buffers:         44792 kB
Cached:         100460 kB
SwapCached:       5504 kB
Active:          82392 kB
Inactive:        70816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861184 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:            9416 kB
Writeback:           0 kB
Mapped:          12960 kB
Slab:            27608 kB
Committed_AS:   169904 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-1883718-1245195313.opb

Free space on /tmp at the end= 66148 MiB
End job on node22 at 2009-06-17 01:35:48