Trace number 1883383

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.14 1800.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.54/2.57	------------------------
2.54/2.57	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
2.54/2.57	Size : 0, 6561, 0, 0, 97193
2.54/2.57	Count : 0, 1075, 0, 0, 10
2.54/2.57	
2.54/2.57	Command line : minisat tmp.dimacs %var 
2.54/2.57	
2.54/2.57	------------------------
2.54/2.58	This is MiniSat 2.0 beta
2.54/2.58	WARNING: for repeatability, setting FPU to use double precision
2.54/2.58	============================[ Problem Statistics ]=============================
2.54/2.58	|                                                                             |
2.54/2.58	|  Number of variables:  3305                                                 |
2.54/2.58	|  Number of clauses:    35438                                                |
2.62/2.61	|  Parsing time:         0.03         s                                       |
2.62/2.70	============================[ Search Statistics ]==============================
2.62/2.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.62/2.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.62/2.70	===============================================================================
2.62/2.70	|         0 |    1780    10670    74952 |     3556        0    nan |  0.000 % |
2.62/2.71	|       102 |    1780    10670    74952 |     3912      102    100 |  4.569 % |
2.62/2.73	|       254 |    1780    10670    74952 |     4303      254    100 |  4.569 % |
2.62/2.76	|       479 |    1779    10670    74952 |     4733      478     88 |  4.720 % |
2.62/2.80	|       817 |    1779    10670    74952 |     5207      816     67 |  4.721 % |
2.63/2.87	|      1323 |    1775    10648    74908 |     5728     1322     66 |  4.720 % |
2.63/2.98	|      2082 |    1775    10648    74908 |     6300     2081     66 |  4.720 % |
2.63/3.18	|      3226 |    1775    10648    74908 |     6930     3225     67 |  4.720 % |
3.44/3.49	|      4935 |    1769    10619    74848 |     7624     4931     63 |  4.902 % |
3.94/3.99	|      7498 |    1768    10612    74830 |     8386     7450     66 |  5.053 % |
4.84/4.88	|     11344 |    1764    10593    74788 |     9225     6756     67 |  5.053 % |
6.24/6.22	|     17113 |    1764    10593    74788 |    10147     7361     65 |  5.053 % |
8.13/8.19	|     25762 |    1764    10593    74788 |    11162    10408     76 |  5.053 % |
11.43/11.45	|     38737 |    1759    10570    74741 |    12278    11235     74 |  5.204 % |
16.23/16.24	|     58198 |    1748    10520    74640 |    13506    10311     72 |  5.658 % |
23.53/23.50	|     87390 |    1744    10496    74589 |    14857    10225     58 |  5.658 % |
37.02/37.02	|    131179 |    1744    10496    74589 |    16342    13489     72 |  5.659 % |
57.01/57.08	|    196867 |    1744    10496    74589 |    17977    17622     67 |  5.658 % |
89.00/89.10	|    295393 |    1744    10496    74589 |    19774    10018     64 |  5.658 % |
143.77/143.82	|    443182 |    1736    10463    74519 |    21752    11759     51 |  5.901 % |
233.54/233.64	|    664866 |    1736    10463    74519 |    23927    15977     51 |  5.901 % |
359.69/359.85	|    997391 |    1736    10463    74519 |    26320    21777     56 |  5.902 % |
580.40/580.62	|   1496180 |    1736    10463    74519 |    28952    25218     59 |  5.901 % |
941.34/941.76	|   2244362 |    1736    10463    74519 |    31847    21759     51 |  5.900 % |
1427.26/1427.81	|   3366638 |    1736    10463    74519 |    35032    21030     64 |  5.901 % |

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-1883383-1245194232/watcher-1883383-1245194232 -o /tmp/evaluation-result-1883383-1245194232/solver-1883383-1245194232 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883383-1245194232.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 4507
/proc/meminfo: memFree=1859360/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=152 CPUtime=0
/proc/4507/stat : 4507 (java) R 4505 4507 4285 0 -1 0 221 0 0 0 0 0 0 0 18 0 1 0 187023283 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 0 0 0
/proc/4507/statm: 38 26 19 9 0 4 0

[startup+0.012479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4507
/proc/meminfo: memFree=1859360/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=10964 CPUtime=0
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 838 0 0 0 0 0 0 0 18 0 2 0 187023283 11227136 575 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 2741 575 279 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.101491 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4507
/proc/meminfo: memFree=1859360/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1685156 CPUtime=0.12
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 2923 0 1 0 11 1 0 0 18 0 9 0 187023283 1725599744 2417 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421289 2419 1223 9 0 416200 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1685156

[startup+0.301511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4507
/proc/meminfo: memFree=1859360/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1685460 CPUtime=0.34
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 3394 0 1 0 33 1 0 0 18 0 9 0 187023283 1725911040 2870 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421365 2870 1253 9 0 416276 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1685460

[startup+0.701554 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4507
/proc/meminfo: memFree=1859360/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1685460 CPUtime=0.75
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 3725 0 1 0 74 1 0 0 18 0 9 0 187023283 1725911040 3187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421365 3187 1255 9 0 416276 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1685460

[startup+1.50264 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4516
/proc/meminfo: memFree=1850648/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1685532 CPUtime=1.52
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 5474 0 4 0 150 2 0 0 18 0 9 0 187023283 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421383 4708 2162 9 0 416294 0
[pid=4507/tid=4509] ppid=4505 vsize=1685532 CPUtime=1.34
/proc/4507/task/4509/stat : 4509 (java) R 4505 4507 4285 0 -1 64 2003 0 1 0 134 0 0 0 16 0 9 0 187023284 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1685532 CPUtime=0.08
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 2389 0 3 0 8 0 0 0 16 0 9 0 187023285 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1685532 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187023285 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1685532 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187023285 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1685532 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187023287 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1685532 CPUtime=0.07
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 349 0 0 0 7 0 0 0 16 0 9 0 187023287 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1685532 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187023287 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1685532 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187023287 1725984768 4708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685532

[startup+3.10281 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4516
/proc/meminfo: memFree=1848024/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686520 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 6957 0 4 0 260 3 0 0 18 0 12 0 187023283 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421630 5756 2165 9 0 416541 0
[pid=4507/tid=4509] ppid=4505 vsize=1686520 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686520 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3431 0 3 0 21 1 0 0 16 0 12 0 187023285 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686520 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686520 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686520 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686520 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686520 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686520 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 187023287 1726996480 5756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1686520

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1837816/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7113 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=7336 CPUtime=3.71
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 1698 0 0 0 371 0 0 0 25 0 1 0 187023541 7512064 1627 1992294400 134512640 135156773 4294956080 18446744073709551615 134556273 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 1834 1627 75 157 0 1674 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1693848

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1835968/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7113 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=8980 CPUtime=10.1
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 2086 0 0 0 1010 0 0 0 25 0 1 0 187023541 9195520 2015 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 2245 2015 75 157 0 2085 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 1695492

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1834944/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7113 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=9772 CPUtime=22.9
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 2318 0 0 0 2289 1 0 0 25 0 1 0 187023541 10006528 2247 1992294400 134512640 135156773 4294956080 18446744073709551615 134548263 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 2443 2247 75 157 0 2283 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0

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

/proc/4518/statm: 7046 6710 75 157 0 6886 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1714696

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1816512/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7114 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=28328 CPUtime=1659.02
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 6792 0 0 0 165894 8 0 0 25 0 1 0 187023541 29007872 6721 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 7082 6721 75 157 0 6922 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 1714840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1816192/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7114 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=28604 CPUtime=1718.99
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 6864 0 0 0 171891 8 0 0 25 0 1 0 187023541 29290496 6793 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 7151 6793 75 157 0 6991 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 1715116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1815872/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7114 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=28748 CPUtime=1778.97
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 6905 0 0 0 177889 8 0 0 25 0 1 0 187023541 29437952 6834 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/4518/statm: 7187 6834 75 157 0 7027 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 1715260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4520
/proc/meminfo: memFree=1815872/2055920 swapFree=4181536/4192956
[pid=4507] ppid=4505 vsize=1686512 CPUtime=2.63
/proc/4507/stat : 4507 (java) S 4505 4507 4285 0 -1 0 7114 0 4 0 260 3 0 0 18 0 12 0 187023283 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4507/statm: 421628 5754 2165 9 0 416539 0
[pid=4518] ppid=4507 vsize=28748 CPUtime=1797.46
/proc/4518/stat : 4518 (minisat) R 4507 4507 4285 0 -1 4194304 6908 0 0 0 179738 8 0 0 25 0 1 0 187023541 29437952 6837 1992294400 134512640 135156773 4294956080 18446744073709551615 134554199 0 4 0 3 0 0 0 17 0 0 0
/proc/4518/statm: 7187 6837 75 157 0 7027 0
[pid=4507/tid=4509] ppid=4505 vsize=1686512 CPUtime=2.29
/proc/4507/task/4509/stat : 4509 (java) S 4505 4507 4285 0 -1 64 2212 0 1 0 228 1 0 0 18 0 12 0 187023284 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4510] ppid=4505 vsize=1686512 CPUtime=0.22
/proc/4507/task/4510/stat : 4510 (java) S 4505 4507 4285 0 -1 64 3579 0 3 0 21 1 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4512] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4512/stat : 4512 (java) S 4505 4507 4285 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187023285 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4513] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4505 4507 4285 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4514] ppid=4505 vsize=1686512 CPUtime=0.09
/proc/4507/task/4514/stat : 4514 (java) S 4505 4507 4285 0 -1 64 448 0 0 0 9 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4515] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4515/stat : 4515 (java) S 4505 4507 4285 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4516] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4516/stat : 4516 (java) S 4505 4507 4285 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187023287 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4507/tid=4517] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4517/stat : 4517 (java) S 4505 4507 4285 0 -1 64 69 0 0 0 0 0 0 0 18 0 12 0 187023541 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4507/tid=4519] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4519/stat : 4519 (java) S 4505 4507 4285 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=4507/tid=4520] ppid=4505 vsize=1686512 CPUtime=0
/proc/4507/task/4520/stat : 4520 (java) S 4505 4507 4285 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187023542 1726988288 5754 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1715260

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

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

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.14
CPU user time (s): 1800
CPU system time (s): 0.140978
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 1715260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14507
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37043
involuntary context switches= 35230

runsolver used 1.92371 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-17 01:17:12
IDJOB=1883383
IDBENCH=1160
IDSOLVER=688
FILE ID=node19/1883383-1245194232
PBS_JOBID= 9368306
Free space on /tmp= 66160 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.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-1883383-1245194232/watcher-1883383-1245194232 -o /tmp/evaluation-result-1883383-1245194232/solver-1883383-1245194232 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883383-1245194232.opb minisat %dimacs %var

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1294060315

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1859968 kB
Buffers:         43160 kB
Cached:          87868 kB
SwapCached:       6060 kB
Active:          71204 kB
Inactive:        68600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859968 kB
SwapTotal:     4192956 kB
SwapFree:      4181536 kB
Dirty:            1016 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            42168 kB
Committed_AS:   203072 kB
PageTables:       1456 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-1883383-1245194232.opb

Free space on /tmp at the end= 66156 MiB
End job on node19 at 2009-06-17 01:47:15