Trace number 1883668

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.1 1800.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga13_13_sat_pb.cnf.cr.opb
MD5SUMbf7e21954a6ae09c036e6d4bdde8af91
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.006998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables254
Total number of constraints208
Number of constraints which are clauses182
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint13
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 14
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.26/0.23	------------------------
0.26/0.23	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.26/0.23	Size : 0, 3945, 0, 0, 0
0.26/0.23	Count : 0, 208, 0, 0, 0
0.26/0.23	
0.26/0.23	Command line : minisat tmp.dimacs %var 
0.26/0.23	
0.26/0.23	------------------------
0.26/0.24	This is MiniSat 2.0 beta
0.26/0.24	WARNING: for repeatability, setting FPU to use double precision
0.26/0.24	============================[ Problem Statistics ]=============================
0.26/0.24	|                                                                             |
0.26/0.24	|  Number of variables:  254                                                  |
0.26/0.24	|  Number of clauses:    1433                                                 |
0.26/0.24	|  Parsing time:         0.00         s                                       |
0.26/0.24	============================[ Search Statistics ]==============================
0.26/0.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.24	===============================================================================
0.26/0.24	|         0 |     241     1420     5635 |      473        0    nan |  0.000 % |
0.26/0.24	|       101 |     241     1420     5635 |      520      101     48 |  0.002 % |
0.26/0.25	|       254 |     241     1420     5635 |      572      254     45 |  0.002 % |
0.26/0.25	|       479 |     241     1420     5635 |      630      479     48 |  0.002 % |
0.26/0.26	|       816 |     241     1420     5635 |      693      434     60 |  0.002 % |
0.26/0.28	|      1324 |     241     1420     5635 |      762      531     64 |  0.002 % |
0.32/0.31	|      2083 |     241     1420     5635 |      838      870     67 |  0.002 % |
0.32/0.34	|      3222 |     241     1420     5635 |      922      634     63 |  0.002 % |
0.32/0.41	|      4934 |     241     1420     5635 |     1014      810     68 |  0.002 % |
0.32/0.51	|      7497 |     241     1420     5635 |     1116      589     62 |  0.002 % |
0.32/0.67	|     11342 |     241     1420     5635 |     1227      824     60 |  0.002 % |
0.32/0.88	|     17109 |     241     1420     5635 |     1350     1292     70 |  0.002 % |
1.27/1.22	|     25758 |     241     1420     5635 |     1485     1235     74 |  0.002 % |
1.67/1.68	|     38733 |     241     1420     5635 |     1634     1503     64 |  0.002 % |
2.47/2.43	|     58194 |     241     1420     5635 |     1797     1120     62 |  0.002 % |
3.67/3.70	|     87388 |     241     1420     5635 |     1977     1282     60 |  0.002 % |
5.67/5.63	|    131177 |     241     1420     5635 |     2174     1460     62 |  0.002 % |
8.87/8.90	|    196862 |     241     1420     5635 |     2392     1235     63 |  0.002 % |
13.76/13.76	|    295388 |     241     1420     5635 |     2631     1331     68 |  0.002 % |
21.46/21.48	|    443177 |     241     1420     5635 |     2894     1695     65 |  0.002 % |
33.46/33.41	|    664860 |     241     1420     5635 |     3184     1759     67 |  0.002 % |
52.86/52.81	|    997386 |     241     1420     5635 |     3502     2620     63 |  0.002 % |
84.55/84.53	|   1496174 |     241     1420     5635 |     3853     2323     64 |  0.002 % |
132.43/132.50	|   2244359 |     241     1420     5635 |     4238     3587     61 |  0.002 % |
208.61/208.61	|   3366634 |     241     1420     5635 |     4662     4326     56 |  0.002 % |
326.07/326.14	|   5050047 |     241     1420     5635 |     5128     4478     65 |  0.002 % |
510.73/510.88	|   7575164 |     241     1420     5635 |     5641     2907     62 |  0.002 % |
802.85/803.04	|  11362840 |     241     1420     5635 |     6205     4495     64 |  0.002 % |
1280.71/1281.01	|  17044354 |     241     1420     5635 |     6825     3312     63 |  0.002 % |

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-1883668-1245195224/watcher-1883668-1245195224 -o /tmp/evaluation-result-1883668-1245195224/solver-1883668-1245195224 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883668-1245195224.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.97 3/65 29960
/proc/meminfo: memFree=1801768/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=152 CPUtime=0
/proc/29960/stat : 29960 (java) R 29958 29960 28724 0 -1 0 221 0 0 0 0 0 0 0 20 0 1 0 98944188 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 4043556 0 0 4096 0 0 0 0 17 0 0 0
/proc/29960/statm: 38 26 19 9 0 4 0

[startup+0.0448401 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 29960
/proc/meminfo: memFree=1801768/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1683988 CPUtime=0.03
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 2187 0 1 0 2 1 0 0 20 0 9 0 98944188 1724403712 1721 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 420997 1722 967 9 0 415910 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1683988

[startup+0.104849 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 29960
/proc/meminfo: memFree=1801768/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1685312 CPUtime=0.12
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 2987 0 1 0 11 1 0 0 20 0 9 0 98944188 1725759488 2477 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421328 2477 1242 9 0 416239 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1685312

[startup+0.301876 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 29960
/proc/meminfo: memFree=1801768/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 3943 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1686416

[startup+0.701921 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 29960
/proc/meminfo: memFree=1801768/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 3943 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1686416

[startup+1.50302 s]
/proc/loadavg: 0.93 0.98 0.97 2/78 29973
/proc/meminfo: memFree=1793344/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 3961 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=2632 CPUtime=1.25
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 334 0 0 0 125 0 0 0 25 0 1 0 98944212 2695168 314 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 658 314 74 157 0 498 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 549 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1689048

[startup+3.10222 s]
/proc/loadavg: 0.93 0.98 0.97 2/78 29973
/proc/meminfo: memFree=1793024/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 3962 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=2896 CPUtime=2.85
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 391 0 0 0 285 0 0 0 25 0 1 0 98944212 2965504 371 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 724 371 74 157 0 564 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 549 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1689312

[startup+6.30162 s]
/proc/loadavg: 0.93 0.98 0.97 2/78 29973
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4100 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=3160 CPUtime=6.05
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 473 0 0 0 605 0 0 0 25 0 1 0 98944212 3235840 453 1992294400 134512640 135156773 4294956080 18446744073709551615 134556288 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 790 453 74 157 0 630 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1689576

[startup+12.7024 s]
/proc/loadavg: 0.94 0.98 0.97 2/78 29973
/proc/meminfo: memFree=1791936/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4100 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=3560 CPUtime=12.44
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 560 0 0 0 1244 0 0 0 25 0 1 0 98944212 3645440 540 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 890 540 74 157 0 730 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 1689976

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.97 2/78 29973
/proc/meminfo: memFree=1791744/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4100 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=3944 CPUtime=25.24
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 637 0 0 0 2524 0 0 0 25 0 1 0 98944212 4038656 617 1992294400 134512640 135156773 4294956080 18446744073709551615 134555065 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 986 617 74 157 0 826 0

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

/proc/29971/statm: 2003 1647 74 157 0 1843 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1694428

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 29981
/proc/meminfo: memFree=1786240/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4101 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=8012 CPUtime=1721.57
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 1700 0 0 0 172153 4 0 0 25 0 1 0 98944212 8204288 1647 1992294400 134512640 135156773 4294956080 18446744073709551615 134556371 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 2003 1647 74 157 0 1843 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1694428

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29981
/proc/meminfo: memFree=1786112/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4101 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=8012 CPUtime=1781.55
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 1700 0 0 0 178151 4 0 0 25 0 1 0 98944212 8204288 1647 1992294400 134512640 135156773 4294956080 18446744073709551615 134556380 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 2003 1647 74 157 0 1843 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1694428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29981
/proc/meminfo: memFree=1786048/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4101 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=8012 CPUtime=1799.75
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 1700 0 0 0 179971 4 0 0 25 0 1 0 98944212 8204288 1647 1992294400 134512640 135156773 4294956080 18446744073709551615 134556460 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 2003 1647 74 157 0 1843 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1694428

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29981
/proc/meminfo: memFree=1786048/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=1686416 CPUtime=0.32
/proc/29960/stat : 29960 (java) S 29958 29960 28724 0 -1 0 4101 0 1 0 30 2 0 0 20 0 12 0 98944188 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29960/statm: 421604 3094 1273 9 0 416515 0
[pid=29971] ppid=29960 vsize=8012 CPUtime=1799.75
/proc/29971/stat : 29971 (minisat) R 29960 29960 28724 0 -1 4194304 1700 0 0 0 179971 4 0 0 25 0 1 0 98944212 8204288 1647 1992294400 134512640 135156773 4294956080 18446744073709551615 134556460 0 4 0 3 0 0 0 17 0 0 0
/proc/29971/statm: 2003 1647 74 157 0 1843 0
[pid=29960/tid=29962] ppid=29958 vsize=1686416 CPUtime=0.2
/proc/29960/task/29962/stat : 29962 (java) S 29958 29960 28724 0 -1 64 2123 0 1 0 19 1 0 0 18 0 12 0 98944189 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29963] ppid=29958 vsize=1686416 CPUtime=0.02
/proc/29960/task/29963/stat : 29963 (java) S 29958 29960 28724 0 -1 64 681 0 0 0 2 0 0 0 16 0 12 0 98944190 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29958 29960 28724 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29958 29960 28724 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98944191 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29966/stat : 29966 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29967] ppid=29958 vsize=1686416 CPUtime=0.08
/proc/29960/task/29967/stat : 29967 (java) S 29958 29960 28724 0 -1 64 425 0 0 0 8 0 0 0 16 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29968] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29958 29960 28724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29960/tid=29969] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29969/stat : 29969 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 98944193 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29970] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29970/stat : 29970 (java) S 29958 29960 28724 0 -1 64 64 0 0 0 0 0 0 0 18 0 12 0 98944212 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=29960/tid=29972] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29972/stat : 29972 (java) S 29958 29960 28724 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29960/tid=29973] ppid=29958 vsize=1686416 CPUtime=0
/proc/29960/task/29973/stat : 29973 (java) S 29958 29960 28724 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 98944213 1726889984 3094 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1694428

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.1
CPU user time (s): 1800.02
CPU system time (s): 0.074988
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 1694464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5851
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= 36642
involuntary context switches= 1874

runsolver used 1.83972 second user time and 4.72828 second system time

The end

Launcher Data

Begin job on node92 at 2009-06-17 01:33:44
IDJOB=1883668
IDBENCH=1445
IDSOLVER=688
FILE ID=node92/1883668-1245195224
PBS_JOBID= 9368336
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= bf7e21954a6ae09c036e6d4bdde8af91
RANDOM SEED=1835882026

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:       1802376 kB
Buffers:         25164 kB
Cached:         163192 kB
SwapCached:        140 kB
Active:          63944 kB
Inactive:       138448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1004 kB
Writeback:           0 kB
Mapped:          23636 kB
Slab:            37032 kB
Committed_AS:   102264 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-1883668-1245195224.opb

Free space on /tmp at the end= 66472 MiB
End job on node92 at 2009-06-17 02:03:46