Trace number 1883650

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-26? (TO) 1800.08 1800.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga15_15_sat_pb.cnf.cr.opb
MD5SUM6121557b87a2568662d113be465279a2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.009997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables338
Total number of constraints270
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.26/0.29	------------------------
0.26/0.29	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.26/0.29	Size : 0, 6037, 0, 0, 0
0.26/0.29	Count : 0, 270, 0, 0, 0
0.26/0.29	
0.26/0.29	Command line : minisat tmp.dimacs %var 
0.26/0.29	
0.26/0.29	------------------------
0.36/0.30	This is MiniSat 2.0 beta
0.36/0.30	WARNING: for repeatability, setting FPU to use double precision
0.36/0.30	============================[ Problem Statistics ]=============================
0.36/0.30	|                                                                             |
0.36/0.30	|  Number of variables:  338                                                  |
0.36/0.30	|  Number of clauses:    2186                                                 |
0.36/0.30	|  Parsing time:         0.00         s                                       |
0.36/0.31	============================[ Search Statistics ]==============================
0.36/0.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.36/0.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.36/0.31	===============================================================================
0.36/0.31	|         0 |     323     2171     8737 |      723        0    nan |  0.000 % |
0.36/0.31	|       102 |     323     2171     8737 |      796      102     58 |  0.001 % |
0.36/0.31	|       253 |     323     2171     8737 |      875      253     62 |  0.001 % |
0.36/0.32	|       480 |     323     2171     8737 |      963      480     61 |  0.001 % |
0.36/0.33	|       819 |     323     2171     8737 |     1059      819     61 |  0.001 % |
0.36/0.35	|      1327 |     323     2171     8737 |     1165      707     60 |  0.001 % |
0.36/0.38	|      2090 |     323     2171     8737 |     1282      801     82 |  0.001 % |
0.37/0.44	|      3229 |     323     2171     8737 |     1410     1217     94 |  0.001 % |
0.37/0.51	|      4940 |     323     2171     8737 |     1551     1377     99 |  0.001 % |
0.37/0.65	|      7503 |     323     2171     8737 |     1706     1447     95 |  0.001 % |
0.37/0.90	|     11347 |     323     2171     8737 |     1877     1682     96 |  0.001 % |
1.26/1.26	|     17113 |     323     2171     8737 |     2064     1536     87 |  0.001 % |
1.76/1.76	|     25762 |     323     2171     8737 |     2271     1423     75 |  0.001 % |
2.66/2.68	|     38737 |     323     2171     8737 |     2498     1329     89 |  0.001 % |
4.47/4.42	|     58199 |     323     2171     8737 |     2748     2630     92 |  0.001 % |
6.67/6.60	|     87391 |     323     2171     8737 |     3022     1653     84 |  0.001 % |
9.66/9.66	|    131181 |     323     2171     8737 |     3325     1617     81 |  0.001 % |
14.06/14.00	|    196865 |     323     2171     8737 |     3657     3193     90 |  0.001 % |
20.96/20.92	|    295394 |     323     2171     8737 |     4023     2962     85 |  0.001 % |
31.36/31.37	|    443183 |     323     2171     8737 |     4425     2699     79 |  0.001 % |
50.15/50.12	|    664867 |     323     2171     8737 |     4868     4547    100 |  0.001 % |
76.54/76.50	|    997394 |     323     2171     8737 |     5355     3917     76 |  0.001 % |
117.94/117.91	|   1496182 |     323     2171     8737 |     5890     3068     78 |  0.001 % |
189.22/189.29	|   2244364 |     323     2171     8737 |     6479     3478     88 |  0.001 % |
300.08/300.18	|   3366639 |     323     2171     8737 |     7127     3622     73 |  0.001 % |
477.72/477.88	|   5050051 |     323     2171     8737 |     7840     7154     72 |  0.001 % |
758.24/758.48	|   7575167 |     323     2171     8737 |     8624     6547     76 |  0.001 % |
1217.42/1217.72	|  11362844 |     323     2171     8737 |     9487     6567     78 |  0.001 % |

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-1883650-1245195115/watcher-1883650-1245195115 -o /tmp/evaluation-result-1883650-1245195115/solver-1883650-1245195115 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883650-1245195115.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: 0.93 0.96 0.98 3/65 6567
/proc/meminfo: memFree=1866808/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=152 CPUtime=0
/proc/6567/stat : 6567 (java) R 6565 6567 6090 0 -1 0 221 0 0 0 0 0 0 0 19 0 1 0 5423747 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 0 0 0
/proc/6567/statm: 38 26 19 9 0 4 0

[startup+0.0079731 s]
/proc/loadavg: 0.93 0.96 0.98 3/65 6567
/proc/meminfo: memFree=1866808/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=10256 CPUtime=0
/proc/6567/stat : 6567 (java) R 6565 6567 6090 0 -1 0 389 0 0 0 0 0 0 0 20 0 1 0 5423747 10502144 176 1992294400 134512640 134550932 4294956032 18446744073709551615 3306276 0 0 4096 0 0 0 0 17 0 0 0
/proc/6567/statm: 2599 178 139 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10256

[startup+0.101984 s]
/proc/loadavg: 0.93 0.96 0.98 3/65 6567
/proc/meminfo: memFree=1866808/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1685260 CPUtime=0.11
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 2881 0 1 0 10 1 0 0 20 0 9 0 5423747 1725706240 2375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421315 2382 1222 9 0 416226 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685260

[startup+0.302008 s]
/proc/loadavg: 0.93 0.96 0.98 3/65 6567
/proc/meminfo: memFree=1866808/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1685584 CPUtime=0.36
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 3869 0 1 0 34 2 0 0 20 0 10 0 5423747 1726038016 3313 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421396 3313 1272 9 0 416307 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1685584

[startup+0.701035 s]
/proc/loadavg: 0.93 0.96 0.98 3/65 6567
/proc/meminfo: memFree=1866808/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4180 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1686232

[startup+1.50211 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 6580
/proc/meminfo: memFree=1856992/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4199 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=3272 CPUtime=1.19
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 492 0 0 0 119 0 0 0 25 0 1 0 5423777 3350528 470 1992294400 134512640 135156773 4294956080 18446744073709551615 134552739 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 818 470 74 157 0 658 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 791 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1689504

[startup+3.10126 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 6580
/proc/meminfo: memFree=1856352/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4200 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=3668 CPUtime=2.79
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 581 0 0 0 279 0 0 0 25 0 1 0 5423777 3756032 559 1992294400 134512640 135156773 4294956080 18446744073709551615 134554391 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 917 559 75 157 0 757 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 791 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1689900

[startup+6.30256 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 6580
/proc/meminfo: memFree=1855600/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4339 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=4064 CPUtime=5.99
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 678 0 0 0 599 0 0 0 25 0 1 0 5423777 4161536 656 1992294400 134512640 135156773 4294956080 18446744073709551615 134556410 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 1016 656 75 157 0 856 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 1690296

[startup+12.7012 s]
/proc/loadavg: 0.95 0.96 0.98 2/78 6580
/proc/meminfo: memFree=1855024/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4339 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=4460 CPUtime=12.39
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 800 0 0 0 1239 0 0 0 25 0 1 0 5423777 4567040 778 1992294400 134512640 135156773 4294956080 18446744073709551615 134556368 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 1115 778 75 157 0 955 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 1690692

[startup+25.5024 s]
/proc/loadavg: 0.95 0.96 0.98 2/78 6580
/proc/meminfo: memFree=1854320/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4339 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=5260 CPUtime=25.19
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 977 0 0 0 2519 0 0 0 25 0 1 0 5423777 5386240 955 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 1315 955 75 157 0 1155 0

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

/proc/6578/statm: 3359 2981 75 157 0 3199 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1699668

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6580
/proc/meminfo: memFree=1845552/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4340 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=13436 CPUtime=1721.49
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 3182 0 0 0 172147 2 0 0 25 0 1 0 5423777 13758464 2981 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 3359 2981 75 157 0 3199 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1699668

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6586
/proc/meminfo: memFree=1845296/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4340 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=13436 CPUtime=1781.47
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 3182 0 0 0 178145 2 0 0 25 0 1 0 5423777 13758464 2981 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 3359 2981 75 157 0 3199 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1699668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6586
/proc/meminfo: memFree=1845296/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4340 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=13436 CPUtime=1799.67
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 3185 0 0 0 179965 2 0 0 25 0 1 0 5423777 13758464 2984 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 3359 2984 75 157 0 3199 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1699668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6586
/proc/meminfo: memFree=1845296/2055920 swapFree=4192956/4192956
[pid=6567] ppid=6565 vsize=1686232 CPUtime=0.37
/proc/6567/stat : 6567 (java) S 6565 6567 6090 0 -1 0 4340 0 1 0 35 2 0 0 20 0 12 0 5423747 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6567/statm: 421558 3333 1273 9 0 416469 0
[pid=6578] ppid=6567 vsize=13436 CPUtime=1799.67
/proc/6578/stat : 6578 (minisat) R 6567 6567 6090 0 -1 4194304 3185 0 0 0 179965 2 0 0 25 0 1 0 5423777 13758464 2984 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/6578/statm: 3359 2984 75 157 0 3199 0
[pid=6567/tid=6569] ppid=6565 vsize=1686232 CPUtime=0.23
/proc/6567/task/6569/stat : 6569 (java) S 6565 6567 6090 0 -1 64 2118 0 1 0 23 0 0 0 18 0 12 0 5423748 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6570] ppid=6565 vsize=1686232 CPUtime=0.02
/proc/6567/task/6570/stat : 6570 (java) S 6565 6567 6090 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6571] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6571/stat : 6571 (java) S 6565 6567 6090 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6572] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6572/stat : 6572 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 5423749 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6573] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6573/stat : 6573 (java) S 6565 6567 6090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6574] ppid=6565 vsize=1686232 CPUtime=0.08
/proc/6567/task/6574/stat : 6574 (java) S 6565 6567 6090 0 -1 64 428 0 0 0 8 0 0 0 16 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6575] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6575/stat : 6575 (java) S 6565 6567 6090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6567/tid=6576] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6576/stat : 6576 (java) S 6565 6567 6090 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 5423751 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6567/tid=6577] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6577/stat : 6577 (java) S 6565 6567 6090 0 -1 64 65 0 0 0 0 0 0 0 18 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=6567/tid=6579] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6579/stat : 6579 (java) S 6565 6567 6090 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6567/tid=6580] ppid=6565 vsize=1686232 CPUtime=0
/proc/6567/task/6580/stat : 6580 (java) S 6565 6567 6090 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 5423777 1726701568 3333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1699668

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1800.01
CPU system time (s): 0.06199
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 1699668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8040
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= 36725
involuntary context switches= 3468

runsolver used 1.81072 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-17 01:31:55
IDJOB=1883650
IDBENCH=1427
IDSOLVER=688
FILE ID=node8/1883650-1245195115
PBS_JOBID= 9368320
Free space on /tmp= 66288 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga15_15_sat_pb.cnf.cr.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-1883650-1245195115/watcher-1883650-1245195115 -o /tmp/evaluation-result-1883650-1245195115/solver-1883650-1245195115 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883650-1245195115.opb minisat %dimacs %var

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

MD5SUM BENCH= 6121557b87a2568662d113be465279a2
RANDOM SEED=1949979194

node8.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867416 kB
Buffers:         45356 kB
Cached:          98056 kB
SwapCached:          0 kB
Active:         101264 kB
Inactive:        55892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867416 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:          23472 kB
Slab:            17160 kB
Committed_AS:    79516 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883650-1245195115.opb

Free space on /tmp at the end= 66288 MiB
End job on node8 at 2009-06-17 02:01:58