Trace number 1883985

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-26UNSAT 37.1424 37.0898

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-11-10.opb
MD5SUM5f6dec86c5ff7bb6eb57b379c0139788
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.121981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints561
Number of constraints which are clauses561
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
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 11
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.11/0.19	------------------------
0.11/0.19	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.11/0.19	Size : 0, 1210, 0, 0, 0
0.11/0.19	Count : 0, 561, 0, 0, 0
0.11/0.19	
0.11/0.19	Command line : minisat tmp.dimacs %var 
0.11/0.19	
0.11/0.19	------------------------
0.26/0.20	This is MiniSat 2.0 beta
0.26/0.20	WARNING: for repeatability, setting FPU to use double precision
0.26/0.20	============================[ Problem Statistics ]=============================
0.26/0.20	|                                                                             |
0.26/0.20	|  Number of variables:  1                                                    |
0.26/0.20	|  Number of clauses:    2                                                    |
0.26/0.20	|  Parsing time:         0.00         s                                       |
0.26/0.20	============================[ Search Statistics ]==============================
0.26/0.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.20	===============================================================================
0.26/0.20	|         0 |      97      530     1840 |      176        0    nan |  0.000 % |
0.26/0.20	|       100 |      97      530     1840 |      194      100     31 |  0.008 % |
0.26/0.20	|       250 |      97      530     1840 |      213      250     40 |  0.008 % |
0.26/0.21	|       475 |      97      530     1840 |      235      221     39 |  0.008 % |
0.26/0.21	|       812 |      97      530     1840 |      258      258     40 |  0.008 % |
0.26/0.22	|      1318 |      97      530     1840 |      284      316     38 |  0.008 % |
0.26/0.24	|      2077 |      97      530     1840 |      312      232     35 |  0.008 % |
0.26/0.26	|      3216 |      97      530     1840 |      344      266     34 |  0.008 % |
0.26/0.29	|      4925 |      97      530     1840 |      378      385     35 |  0.008 % |
0.26/0.34	|      7489 |      97      530     1840 |      416      248     34 |  0.008 % |
0.26/0.42	|     11333 |      97      530     1840 |      458      292     32 |  0.008 % |
0.26/0.54	|     17100 |      97      530     1840 |      504      387     37 |  0.008 % |
0.26/0.72	|     25751 |      97      530     1840 |      554      464     36 |  0.008 % |
0.26/0.99	|     38725 |      97      530     1840 |      609      547     34 |  0.008 % |
1.46/1.40	|     58187 |      97      530     1840 |      670      526     34 |  0.008 % |
2.06/2.07	|     87379 |      97      530     1840 |      737      534     34 |  0.008 % |
3.06/3.09	|    131169 |      97      530     1840 |      811      508     30 |  0.008 % |
4.66/4.63	|    196856 |      97      530     1840 |      892      557     32 |  0.008 % |
7.15/7.15	|    295383 |      97      530     1840 |      982      778     34 |  0.008 % |
10.96/10.92	|    443172 |      97      530     1840 |     1080      652     32 |  0.008 % |
16.95/16.96	|    664856 |      97      530     1840 |     1188      670     32 |  0.008 % |
26.24/26.25	|    997381 |      97      530     1840 |     1307     1227     34 |  0.008 % |
37.04/37.07	===============================================================================
37.04/37.07	restarts              : 22
37.04/37.07	conflicts             : 1387410        (37643 /sec)
37.04/37.07	decisions             : 1650795        (1.43 % random) (44789 /sec)
37.04/37.07	propagations          : 17716699       (480682 /sec)
37.04/37.07	conflict literals     : 49517214       (5.94 % deleted)
37.04/37.07	Memory used           : 2.44 MB
37.04/37.07	CPU time              : 36.8574 s
37.04/37.07	
37.04/37.07	s UNSATISFIABLE

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-1883985-1245239522/watcher-1883985-1245239522 -o /tmp/evaluation-result-1883985-1245239522/solver-1883985-1245239522 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883985-1245239522.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 3472
/proc/meminfo: memFree=1847360/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1620 CPUtime=0
/proc/3472/stat : 3472 (java) R 3470 3472 3162 0 -1 0 187 0 0 0 0 0 0 0 18 0 1 0 191551937 1658880 159 1992294400 134512640 134550932 4294956192 18446744073709551615 10359802 0 0 4096 0 0 0 0 17 0 0 0
/proc/3472/statm: 405 160 124 9 0 47 0

[startup+0.0565329 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 3472
/proc/meminfo: memFree=1847360/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1685136 CPUtime=0.05
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 2503 0 1 0 3 2 0 0 18 0 9 0 191551937 1725579264 2004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421319 2010 1138 9 0 416230 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1685136

[startup+0.101537 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 3472
/proc/meminfo: memFree=1847360/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1685276 CPUtime=0.11
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 2865 0 1 0 9 2 0 0 18 0 9 0 191551937 1725722624 2360 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421319 2360 1215 9 0 416230 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685276

[startup+0.301554 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 3472
/proc/meminfo: memFree=1847360/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3583 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1686248

[startup+0.701586 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 3472
/proc/meminfo: memFree=1847360/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3583 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1686248

[startup+1.50166 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1840856/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3604 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2100 CPUtime=1.3
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 179 0 0 0 130 0 0 0 25 0 1 0 191551957 2150400 159 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 525 159 74 157 0 365 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 219 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1688348

[startup+3.1028 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1840600/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3604 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2100 CPUtime=2.9
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 191 0 0 0 290 0 0 0 25 0 1 0 191551957 2150400 171 1992294400 134512640 135156773 4294956080 18446744073709551615 134556380 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 525 171 74 157 0 365 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 219 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1688348

[startup+6.30209 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1840216/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2232 CPUtime=6.09
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 218 0 0 0 609 0 0 0 25 0 1 0 191551957 2285568 198 1992294400 134512640 135156773 4294956080 18446744073709551615 134554199 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 558 198 74 157 0 398 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1688480

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839960/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2364 CPUtime=12.49
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 246 0 0 0 1249 0 0 0 25 0 1 0 191551957 2420736 226 1992294400 134512640 135156773 4294956080 18446744073709551615 134549068 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 591 226 74 157 0 431 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 1688612

[startup+25.5028 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839896/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2364 CPUtime=25.28
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 265 0 0 0 2528 0 0 0 25 0 1 0 191551957 2420736 245 1992294400 134512640 135156773 4294956080 18446744073709551615 134554643 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 591 245 74 157 0 431 0

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


[startup+35.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839832/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2496 CPUtime=34.88
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 287 0 0 0 3488 0 0 0 25 0 1 0 191551957 2555904 267 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 624 267 74 157 0 464 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 1688744

[startup+35.9018 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839832/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2496 CPUtime=35.68
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 287 0 0 0 3568 0 0 0 25 0 1 0 191551957 2555904 267 1992294400 134512640 135156773 4294956080 18446744073709551615 134552747 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 624 267 74 157 0 464 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 1688744

[startup+36.7018 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839832/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2496 CPUtime=36.48
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 287 0 0 0 3648 0 0 0 25 0 1 0 191551957 2555904 267 1992294400 134512640 135156773 4294956080 18446744073709551615 134556410 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 624 267 74 157 0 464 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.74
Current children cumulated vsize (KiB) 1688744

[startup+36.9019 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839832/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2496 CPUtime=36.68
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 287 0 0 0 3668 0 0 0 25 0 1 0 191551957 2555904 267 1992294400 134512640 135156773 4294956080 18446744073709551615 134556273 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 624 267 74 157 0 464 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.94
Current children cumulated vsize (KiB) 1688744

[startup+37.0019 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3485
/proc/meminfo: memFree=1839832/2055920 swapFree=4181500/4192956
[pid=3472] ppid=3470 vsize=1686248 CPUtime=0.26
/proc/3472/stat : 3472 (java) S 3470 3472 3162 0 -1 0 3743 0 1 0 24 2 0 0 18 0 12 0 191551937 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3472/statm: 421562 2745 1271 9 0 416473 0
[pid=3483] ppid=3472 vsize=2496 CPUtime=36.78
/proc/3483/stat : 3483 (minisat) R 3472 3472 3162 0 -1 4194304 287 0 0 0 3678 0 0 0 25 0 1 0 191551957 2555904 267 1992294400 134512640 135156773 4294956080 18446744073709551615 134549180 0 4 0 3 0 0 0 17 0 0 0
/proc/3483/statm: 624 267 74 157 0 464 0
[pid=3472/tid=3474] ppid=3470 vsize=1686248 CPUtime=0.17
/proc/3472/task/3474/stat : 3474 (java) S 3470 3472 3162 0 -1 64 2108 0 1 0 16 1 0 0 19 0 12 0 191551938 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3475] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3475/stat : 3475 (java) S 3470 3472 3162 0 -1 64 351 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3476] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3476/stat : 3476 (java) S 3470 3472 3162 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3477] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3477/stat : 3477 (java) S 3470 3472 3162 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 191551939 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3478] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3478/stat : 3478 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3479] ppid=3470 vsize=1686248 CPUtime=0.07
/proc/3472/task/3479/stat : 3479 (java) S 3470 3472 3162 0 -1 64 404 0 0 0 7 0 0 0 17 0 12 0 191551941 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3472/tid=3480] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3480/stat : 3480 (java) S 3470 3472 3162 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3481] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3481/stat : 3481 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 191551942 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3472/tid=3482] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3482/stat : 3482 (java) S 3470 3472 3162 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3472/tid=3484] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3484/stat : 3484 (java) S 3470 3472 3162 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3472/tid=3485] ppid=3470 vsize=1686248 CPUtime=0
/proc/3472/task/3485/stat : 3485 (java) S 3470 3472 3162 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 191551957 1726717952 2745 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.04
Current children cumulated vsize (KiB) 1688744

Child status: 0
Real time (s): 37.0898
CPU time (s): 37.1424
CPU user time (s): 37.1094
CPU system time (s): 0.032994
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 1688744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1094
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4085
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= 955
involuntary context switches= 915

runsolver used 0.043993 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 13:52:02
IDJOB=1883985
IDBENCH=2594
IDSOLVER=688
FILE ID=node25/1883985-1245239522
PBS_JOBID= 9372313
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 5f6dec86c5ff7bb6eb57b379c0139788
RANDOM SEED=1189342579

node25.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.238
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.238
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:       1847904 kB
Buffers:         31344 kB
Cached:          99248 kB
SwapCached:       5884 kB
Active:          45120 kB
Inactive:        93960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847904 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:          13644 kB
Slab:            54980 kB
Committed_AS:   227396 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-1883985-1245239522.opb

Free space on /tmp at the end= 66312 MiB
End job on node25 at 2009-06-17 13:52:39