Trace number 1885090

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) 243.688 243.713

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/edgematching/
explicit/em_11_3_4_exp.opb
MD5SUM119c51af3f023cc88cb75ed46bfc03bb
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark480.526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8713
Total number of constraints384843
Number of constraints which are clauses384843
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 constraint81
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

34.94/34.97	------------------------
34.94/34.97	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
34.94/34.97	Size : 0, 905633, 0, 0, 0
34.94/34.97	Count : 0, 384843, 0, 0, 0
34.94/34.97	
34.94/34.97	Command line : minisat tmp.dimacs %var 
34.94/34.97	
34.94/34.97	------------------------
35.03/35.02	This is MiniSat 2.0 beta
35.03/35.02	WARNING: for repeatability, setting FPU to use double precision
35.03/35.02	============================[ Problem Statistics ]=============================
35.03/35.02	|                                                                             |
35.03/35.02	|  Number of variables:  8713                                                 |
35.03/35.02	|  Number of clauses:    384843                                               |
35.23/35.27	|  Parsing time:         0.23         s                                       |
36.53/36.59	============================[ Search Statistics ]==============================
36.53/36.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.53/36.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.53/36.59	===============================================================================
36.53/36.59	|         0 |    8709   379659   890121 |   126553        0    nan |  0.000 % |
36.62/36.62	|       100 |    8709   379659   890121 |   139208      100     39 |  0.000 % |
36.62/36.66	|       250 |    8709   379659   890121 |   153129      250     35 |  0.000 % |
36.73/36.72	|       475 |    8709   379659   890121 |   168442      475     36 |  0.000 % |
36.73/36.79	|       812 |    8709   379659   890121 |   185286      812     59 |  0.000 % |
36.83/36.89	|      1318 |    8709   379659   890121 |   203814     1318     58 |  0.000 % |
37.03/37.07	|      2078 |    8709   379659   890121 |   224196     2078     55 |  0.000 % |
37.34/37.33	|      3222 |    8709   379659   890121 |   246615     3222     57 |  0.000 % |
37.73/37.76	|      4930 |    8709   379659   890121 |   271277     4930     54 |  0.000 % |
38.34/38.40	|      7492 |    8709   379659   890121 |   298405     7492     54 |  0.000 % |
39.24/39.23	|     11336 |    8709   379659   890121 |   328245    11336     59 |  0.000 % |
40.75/40.73	|     17105 |    8709   379659   890121 |   361070    17105     61 |  0.000 % |
43.24/43.26	|     25756 |    8709   379659   890121 |   397177    25756     75 |  0.000 % |
47.84/47.84	|     38731 |    8709   379659   890121 |   436895    38731     77 |  0.000 % |
56.03/56.08	|     58193 |    8709   379659   890121 |   480584    58193     96 |  0.000 % |
73.13/73.10	|     87385 |    8709   379659   890121 |   528643    87385    103 |  0.000 % |
109.51/109.56	|    131175 |    8709   379659   890121 |   581507   131175    110 |  0.000 % |
183.18/183.23	|    196859 |    8709   379659   890121 |   639658   196859    122 |  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-1885090-1245262908/watcher-1885090-1245262908 -o /tmp/evaluation-result-1885090-1245262908/solver-1885090-1245262908 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885090-1245262908.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 0.93 3/65 508
/proc/meminfo: memFree=1771128/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1620 CPUtime=0
/proc/508/stat : 508 (java) R 506 508 32496 0 -1 0 191 0 0 0 0 0 0 0 19 0 1 0 105712634 1658880 161 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/508/statm: 404 160 124 9 0 46 0

[startup+0.097794 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 508
/proc/meminfo: memFree=1771128/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685288 CPUtime=0.1
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 2966 0 1 0 8 2 0 0 19 0 9 0 105712634 1725734912 2460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421322 2460 1222 9 0 416233 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685288

[startup+0.10279 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 508
/proc/meminfo: memFree=1771128/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685288 CPUtime=0.11
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 2971 0 1 0 9 2 0 0 19 0 9 0 105712634 1725734912 2465 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421322 2465 1222 9 0 416233 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685288

[startup+0.302817 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 508
/proc/meminfo: memFree=1771128/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685756 CPUtime=0.32
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 4362 0 1 0 30 2 0 0 19 0 9 0 105712634 1726214144 3789 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421439 3789 1377 9 0 416350 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685756

[startup+0.702876 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 508
/proc/meminfo: memFree=1771128/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686504 CPUtime=0.73
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 8216 0 1 0 69 4 0 0 19 0 9 0 105712634 1726980096 6966 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421626 6966 2154 9 0 416537 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1686504

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 0.93 2/74 517
/proc/meminfo: memFree=1745968/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685500 CPUtime=1.52
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 12735 0 1 0 147 5 0 0 19 0 9 0 105712634 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421375 10727 2154 9 0 416286 0
[pid=508/tid=510] ppid=506 vsize=1685500 CPUtime=0.96
/proc/508/task/510/stat : 510 (java) R 506 508 32496 0 -1 64 2244 0 1 0 95 1 0 0 17 0 9 0 105712635 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4126362585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=511] ppid=506 vsize=1685500 CPUtime=0.5
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 9464 0 0 0 47 3 0 0 16 0 9 0 105712636 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=512] ppid=506 vsize=1685500 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 105712636 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=513] ppid=506 vsize=1685500 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 105712636 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1685500 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 105712638 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1685500 CPUtime=0.04
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 295 0 0 0 4 0 0 0 16 0 9 0 105712638 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1685500 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 105712638 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1685500 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 105712638 1725952000 10727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685500

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 0.93 2/74 517
/proc/meminfo: memFree=1724912/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1689512 CPUtime=3.12
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 24168 0 1 0 302 10 0 0 19 0 9 0 105712634 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 422378 20185 2154 9 0 417289 0
[pid=508/tid=510] ppid=506 vsize=1689512 CPUtime=1.96
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 2560 0 1 0 194 2 0 0 17 0 9 0 105712635 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=511] ppid=506 vsize=1689512 CPUtime=1.09
/proc/508/task/511/stat : 511 (java) R 506 508 32496 0 -1 64 20579 0 0 0 102 7 0 0 17 0 9 0 105712636 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=512] ppid=506 vsize=1689512 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 105712636 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=513] ppid=506 vsize=1689512 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 105712636 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1689512 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 105712638 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1689512 CPUtime=0.04
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 297 0 0 0 4 0 0 0 16 0 9 0 105712638 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1689512 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 105712638 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1689512 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 105712638 1730060288 20185 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 1689512

[startup+6.30257 s]
/proc/loadavg: 1.00 1.00 0.93 2/74 517
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685504 CPUtime=6.35
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 48081 0 1 0 615 20 0 0 19 0 9 0 105712634 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421376 34012 2165 9 0 416287 0
[pid=508/tid=510] ppid=506 vsize=1685504 CPUtime=3.68
/proc/508/task/510/stat : 510 (java) R 506 508 32496 0 -1 64 3753 0 1 0 366 2 0 0 18 0 9 0 105712635 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 103228903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=511] ppid=506 vsize=1685504 CPUtime=2.56
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 43259 0 0 0 240 16 0 0 16 0 9 0 105712636 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=512] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 105712636 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=513] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 105712636 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 105712638 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1685504 CPUtime=0.08
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 337 0 0 0 8 0 0 0 15 0 9 0 105712638 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 105712638 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 105712638 1725956096 34012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1685504

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.93 2/74 517
/proc/meminfo: memFree=1602672/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685504 CPUtime=12.77
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 61534 0 1 0 1252 25 0 0 19 0 9 0 105712634 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421376 47429 2165 9 0 416287 0
[pid=508/tid=510] ppid=506 vsize=1685504 CPUtime=9.3
/proc/508/task/510/stat : 510 (java) R 506 508 32496 0 -1 64 3789 0 1 0 927 3 0 0 16 0 9 0 105712635 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4126501803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1685504 CPUtime=3.34
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 56654 0 0 0 314 20 0 0 17 0 9 0 105712636 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 105712636 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=513] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 105712636 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 105712638 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1685504 CPUtime=0.1
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 359 0 0 0 10 0 0 0 15 0 9 0 105712638 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=516] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 105712638 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1685504 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 105712638 1725956096 47429 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1685504

[startup+25.5028 s]
/proc/loadavg: 1.08 1.02 0.93 2/74 517
/proc/meminfo: memFree=1388720/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1685588 CPUtime=25.55
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 130313 0 1 0 2502 53 0 0 19 0 9 0 105712634 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421397 98161 2162 9 0 416308 0
[pid=508/tid=510] ppid=506 vsize=1685588 CPUtime=16.76
/proc/508/task/510/stat : 510 (java) R 506 508 32496 0 -1 64 6903 0 1 0 1670 6 0 0 17 0 9 0 105712635 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4126499080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1685588 CPUtime=8.66
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 122318 0 0 0 821 45 0 0 16 0 9 0 105712636 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1685588 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 105712636 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1685588 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 105712636 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1685588 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 105712638 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1685588 CPUtime=0.1
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 105712638 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=516] ppid=506 vsize=1685588 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 105712638 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1685588 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 105712638 1726042112 98161 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 1685588

[startup+51.1022 s]
/proc/loadavg: 1.20 1.05 0.94 2/78 521
/proc/meminfo: memFree=1128016/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686560 CPUtime=35.04
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 193066 0 1 0 3423 81 0 0 19 0 12 0 105712634 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421640 151555 2165 9 0 416551 0
[pid=519] ppid=508 vsize=39720 CPUtime=16.09
/proc/519/stat : 519 (minisat) R 508 508 32496 0 -1 4194304 10495 0 0 0 1601 8 0 0 25 0 1 0 105716131 40673280 9701 1992294400 134512640 135156773 4294956080 18446744073709551615 134556460 0 4 0 3 0 0 0 17 0 0 0
/proc/519/statm: 9930 9701 75 157 0 9770 0
[pid=508/tid=510] ppid=506 vsize=1686560 CPUtime=20.69
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 10430 0 1 0 2060 9 0 0 17 0 12 0 105712635 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1686560 CPUtime=14.18
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 181329 0 0 0 1350 68 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1686560 CPUtime=0.11
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 445 0 0 0 11 0 0 0 16 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=518] ppid=506 vsize=1686560 CPUtime=0.01
/proc/508/task/518/stat : 518 (java) S 506 508 32496 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 105716131 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=508/tid=520] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/520/stat : 520 (java) S 506 508 32496 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=508/tid=521] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/521/stat : 521 (java) S 506 508 32496 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1726280

[startup+102.307 s]
/proc/loadavg: 1.42 1.13 0.97 2/78 521
/proc/meminfo: memFree=1085264/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686560 CPUtime=35.04
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 193066 0 1 0 3423 81 0 0 19 0 12 0 105712634 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421640 151555 2165 9 0 416551 0
[pid=519] ppid=508 vsize=81600 CPUtime=67.28
/proc/519/stat : 519 (minisat) R 508 508 32496 0 -1 4194304 20967 0 0 0 6709 19 0 0 25 0 1 0 105716131 83558400 20173 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/519/statm: 20400 20173 75 157 0 20240 0
[pid=508/tid=510] ppid=506 vsize=1686560 CPUtime=20.69
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 10430 0 1 0 2060 9 0 0 17 0 12 0 105712635 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1686560 CPUtime=14.18
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 181329 0 0 0 1350 68 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1686560 CPUtime=0.11
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 445 0 0 0 11 0 0 0 16 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=518] ppid=506 vsize=1686560 CPUtime=0.01
/proc/508/task/518/stat : 518 (java) S 506 508 32496 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 105716131 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=508/tid=520] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/520/stat : 520 (java) S 506 508 32496 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=508/tid=521] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/521/stat : 521 (java) S 506 508 32496 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 1768160

[startup+162.302 s]
/proc/loadavg: 1.51 1.21 1.01 2/78 521
/proc/meminfo: memFree=1049808/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686560 CPUtime=35.04
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 193066 0 1 0 3423 81 0 0 19 0 12 0 105712634 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421640 151555 2165 9 0 416551 0
[pid=519] ppid=508 vsize=117128 CPUtime=127.25
/proc/519/stat : 519 (minisat) R 508 508 32496 0 -1 4194304 29828 0 0 0 12698 27 0 0 25 0 1 0 105716131 119939072 29034 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/519/statm: 29282 29034 75 157 0 29122 0
[pid=508/tid=510] ppid=506 vsize=1686560 CPUtime=20.69
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 10430 0 1 0 2060 9 0 0 17 0 12 0 105712635 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1686560 CPUtime=14.18
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 181329 0 0 0 1350 68 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1686560 CPUtime=0.11
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 445 0 0 0 11 0 0 0 16 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=518] ppid=506 vsize=1686560 CPUtime=0.01
/proc/508/task/518/stat : 518 (java) S 506 508 32496 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 105716131 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=508/tid=520] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/520/stat : 520 (java) S 506 508 32496 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=508/tid=521] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/521/stat : 521 (java) S 506 508 32496 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1803688

[startup+222.303 s]
/proc/loadavg: 1.28 1.21 1.02 2/78 521
/proc/meminfo: memFree=1019344/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686560 CPUtime=35.04
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 193066 0 1 0 3423 81 0 0 19 0 12 0 105712634 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421640 151555 2165 9 0 416551 0
[pid=519] ppid=508 vsize=147648 CPUtime=187.22
/proc/519/stat : 519 (minisat) R 508 508 32496 0 -1 4194304 37397 0 0 0 18688 34 0 0 25 0 1 0 105716131 151191552 36603 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/519/statm: 36912 36603 75 157 0 36752 0
[pid=508/tid=510] ppid=506 vsize=1686560 CPUtime=20.69
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 10430 0 1 0 2060 9 0 0 17 0 12 0 105712635 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1686560 CPUtime=14.18
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 181329 0 0 0 1350 68 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1686560 CPUtime=0.11
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 445 0 0 0 11 0 0 0 16 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=518] ppid=506 vsize=1686560 CPUtime=0.01
/proc/508/task/518/stat : 518 (java) S 506 508 32496 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 105716131 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=508/tid=520] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/520/stat : 520 (java) S 506 508 32496 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=508/tid=521] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/521/stat : 521 (java) S 506 508 32496 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1834208



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+243.601 s]
/proc/loadavg: 1.28 1.21 1.02 2/78 521
/proc/meminfo: memFree=1010064/2055920 swapFree=4192812/4192956
[pid=508] ppid=506 vsize=1686560 CPUtime=35.04
/proc/508/stat : 508 (java) S 506 508 32496 0 -1 0 193066 0 1 0 3423 81 0 0 19 0 12 0 105712634 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/508/statm: 421640 151555 2165 9 0 416551 0
[pid=519] ppid=508 vsize=156760 CPUtime=208.51
/proc/519/stat : 519 (minisat) R 508 508 32496 0 -1 4194304 39699 0 0 0 20814 37 0 0 25 0 1 0 105716131 160522240 38905 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/519/statm: 39190 38905 75 157 0 39030 0
[pid=508/tid=510] ppid=506 vsize=1686560 CPUtime=20.69
/proc/508/task/510/stat : 510 (java) S 506 508 32496 0 -1 64 10430 0 1 0 2060 9 0 0 17 0 12 0 105712635 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=511] ppid=506 vsize=1686560 CPUtime=14.18
/proc/508/task/511/stat : 511 (java) S 506 508 32496 0 -1 64 181329 0 0 0 1350 68 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=512] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/512/stat : 512 (java) S 506 508 32496 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=513] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/513/stat : 513 (java) S 506 508 32496 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 105712636 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=514] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/514/stat : 514 (java) S 506 508 32496 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=515] ppid=506 vsize=1686560 CPUtime=0.11
/proc/508/task/515/stat : 515 (java) S 506 508 32496 0 -1 64 445 0 0 0 11 0 0 0 16 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=516] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/516/stat : 516 (java) S 506 508 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=508/tid=517] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/517/stat : 517 (java) S 506 508 32496 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 105712638 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=508/tid=518] ppid=506 vsize=1686560 CPUtime=0.01
/proc/508/task/518/stat : 518 (java) S 506 508 32496 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 105716131 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=508/tid=520] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/520/stat : 520 (java) S 506 508 32496 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=508/tid=521] ppid=506 vsize=1686560 CPUtime=0
/proc/508/task/521/stat : 521 (java) S 506 508 32496 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 105716136 1727037440 151555 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.55
Current children cumulated vsize (KiB) 1843320

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

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

Child status: 143
Real time (s): 243.713
CPU time (s): 243.688
CPU user time (s): 242.385
CPU system time (s): 1.3028
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 1843320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.385
system time used= 1.3028
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233318
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5897
involuntary context switches= 1387

runsolver used 0.270958 second user time and 0.631903 second system time

The end

Launcher Data

Begin job on node92 at 2009-06-17 20:21:48
IDJOB=1885090
IDBENCH=72022
IDSOLVER=688
FILE ID=node92/1885090-1245262908
PBS_JOBID= 9372372
Free space on /tmp= 66452 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/edgematching/explicit/em_11_3_4_exp.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-1885090-1245262908/watcher-1885090-1245262908 -o /tmp/evaluation-result-1885090-1245262908/solver-1885090-1245262908 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885090-1245262908.opb minisat %dimacs %var

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

MD5SUM BENCH= 119c51af3f023cc88cb75ed46bfc03bb
RANDOM SEED=263208436

node92.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.233
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.233
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:       1771744 kB
Buffers:         51084 kB
Cached:         160052 kB
SwapCached:        140 kB
Active:          52224 kB
Inactive:       172940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11704 kB
Writeback:           0 kB
Mapped:          23636 kB
Slab:            44976 kB
Committed_AS:   120108 kB
PageTables:       1464 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-1885090-1245262908.opb

Free space on /tmp at the end= 66452 MiB
End job on node92 at 2009-06-17 20:25:54