Trace number 1883922

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? (MO) 493.532 494.069

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-41-40.opb
MD5SUMe9d572489c41443264f4f0eeadc7c4fb
Bench CategoryPURE-SAT (instances containing only clauses)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints32841
Number of constraints which are clauses32841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.56/2.91	------------------------
2.56/2.91	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
2.56/2.91	Size : 0, 67240, 0, 0, 0
2.56/2.91	Count : 0, 32841, 0, 0, 0
2.56/2.91	
2.56/2.91	Command line : minisat tmp.dimacs %var 
2.56/2.91	
2.56/2.91	------------------------
2.56/2.92	This is MiniSat 2.0 beta
2.56/2.92	WARNING: for repeatability, setting FPU to use double precision
2.56/2.92	============================[ Problem Statistics ]=============================
2.56/2.92	|                                                                             |
2.56/2.92	|  Number of variables:  1640                                                 |
2.56/2.92	|  Number of clauses:    32841                                                |
2.56/2.94	|  Parsing time:         0.02         s                                       |
3.04/3.42	============================[ Search Statistics ]==============================
3.04/3.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.04/3.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.04/3.42	===============================================================================
3.04/3.42	|         0 |    1599    32800   127920 |    10933        0    nan |  0.000 % |
3.04/3.43	|       100 |    1599    32800   127920 |    12026      100    184 |  0.000 % |
3.04/3.44	|       251 |    1599    32800   127920 |    13229      251    240 |  0.000 % |
3.04/3.46	|       476 |    1599    32800   127920 |    14552      476    220 |  0.000 % |
3.04/3.48	|       814 |    1599    32800   127920 |    16007      814    219 |  0.000 % |
3.14/3.52	|      1320 |    1599    32800   127920 |    17608     1320    213 |  0.000 % |
3.14/3.58	|      2081 |    1599    32800   127920 |    19369     2081    212 |  0.000 % |
3.34/3.71	|      3222 |    1599    32800   127920 |    21305     3222    215 |  0.000 % |
3.54/3.96	|      4932 |    1599    32800   127920 |    23436     4932    251 |  0.000 % |
4.04/4.44	|      7494 |    1599    32800   127920 |    25780     7494    281 |  0.000 % |
4.84/5.24	|     11339 |    1599    32800   127920 |    28358    11339    288 |  0.000 % |
6.15/6.50	|     17108 |    1599    32800   127920 |    31194    17108    332 |  0.000 % |
9.84/10.27	|     25760 |    1599    32800   127920 |    34313    25760    344 |  0.000 % |
17.55/17.93	|     38734 |    1599    32800   127920 |    37744    15114    319 |  0.000 % |
27.84/28.21	|     58195 |    1599    32800   127920 |    41519    34575    294 |  0.000 % |
51.33/51.79	|     87387 |    1599    32800   127920 |    45671    33484    508 |  0.000 % |
95.01/95.42	|    131177 |    1599    32800   127920 |    50238    42201    438 |  0.000 % |
166.19/166.64	|    196862 |    1599    32800   127920 |    55262    31219    476 |  0.000 % |
258.45/258.97	|    295389 |    1599    32800   127920 |    60788    44894    520 |  0.000 % |
424.57/425.18	|    443179 |    1599    32800   127920 |    66867    49649    445 |  0.000 % |

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-1883922-1245238127/watcher-1883922-1245238127 -o /tmp/evaluation-result-1883922-1245238127/solver-1883922-1245238127 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883922-1245238127.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.99 0.97 0.82 3/65 14690
/proc/meminfo: memFree=1290672/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=18576 CPUtime=0
/proc/14690/stat : 14690 (runsolver) D 14688 14690 14605 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 191410728 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 254613712167 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14690/statm: 4644 284 249 26 0 2626 0

[startup+0.102882 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 14690
/proc/meminfo: memFree=1290672/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1512 CPUtime=0
/proc/14690/stat : 14690 (java) D 14688 14690 14605 0 -1 0 58 0 2 0 0 0 0 0 18 0 1 0 191410728 1548288 44 1992294400 134512640 134550932 4294956192 18446744073709551615 1610759 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/14690/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.201897 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 14690
/proc/meminfo: memFree=1290672/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=10256 CPUtime=0.01
/proc/14690/stat : 14690 (java) D 14688 14690 14605 0 -1 0 375 0 14 0 0 1 0 0 18 0 1 0 191410728 10502144 176 1992294400 134512640 134550932 4294956032 18446744073709551615 1606564 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14690/statm: 2564 176 139 9 0 1102 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10256

[startup+0.301907 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 14690
/proc/meminfo: memFree=1290672/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=10964 CPUtime=0.01
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 787 0 53 0 0 1 0 0 18 0 2 0 191410728 11227136 577 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 2741 577 281 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10964

[startup+0.701952 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 14690
/proc/meminfo: memFree=1290672/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1685476 CPUtime=0.36
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 3857 0 90 0 29 7 0 0 18 0 9 0 191410728 1725927424 3420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421369 3422 1223 9 0 416280 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1685476

[startup+1.50218 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 14699
/proc/meminfo: memFree=1256872/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1685600 CPUtime=1.13
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 8151 0 95 0 104 9 0 0 18 0 9 0 191410728 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421400 6965 2161 9 0 416311 0
[pid=14690/tid=14692] ppid=14688 vsize=1685600 CPUtime=0.76
/proc/14690/task/14692/stat : 14692 (java) R 14688 14690 14605 0 -1 64 2043 0 42 0 71 5 0 0 16 0 9 0 191410756 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4126522803 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1685600 CPUtime=0.26
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 5091 0 3 0 24 2 0 0 16 0 9 0 191410765 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1685600 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191410767 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1685600 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 9 0 191410767 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1685600 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 191410771 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1685600 CPUtime=0.07
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 191410771 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1685600 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 191410771 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1685600 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191410771 1726054400 6965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1685600

[startup+3.10236 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 14699
/proc/meminfo: memFree=1239784/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686592 CPUtime=2.57
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15491 0 96 0 244 13 0 0 18 0 12 0 191410728 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421648 13335 2164 9 0 416559 0
[pid=14690/tid=14692] ppid=14688 vsize=1686592 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686592 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11711 0 3 0 79 4 0 0 16 0 12 0 191410765 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686592 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686592 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686592 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686592 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 355 0 0 0 10 0 0 0 16 0 12 0 191410771 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686592 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686592 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191410771 1727070208 13335 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1686592

[startup+6.30171 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 14703
/proc/meminfo: memFree=1207624/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=25868 CPUtime=3.37
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 6277 0 0 0 335 2 0 0 25 0 1 0 191411020 26488832 6190 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 6467 6190 75 157 0 6307 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1712444

[startup+12.7024 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 14703
/proc/meminfo: memFree=1182352/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=46396 CPUtime=9.77
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 11406 0 0 0 971 6 0 0 25 0 1 0 191411020 47509504 11319 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 11599 11319 75 157 0 11439 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1732972

[startup+25.5028 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 14703
/proc/meminfo: memFree=1172752/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=54632 CPUtime=22.56
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 13456 0 0 0 2249 7 0 0 25 0 1 0 191411020 55943168 13369 1992294400 134512640 135156773 4294956080 18446744073709551615 134556389 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 13658 13369 75 157 0 13498 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0

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

/proc/14701/statm: 33777 33471 75 157 0 33617 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.81
Current children cumulated vsize (KiB) 1821684

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.86 2/78 14703
/proc/meminfo: memFree=1091728/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=135108 CPUtime=399.21
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 34736 0 0 0 39900 21 0 0 25 0 1 0 191411020 138350592 33471 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 33777 33471 75 157 0 33617 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.79
Current children cumulated vsize (KiB) 1821684

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/78 14703
/proc/meminfo: memFree=1081616/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=145432 CPUtime=459.18
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 37287 0 0 0 45895 23 0 0 25 0 1 0 191411020 148922368 36022 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 36358 36022 75 157 0 36198 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.76
Current children cumulated vsize (KiB) 1832008



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+494.006 s]
/proc/loadavg: 0.99 0.97 0.87 2/78 14703
/proc/meminfo: memFree=1070288/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=156652 CPUtime=490.88
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 40102 0 0 0 49063 25 0 0 25 0 1 0 191411020 160411648 38837 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 39163 38837 75 157 0 39003 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 493.46
Current children cumulated vsize (KiB) 1843228

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

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

[startup+494.006 s]
/proc/loadavg: 0.99 0.97 0.87 2/78 14703
/proc/meminfo: memFree=1070288/2055920 swapFree=4180860/4192956
[pid=14690] ppid=14688 vsize=1686576 CPUtime=2.58
/proc/14690/stat : 14690 (java) S 14688 14690 14605 0 -1 0 15725 0 96 0 245 13 0 0 18 0 12 0 191410728 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 421644 13333 2164 9 0 416555 0
[pid=14701] ppid=14690 vsize=156652 CPUtime=490.88
/proc/14701/stat : 14701 (minisat) R 14690 14690 14605 0 -1 4194304 40102 0 0 0 49063 25 0 0 25 0 1 0 191411020 160411648 38837 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14701/statm: 39163 38837 75 157 0 39003 0
[pid=14690/tid=14692] ppid=14688 vsize=1686576 CPUtime=1.6
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 14605 0 -1 64 2614 0 43 0 154 6 0 0 18 0 12 0 191410756 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=1686576 CPUtime=0.83
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 14605 0 -1 64 11858 0 3 0 79 4 0 0 16 0 12 0 191410765 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 14605 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 14605 0 -1 64 9 0 1 0 0 0 0 0 15 0 12 0 191410767 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 14605 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14697] ppid=14688 vsize=1686576 CPUtime=0.1
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 14605 0 -1 64 429 0 0 0 10 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 14605 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14690/tid=14699] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14699/stat : 14699 (java) S 14688 14690 14605 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 191410771 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14700] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14700/stat : 14700 (java) S 14688 14690 14605 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 191411020 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=14690/tid=14702] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14702/stat : 14702 (java) S 14688 14690 14605 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14690/tid=14703] ppid=14688 vsize=1686576 CPUtime=0
/proc/14690/task/14703/stat : 14703 (java) S 14688 14690 14605 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191411021 1727053824 13333 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 493.46
Current children cumulated vsize (KiB) 1843228

Child status: 143
Real time (s): 494.069
CPU time (s): 493.532
CPU user time (s): 493.092
CPU system time (s): 0.439933
CPU usage (%): 99.8913
Max. virtual memory (cumulated for all children) (KiB): 1843228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.092
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56313
page faults= 128
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10785
involuntary context switches= 2351

runsolver used 0.534918 second user time and 1.2828 second system time

The end

Launcher Data

Begin job on node87 at 2009-06-17 13:28:47
IDJOB=1883922
IDBENCH=2582
IDSOLVER=688
FILE ID=node87/1883922-1245238127
PBS_JOBID= 9372265
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= e9d572489c41443264f4f0eeadc7c4fb
RANDOM SEED=1806723769

node87.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.235
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.235
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:       1291152 kB
Buffers:          5820 kB
Cached:         696904 kB
SwapCached:       5904 kB
Active:          25608 kB
Inactive:       685336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1291152 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          13876 kB
Slab:            39672 kB
Committed_AS:   111080 kB
PageTables:       1460 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-1883922-1245238127.opb

Free space on /tmp at the end= 66468 MiB
End job on node87 at 2009-06-17 13:37:04