Trace number 1883739

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.09 1800.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
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.023996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.23/0.27	------------------------
0.23/0.27	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.23/0.27	Size : 0, 8820, 0, 0, 0
0.23/0.27	Count : 0, 41, 0, 0, 0
0.23/0.27	
0.23/0.27	Command line : minisat tmp.dimacs %var 
0.23/0.27	
0.23/0.27	------------------------
0.23/0.28	This is MiniSat 2.0 beta
0.23/0.28	WARNING: for repeatability, setting FPU to use double precision
0.23/0.28	============================[ Problem Statistics ]=============================
0.23/0.28	|                                                                             |
0.23/0.28	|  Number of variables:  420                                                  |
0.23/0.28	|  Number of clauses:    4221                                                 |
0.23/0.28	|  Parsing time:         0.00         s                                       |
0.33/0.30	============================[ Search Statistics ]==============================
0.33/0.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.33/0.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.33/0.30	===============================================================================
0.33/0.30	|         0 |     399     4200    15960 |     1400        0    nan |  0.000 % |
0.33/0.30	|       101 |     399     4200    15960 |     1540      101     84 |  0.001 % |
0.33/0.31	|       251 |     399     4200    15960 |     1694      251    105 |  0.001 % |
0.33/0.32	|       477 |     399     4200    15960 |     1863      477    115 |  0.001 % |
0.33/0.33	|       814 |     399     4200    15960 |     2049      814    139 |  0.001 % |
0.33/0.38	|      1321 |     399     4200    15960 |     2254     1321    175 |  0.001 % |
0.33/0.47	|      2081 |     399     4200    15960 |     2480     2081    189 |  0.001 % |
0.33/0.59	|      3220 |     399     4200    15960 |     2728     1856    194 |  0.001 % |
0.33/0.70	|      4930 |     399     4200    15960 |     3001     2062    131 |  0.001 % |
0.33/0.84	|      7492 |     399     4200    15960 |     3301     2939    112 |  0.001 % |
1.14/1.17	|     11336 |     399     4200    15960 |     3631     3137    136 |  0.001 % |
1.64/1.65	|     17104 |     399     4200    15960 |     3994     3018    106 |  0.001 % |
2.54/2.52	|     25753 |     399     4200    15960 |     4393     3085    148 |  0.001 % |
4.44/4.47	|     38728 |     399     4200    15960 |     4833     4564    191 |  0.001 % |
8.43/8.46	|     58191 |     399     4200    15960 |     5316     4075    189 |  0.001 % |
15.34/15.31	|     87384 |     399     4200    15960 |     5848     3200    195 |  0.001 % |
22.43/22.47	|    131173 |     399     4200    15960 |     6432     4287    152 |  0.001 % |
35.62/35.69	|    196857 |     399     4200    15960 |     7076     5899    114 |  0.001 % |
51.12/51.11	|    295386 |     399     4200    15960 |     7783     4240    119 |  0.001 % |
79.22/79.27	|    443175 |     399     4200    15960 |     8562     6444    175 |  0.001 % |
126.20/126.23	|    664858 |     399     4200    15960 |     9418     4594    190 |  0.001 % |
206.68/206.74	|    997383 |     399     4200    15960 |    10360     5183    176 |  0.001 % |
289.46/289.52	|   1496174 |     399     4200    15960 |    11396     6030    122 |  0.001 % |
468.91/469.05	|   2244359 |     399     4200    15960 |    12536     6284    123 |  0.001 % |
756.04/756.22	|   3366635 |     399     4200    15960 |    13789    11559    115 |  0.001 % |
1249.10/1249.46	|   5050047 |     399     4200    15960 |    15168    12500    123 |  0.001 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883739-1245195433/watcher-1883739-1245195433 -o /tmp/evaluation-result-1883739-1245195433/solver-1883739-1245195433 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883739-1245195433.opb minisat %dimacs %var 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11264
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=152 CPUtime=0
/proc/11264/stat : 11264 (java) R 11262 11264 11042 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 176032627 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 8732971 0 0 4096 0 0 0 0 17 1 0 0
/proc/11264/statm: 38 26 19 9 0 4 0

[startup+0.0876379 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11264
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1684412 CPUtime=0.07
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 2762 0 1 0 6 1 0 0 18 0 9 0 176032627 1724837888 2257 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421103 2257 1213 9 0 416014 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1684412

[startup+0.101637 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11264
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1684412 CPUtime=0.1
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 2872 0 1 0 9 1 0 0 18 0 9 0 176032627 1724837888 2363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421103 2363 1233 9 0 416014 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684412

[startup+0.301656 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11264
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 3768 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3007 1269 9 0 416293 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685528

[startup+0.701692 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11264
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 3853 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685528

[startup+1.50276 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 11277
/proc/meminfo: memFree=1642632/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 3870 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=4740 CPUtime=1.21
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 858 0 0 0 121 0 0 0 25 0 1 0 176032655 4853760 839 1992294400 134512640 135156773 4294956080 18446744073709551615 134556288 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 1185 839 75 157 0 1025 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 489 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 1690268

[startup+3.1029 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 11277
/proc/meminfo: memFree=1641416/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 3871 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=6324 CPUtime=2.81
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 1270 0 0 0 281 0 0 0 25 0 1 0 176032655 6475776 1251 1992294400 134512640 135156773 4294956080 18446744073709551615 134556371 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 1581 1251 75 157 0 1421 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 489 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1691852

[startup+6.30218 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 11277
/proc/meminfo: memFree=1639432/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=7248 CPUtime=6
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 1499 0 0 0 600 0 0 0 25 0 1 0 176032655 7421952 1480 1992294400 134512640 135156773 4294956080 18446744073709551615 134556410 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 1812 1480 75 157 0 1652 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1692776

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 11277
/proc/meminfo: memFree=1638024/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=8568 CPUtime=12.4
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 1810 0 0 0 1239 1 0 0 25 0 1 0 176032655 8773632 1791 1992294400 134512640 135156773 4294956080 18446744073709551615 134552714 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 2142 1791 75 157 0 1982 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 1694096

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/80 11277
/proc/meminfo: memFree=1636872/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.33
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 31 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=9492 CPUtime=25.2
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 2063 0 0 0 2519 1 0 0 25 0 1 0 176032655 9719808 2044 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 2373 2044 75 157 0 2213 0

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

/proc/11275/statm: 7132 6774 75 157 0 6972 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1714056

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11285
/proc/meminfo: memFree=1616008/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.34
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 32 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=28528 CPUtime=1721.54
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 6819 0 0 0 172149 5 0 0 25 0 1 0 176032655 29212672 6774 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 7132 6774 75 157 0 6972 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1714056

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11285
/proc/meminfo: memFree=1616008/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.34
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 32 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=28528 CPUtime=1781.53
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 6819 0 0 0 178148 5 0 0 25 0 1 0 176032655 29212672 6774 1992294400 134512640 135156773 4294956080 18446744073709551615 134556398 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 7132 6774 75 157 0 6972 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1714056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11285
/proc/meminfo: memFree=1615304/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.34
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 32 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=29188 CPUtime=1799.72
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 6994 0 0 0 179967 5 0 0 25 0 1 0 176032655 29888512 6949 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 7297 6949 75 157 0 7137 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1714716

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.00 1.00 2/80 11285
/proc/meminfo: memFree=1615304/2055920 swapFree=4192956/4192956
[pid=11264] ppid=11262 vsize=1685528 CPUtime=0.34
/proc/11264/stat : 11264 (java) S 11262 11264 11042 0 -1 0 4009 0 1 0 32 2 0 0 18 0 12 0 176032627 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11264/statm: 421382 3010 1269 9 0 416293 0
[pid=11275] ppid=11264 vsize=29188 CPUtime=1799.72
/proc/11275/stat : 11275 (minisat) R 11264 11264 11042 0 -1 4194304 6994 0 0 0 179967 5 0 0 25 0 1 0 176032655 29888512 6949 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 1 0 0
/proc/11275/statm: 7297 6949 75 157 0 7137 0
[pid=11264/tid=11266] ppid=11262 vsize=1685528 CPUtime=0.23
/proc/11264/task/11266/stat : 11266 (java) S 11262 11264 11042 0 -1 64 2133 0 1 0 22 1 0 0 18 0 12 0 176032629 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11267] ppid=11262 vsize=1685528 CPUtime=0.01
/proc/11264/task/11267/stat : 11267 (java) S 11262 11264 11042 0 -1 64 619 0 0 0 1 0 0 0 16 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11268] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11268/stat : 11268 (java) S 11262 11264 11042 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11269] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11269/stat : 11269 (java) S 11262 11264 11042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176032630 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11270] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11270/stat : 11270 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11271] ppid=11262 vsize=1685528 CPUtime=0.06
/proc/11264/task/11271/stat : 11271 (java) S 11262 11264 11042 0 -1 64 396 0 0 0 6 0 0 0 16 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11264/tid=11272] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11272/stat : 11272 (java) S 11262 11264 11042 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11273] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11273/stat : 11273 (java) S 11262 11264 11042 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 176032632 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11264/tid=11274] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11274/stat : 11274 (java) S 11262 11264 11042 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 176032655 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=11264/tid=11276] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11276/stat : 11276 (java) S 11262 11264 11042 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=11264/tid=11277] ppid=11262 vsize=1685528 CPUtime=0
/proc/11264/task/11277/stat : 11277 (java) S 11262 11264 11042 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 176032656 1725980672 3010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1714716

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.09
CPU user time (s): 1800.01
CPU system time (s): 0.084987
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1714716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11506
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= 36709
involuntary context switches= 11278

runsolver used 2.02569 second user time and 4.54631 second system time

The end

Launcher Data

Begin job on node68 at 2009-06-17 01:37:13
IDJOB=1883739
IDBENCH=2598
IDSOLVER=688
FILE ID=node68/1883739-1245195433
PBS_JOBID= 9368326
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=725574223

node68.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:       1653264 kB
Buffers:         41776 kB
Cached:         264972 kB
SwapCached:          0 kB
Active:          44740 kB
Inactive:       278412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          26496 kB
Slab:            65160 kB
Committed_AS:    93056 kB
PageTables:       1568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883739-1245195433.opb

Free space on /tmp at the end= 66472 MiB
End job on node68 at 2009-06-17 02:07:16