Trace number 1883737

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 65.868 66.121

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMe464fa7a3640eb789ffb0025985d1316
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 benchmark0.004999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.47	------------------------
0.15/0.47	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.15/0.47	Size : 0, 1210, 0, 0, 0
0.15/0.47	Count : 0, 21, 0, 0, 0
0.15/0.47	
0.15/0.47	Command line : minisat tmp.dimacs %var 
0.15/0.47	
0.15/0.47	------------------------
0.15/0.48	This is MiniSat 2.0 beta
0.15/0.48	WARNING: for repeatability, setting FPU to use double precision
0.15/0.48	============================[ Problem Statistics ]=============================
0.15/0.48	|                                                                             |
0.15/0.48	|  Number of variables:  1                                                    |
0.15/0.48	|  Number of clauses:    2                                                    |
0.15/0.48	|  Parsing time:         0.00         s                                       |
0.15/0.48	============================[ Search Statistics ]==============================
0.15/0.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.15/0.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.15/0.48	===============================================================================
0.15/0.48	|         0 |      97      530     1840 |      176        0    nan |  0.000 % |
0.15/0.48	|       102 |      97      530     1840 |      194      102     33 |  0.008 % |
0.15/0.49	|       252 |      97      530     1840 |      213      252     38 |  0.008 % |
0.15/0.49	|       477 |      97      530     1840 |      235      216     39 |  0.008 % |
0.15/0.50	|       816 |      97      530     1840 |      258      269     40 |  0.008 % |
0.25/0.51	|      1323 |      97      530     1840 |      284      319     38 |  0.008 % |
0.25/0.52	|      2083 |      97      530     1840 |      312      237     35 |  0.008 % |
0.25/0.55	|      3226 |      97      530     1840 |      344      277     37 |  0.008 % |
0.25/0.58	|      4936 |      97      530     1840 |      378      213     36 |  0.008 % |
0.25/0.64	|      7500 |      97      530     1840 |      416      417     37 |  0.008 % |
0.26/0.71	|     11345 |      97      530     1840 |      458      338     34 |  0.008 % |
0.26/0.83	|     17113 |      97      530     1840 |      504      279     35 |  0.008 % |
0.77/1.03	|     25763 |      97      530     1840 |      554      325     32 |  0.008 % |
1.07/1.31	|     38737 |      97      530     1840 |      609      594     35 |  0.008 % |
1.47/1.75	|     58198 |      97      530     1840 |      670      559     36 |  0.008 % |
2.17/2.47	|     87391 |      97      530     1840 |      737      603     36 |  0.008 % |
3.27/3.54	|    131180 |      97      530     1840 |      811      752     31 |  0.008 % |
4.96/5.22	|    196865 |      97      530     1840 |      892      806     34 |  0.008 % |
7.47/7.74	|    295394 |      97      530     1840 |      982      798     34 |  0.008 % |
11.46/11.75	|    443183 |      97      530     1840 |     1080      988     34 |  0.008 % |
17.76/18.03	|    664866 |      97      530     1840 |     1188      882     34 |  0.008 % |
27.35/27.69	|    997396 |      97      530     1840 |     1307      718     34 |  0.008 % |
42.75/43.03	|   1496185 |      96      520     1814 |     1438     1130     34 |  0.917 % |
65.84/66.10	===============================================================================
65.84/66.10	restarts              : 23
65.84/66.10	conflicts             : 2201536        (33566 /sec)
65.84/66.10	decisions             : 2608205        (1.42 % random) (39766 /sec)
65.84/66.10	propagations          : 27981091       (426619 /sec)
65.84/66.10	conflict literals     : 79625570       (6.06 % deleted)
65.84/66.10	Memory used           : 2.57 MB
65.84/66.10	CPU time              : 65.588 s
65.84/66.10	
65.84/66.10	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-1883737-1245195407/watcher-1883737-1245195407 -o /tmp/evaluation-result-1883737-1245195407/solver-1883737-1245195407 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883737-1245195407.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6970
/proc/meminfo: memFree=1833568/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=18576 CPUtime=0
/proc/6970/stat : 6970 (runsolver) D 6968 6970 6764 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 187141643 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 259913215271 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/6970/statm: 4644 284 249 26 0 2626 0

[startup+0.0638599 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6970
/proc/meminfo: memFree=1833568/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=308 CPUtime=0
/proc/6970/stat : 6970 (java) D 6968 6970 6764 0 -1 0 55 0 2 0 0 0 0 0 18 0 1 0 187141643 315392 41 1992294400 134512640 134550932 4294956192 18446744073709551615 10589092 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6970/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101869 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6970
/proc/meminfo: memFree=1833568/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1620 CPUtime=0
/proc/6970/stat : 6970 (java) R 6968 6970 6764 0 -1 0 345 0 13 0 0 0 0 0 18 0 1 0 187141643 1658880 149 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/6970/statm: 405 149 113 9 0 47 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1620

[startup+0.301908 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6970
/proc/meminfo: memFree=1833568/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1682168 CPUtime=0.07
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 1955 0 70 0 2 5 0 0 18 0 5 0 187141643 1722540032 1588 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 420542 1588 901 9 0 415457 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1682168

[startup+0.701969 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6970
/proc/meminfo: memFree=1833568/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3381 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1685636

[startup+1.50211 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1808888/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3399 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=1964 CPUtime=1.01
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 170 0 0 0 101 0 0 0 25 0 1 0 187141690 2011136 150 1992294400 134512640 135156773 4294956080 18446744073709551615 134556407 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 491 150 74 157 0 331 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 154 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1687600

[startup+3.10239 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1808632/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3400 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2100 CPUtime=2.61
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 187 0 0 0 261 0 0 0 25 0 1 0 187141690 2150400 167 1992294400 134512640 135156773 4294956080 18446744073709551615 134556400 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 525 167 74 157 0 365 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 154 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 1687736

[startup+6.30195 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1808248/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2232 CPUtime=5.8
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 215 0 0 0 580 0 0 0 25 0 1 0 187141690 2285568 195 1992294400 134512640 135156773 4294956080 18446744073709551615 134556248 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 558 195 74 157 0 398 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1687868

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1808056/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2364 CPUtime=12.2
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 244 0 0 0 1220 0 0 0 25 0 1 0 187141690 2420736 224 1992294400 134512640 135156773 4294956080 18446744073709551615 134554317 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 591 224 74 157 0 431 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1688000

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1808056/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2364 CPUtime=25
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 264 0 0 0 2500 0 0 0 25 0 1 0 187141690 2420736 244 1992294400 134512640 135156773 4294956080 18446744073709551615 134556581 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 591 244 74 157 0 431 0

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


[startup+60.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1807864/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2624 CPUtime=60.18
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 305 0 0 0 6018 0 0 0 25 0 1 0 187141690 2686976 285 1992294400 134512640 135156773 4294956080 18446744073709551615 134548189 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 656 285 74 157 0 496 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.44
Current children cumulated vsize (KiB) 1688260

[startup+63.9021 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1807864/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2624 CPUtime=63.38
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 305 0 0 0 6338 0 0 0 25 0 1 0 187141690 2686976 285 1992294400 134512640 135156773 4294956080 18446744073709551615 134556469 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 656 285 74 157 0 496 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.64
Current children cumulated vsize (KiB) 1688260

[startup+65.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1807864/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2624 CPUtime=64.98
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 308 0 0 0 6498 0 0 0 25 0 1 0 187141690 2686976 288 1992294400 134512640 135156773 4294956080 18446744073709551615 134705640 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 656 288 74 157 0 496 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.24
Current children cumulated vsize (KiB) 1688260

[startup+65.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1807864/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2624 CPUtime=65.38
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 308 0 0 0 6538 0 0 0 25 0 1 0 187141690 2686976 288 1992294400 134512640 135156773 4294956080 18446744073709551615 134556184 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 656 288 74 157 0 496 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.64
Current children cumulated vsize (KiB) 1688260

[startup+66.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6983
/proc/meminfo: memFree=1807864/2055920 swapFree=4191900/4192956
[pid=6970] ppid=6968 vsize=1685636 CPUtime=0.26
/proc/6970/stat : 6970 (java) S 6968 6970 6764 0 -1 0 3541 0 93 0 18 8 0 0 18 0 12 0 187141643 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6970/statm: 421409 2642 1268 9 0 416320 0
[pid=6981] ppid=6970 vsize=2624 CPUtime=65.58
/proc/6981/stat : 6981 (minisat) R 6970 6970 6764 0 -1 4194304 308 0 0 0 6558 0 0 0 25 0 1 0 187141690 2686976 288 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/6981/statm: 656 288 74 157 0 496 0
[pid=6970/tid=6972] ppid=6968 vsize=1685636 CPUtime=0.17
/proc/6970/task/6972/stat : 6972 (java) S 6968 6970 6764 0 -1 64 2063 0 48 0 12 5 0 0 16 0 12 0 187141658 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6973] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6973/stat : 6973 (java) S 6968 6970 6764 0 -1 64 284 0 0 0 0 0 0 0 16 0 12 0 187141666 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6974] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6974/stat : 6974 (java) S 6968 6970 6764 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6975] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6975/stat : 6975 (java) S 6968 6970 6764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187141668 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6976] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6976/stat : 6976 (java) S 6968 6970 6764 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6977] ppid=6968 vsize=1685636 CPUtime=0.04
/proc/6970/task/6977/stat : 6977 (java) S 6968 6970 6764 0 -1 64 380 0 0 0 4 0 0 0 16 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6978] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6978/stat : 6978 (java) S 6968 6970 6764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6970/tid=6979] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6979/stat : 6979 (java) S 6968 6970 6764 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 187141674 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6970/tid=6980] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6980/stat : 6980 (java) S 6968 6970 6764 0 -1 64 63 0 0 0 0 0 0 0 18 0 12 0 187141690 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6970/tid=6982] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6982/stat : 6982 (java) S 6968 6970 6764 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6970/tid=6983] ppid=6968 vsize=1685636 CPUtime=0
/proc/6970/task/6983/stat : 6983 (java) S 6968 6970 6764 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187141691 1726091264 2642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.84
Current children cumulated vsize (KiB) 1688260

Child status: 0
Real time (s): 66.121
CPU time (s): 65.868
CPU user time (s): 65.772
CPU system time (s): 0.095985
CPU usage (%): 99.6174
Max. virtual memory (cumulated for all children) (KiB): 1688260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.772
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1733
involuntary context switches= 1630

runsolver used 0.098984 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 01:36:47
IDJOB=1883737
IDBENCH=2595
IDSOLVER=688
FILE ID=node4/1883737-1245195407
PBS_JOBID= 9368309
Free space on /tmp= 66408 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.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-1883737-1245195407/watcher-1883737-1245195407 -o /tmp/evaluation-result-1883737-1245195407/solver-1883737-1245195407 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883737-1245195407.opb minisat %dimacs %var

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

MD5SUM BENCH= e464fa7a3640eb789ffb0025985d1316
RANDOM SEED=525669136

node4.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.259
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.259
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:       1834048 kB
Buffers:         48988 kB
Cached:         104636 kB
SwapCached:        260 kB
Active:          51248 kB
Inactive:       115692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834048 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            40856 kB
Committed_AS:   148564 kB
PageTables:       1472 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-1883737-1245195407.opb

Free space on /tmp at the end= 66408 MiB
End job on node4 at 2009-06-17 01:37:53