Trace number 1883659

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BoolVar 2009-04-26? (TO) 1800.06 1800.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga14_14_sat_pb.cnf.cr.opb
MD5SUM74c4eb11f12622eba961e655de7451bc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.007997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables294
Total number of constraints238
Number of constraints which are clauses210
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint14
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 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.34/0.75	------------------------
0.34/0.75	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.34/0.75	Size : 0, 4900, 0, 0, 0
0.34/0.75	Count : 0, 238, 0, 0, 0
0.34/0.75	
0.34/0.75	Command line : minisat tmp.dimacs %var 
0.34/0.75	
0.34/0.75	------------------------
0.34/0.76	This is MiniSat 2.0 beta
0.34/0.76	WARNING: for repeatability, setting FPU to use double precision
0.34/0.76	============================[ Problem Statistics ]=============================
0.34/0.76	|                                                                             |
0.34/0.76	|  Number of variables:  294                                                  |
0.34/0.76	|  Number of clauses:    1778                                                 |
0.34/0.76	|  Parsing time:         0.00         s                                       |
0.34/0.76	============================[ Search Statistics ]==============================
0.34/0.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.34/0.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.34/0.76	===============================================================================
0.34/0.76	|         0 |     280     1764     7056 |      588        0    nan |  0.000 % |
0.34/0.76	|       101 |     280     1764     7056 |      646      101     53 |  0.001 % |
0.34/0.77	|       252 |     280     1764     7056 |      711      252     50 |  0.001 % |
0.34/0.77	|       478 |     280     1764     7056 |      782      478     52 |  0.001 % |
0.34/0.78	|       816 |     280     1764     7056 |      860      816     58 |  0.001 % |
0.41/0.81	|      1325 |     280     1764     7056 |      946      843     72 |  0.001 % |
0.41/0.85	|      2085 |     280     1764     7056 |     1041      563     76 |  0.001 % |
0.41/0.91	|      3224 |     280     1764     7056 |     1145     1137     80 |  0.001 % |
0.65/1.01	|      4933 |     280     1764     7056 |     1260     1001     83 |  0.001 % |
0.75/1.16	|      7497 |     280     1764     7056 |     1386      899     81 |  0.001 % |
1.04/1.44	|     11343 |     280     1764     7056 |     1525     1075     78 |  0.001 % |
1.34/1.72	|     17110 |     280     1764     7056 |     1677     1139     69 |  0.001 % |
1.75/2.18	|     25759 |     280     1764     7056 |     1845     1765     80 |  0.001 % |
2.54/2.92	|     38733 |     280     1764     7056 |     2029     1277     80 |  0.001 % |
3.74/4.18	|     58194 |     280     1764     7056 |     2232     1781     77 |  0.001 % |
5.64/6.08	|     87389 |     280     1764     7056 |     2456     2040     78 |  0.001 % |
8.54/8.92	|    131182 |     280     1764     7056 |     2701     1511     75 |  0.001 % |
13.74/14.15	|    196870 |     280     1764     7056 |     2972     1909     69 |  0.001 % |
20.34/20.79	|    295396 |     280     1764     7056 |     3269     2419     73 |  0.001 % |
29.93/30.32	|    443190 |     280     1764     7056 |     3596     3370     65 |  0.001 % |
46.13/46.54	|    664876 |     280     1764     7056 |     3955     2884     74 |  0.001 % |
70.13/70.57	|    997401 |     280     1764     7056 |     4351     3166     67 |  0.001 % |
104.62/105.07	|   1496192 |     280     1764     7056 |     4786     3866     61 |  0.001 % |
163.90/164.36	|   2244374 |     280     1764     7056 |     5265     3539     80 |  0.001 % |
267.07/267.55	|   3366648 |     280     1764     7056 |     5791     4159     83 |  0.001 % |
428.14/428.64	|   5050065 |     280     1764     7056 |     6370     2984     75 |  0.001 % |
671.98/672.59	|   7575182 |     280     1764     7056 |     7007     3710     67 |  0.001 % |
1052.89/1053.59	|  11362857 |     280     1764     7056 |     7708     4295     75 |  0.001 % |
1699.13/1699.91	|  17044372 |     280     1764     7056 |     8479     5452     75 |  0.001 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883659-1245195167/watcher-1883659-1245195167 -o /tmp/evaluation-result-1883659-1245195167/solver-1883659-1245195167 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883659-1245195167.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.92 0.98 0.99 3/64 2534
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=18576 CPUtime=0
/proc/2534/stat : 2534 (runsolver) R 2532 2534 2491 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 187117721 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2534/statm: 4644 284 249 26 0 2626 0

[startup+0.012692 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2534
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=18576 CPUtime=0
/proc/2534/stat : 2534 (runsolver) D 2532 2534 2491 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 187117721 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2534/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101707 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2534
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=272 CPUtime=0
/proc/2534/stat : 2534 (java) R 2532 2534 2491 0 -1 0 51 0 2 0 0 0 0 0 18 0 1 0 187117721 278528 37 1992294400 134512640 134550932 4294956192 18446744073709551615 10924836 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2534/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.302721 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2534
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=10840 CPUtime=0.01
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 717 0 52 0 0 1 0 0 18 0 2 0 187117721 11100160 532 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 2710 532 243 9 0 1196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10840

[startup+0.701753 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2534
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1685420 CPUtime=0.34
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 3373 0 93 0 27 7 0 0 18 0 9 0 187117721 1725870080 2939 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421355 2939 1258 9 0 416266 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1685420

[startup+1.50281 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 2547
/proc/meminfo: memFree=1830280/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4134 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=2632 CPUtime=0.73
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 334 0 0 0 73 0 0 0 25 0 1 0 187117796 2695168 313 1992294400 134512640 135156773 4294956080 18446744073709551615 134556314 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 658 313 74 157 0 498 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 860 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1689024

[startup+3.10294 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2547
/proc/meminfo: memFree=1829640/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4142 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=3028 CPUtime=2.33
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 434 0 0 0 233 0 0 0 25 0 1 0 187117796 3100672 413 1992294400 134512640 135156773 4294956080 18446744073709551615 134556380 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 757 413 74 157 0 597 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 867 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1689420

[startup+6.30221 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2547
/proc/meminfo: memFree=1829064/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4276 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=3300 CPUtime=5.53
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 506 0 0 0 553 0 0 0 25 0 1 0 187117796 3379200 485 1992294400 134512640 135156773 4294956080 18446744073709551615 134556368 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 825 485 74 157 0 665 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1689692

[startup+12.7027 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 2547
/proc/meminfo: memFree=1828680/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4276 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=3564 CPUtime=11.93
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 570 0 0 0 1193 0 0 0 25 0 1 0 187117796 3649536 549 1992294400 134512640 135156773 4294956080 18446744073709551615 134556276 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 891 549 74 157 0 731 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1689956

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 2547
/proc/meminfo: memFree=1827976/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4276 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=4352 CPUtime=24.72
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 754 0 0 0 2472 0 0 0 25 0 1 0 187117796 4456448 733 1992294400 134512640 135156773 4294956080 18446744073709551615 134553086 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 1088 733 74 157 0 928 0

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

/proc/2545/statm: 2437 2094 74 157 0 2277 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 1696140

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 2549
/proc/meminfo: memFree=1821768/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4277 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=9864 CPUtime=1661.14
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 2156 0 0 0 166109 5 0 0 25 0 1 0 187117796 10100736 2107 1992294400 134512640 135156773 4294956080 18446744073709551615 134552891 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 2466 2107 74 157 0 2306 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 1696256

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 2555
/proc/meminfo: memFree=1821192/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4277 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=10360 CPUtime=1721.12
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 2269 0 0 0 172106 6 0 0 25 0 1 0 187117796 10608640 2220 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 2590 2220 74 157 0 2430 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 1696752

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 2555
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4277 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=10440 CPUtime=1781.11
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 2288 0 0 0 178105 6 0 0 25 0 1 0 187117796 10690560 2239 1992294400 134512640 135156773 4294956080 18446744073709551615 134556371 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 2610 2239 74 157 0 2450 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 1696832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 2555
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=2534] ppid=2532 vsize=1686392 CPUtime=0.41
/proc/2534/stat : 2534 (java) S 2532 2534 2491 0 -1 0 4277 0 94 0 34 7 0 0 18 0 12 0 187117721 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2534/statm: 421598 3210 1274 9 0 416509 0
[pid=2545] ppid=2534 vsize=10440 CPUtime=1799.61
/proc/2545/stat : 2545 (minisat) R 2534 2534 2491 0 -1 4194304 2288 0 0 0 179955 6 0 0 25 0 1 0 187117796 10690560 2239 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/2545/statm: 2610 2239 74 157 0 2450 0
[pid=2534/tid=2536] ppid=2532 vsize=1686392 CPUtime=0.26
/proc/2534/task/2536/stat : 2536 (java) S 2532 2534 2491 0 -1 64 2046 0 43 0 21 5 0 0 18 0 12 0 187117749 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2537] ppid=2532 vsize=1686392 CPUtime=0.02
/proc/2534/task/2537/stat : 2537 (java) S 2532 2534 2491 0 -1 64 994 0 0 0 2 0 0 0 16 0 12 0 187117761 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2538] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2538/stat : 2538 (java) S 2532 2534 2491 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2539] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2539/stat : 2539 (java) S 2532 2534 2491 0 -1 64 10 0 1 0 0 0 0 0 16 0 12 0 187117763 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2540] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2540/stat : 2540 (java) S 2532 2534 2491 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2534/tid=2541] ppid=2532 vsize=1686392 CPUtime=0.09
/proc/2534/task/2541/stat : 2541 (java) S 2532 2534 2491 0 -1 64 425 0 0 0 9 0 0 0 17 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2542] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2542/stat : 2542 (java) S 2532 2534 2491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2543] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2543/stat : 2543 (java) S 2532 2534 2491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187117768 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2534/tid=2544] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2544/stat : 2544 (java) S 2532 2534 2491 0 -1 64 59 0 0 0 0 0 0 0 18 0 12 0 187117796 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2534/tid=2546] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2546/stat : 2546 (java) S 2532 2534 2491 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2534/tid=2547] ppid=2532 vsize=1686392 CPUtime=0
/proc/2534/task/2547/stat : 2547 (java) S 2532 2534 2491 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 187117797 1726865408 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1696832

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

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

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.06
CPU user time (s): 1799.91
CPU system time (s): 0.151976
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 1696856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6983
page faults= 184
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37010
involuntary context switches= 1668

runsolver used 2.21666 second user time and 4.35034 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-17 01:32:47
IDJOB=1883659
IDBENCH=1436
IDSOLVER=688
FILE ID=node3/1883659-1245195167
PBS_JOBID= 9368339
Free space on /tmp= 66320 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga14_14_sat_pb.cnf.cr.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883659-1245195167/watcher-1883659-1245195167 -o /tmp/evaluation-result-1883659-1245195167/solver-1883659-1245195167 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883659-1245195167.opb minisat %dimacs %var

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

MD5SUM BENCH= 74c4eb11f12622eba961e655de7451bc
RANDOM SEED=1949878849

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858256 kB
Buffers:         44256 kB
Cached:          83460 kB
SwapCached:        260 kB
Active:          41072 kB
Inactive:        99840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858256 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             968 kB
Writeback:           0 kB
Mapped:          21660 kB
Slab:            42764 kB
Committed_AS:   161256 kB
PageTables:       1376 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-1883659-1245195167.opb

Free space on /tmp at the end= 66316 MiB
End job on node3 at 2009-06-17 02:02:50