Trace number 1884580

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-26SAT 194.197 194.421

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q3inK10.opb
MD5SUM020d7973101de0b6ff21f73381b69294
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.00785
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45
Total number of constraints75600
Number of constraints which are clauses75600
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 constraint12
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 23
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

66.16/66.37	------------------------
66.16/66.37	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
66.16/66.37	Size : 0, 907200, 0, 0, 0
66.16/66.37	Count : 0, 75600, 0, 0, 0
66.16/66.37	
66.16/66.37	Command line : minisat tmp.dimacs %var 
66.16/66.37	
66.16/66.37	------------------------
66.26/66.48	This is MiniSat 2.0 beta
66.26/66.48	WARNING: for repeatability, setting FPU to use double precision
66.26/66.48	============================[ Problem Statistics ]=============================
66.26/66.48	|                                                                             |
66.26/66.48	|  Number of variables:  45                                                   |
66.26/66.48	|  Number of clauses:    75600                                                |
66.28/66.63	|  Parsing time:         0.14         s                                       |
193.91/194.16	============================[ Search Statistics ]==============================
193.91/194.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
193.91/194.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
193.91/194.16	===============================================================================
193.91/194.16	|         0 |      45    75600   907200 |    25200        0    nan |  0.000 % |
193.91/194.17	===============================================================================
193.91/194.17	restarts              : 1
193.91/194.17	conflicts             : 0              (0 /sec)
193.91/194.17	decisions             : 31             (0.00 % random) (0 /sec)
193.91/194.17	propagations          : 45             (0 /sec)
193.91/194.17	conflict literals     : 0              ( nan % deleted)
193.91/194.17	Memory used           : 10.39 MB
193.91/194.17	CPU time              : 127.638 s
193.91/194.17	
193.91/194.17	s SATISFIABLE
193.91/194.17	v -x1 -x2 x3 x4 x5 x6 x7 -x8 -x9 -x10 x11 x12 x13 x14 x15 -x16 -x17 x18 x19 x20 x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 

Verifier Data

OK	0

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.01 0.92 3/65 20495
/proc/meminfo: memFree=1732360/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=272 CPUtime=0
/proc/20495/stat : 20495 (java) D 20493 20495 20284 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 193556197 278528 37 1992294400 134512640 134550932 4294956192 18446744073709551615 9757476 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/20495/statm: 68 37 28 9 0 6 0

[startup+0.016964 s]
/proc/loadavg: 1.06 1.01 0.92 3/65 20495
/proc/meminfo: memFree=1732360/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=10208 CPUtime=0
/proc/20495/stat : 20495 (java) D 20493 20495 20284 0 -1 0 381 0 1 0 0 0 0 0 18 0 1 0 193556197 10452992 169 1992294400 134512640 134550932 4294956032 18446744073709551615 9757476 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/20495/statm: 2552 169 132 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10208

[startup+0.103764 s]
/proc/loadavg: 1.06 1.01 0.92 3/65 20495
/proc/meminfo: memFree=1732360/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1681520 CPUtime=0.02
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 1450 0 57 0 0 2 0 0 18 0 3 0 193556197 1721876480 1174 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 420380 1174 683 9 0 415295 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1681520

[startup+0.302779 s]
/proc/loadavg: 1.06 1.01 0.92 3/65 20495
/proc/meminfo: memFree=1732360/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684400 CPUtime=0.21
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 3028 0 80 0 15 6 0 0 18 0 9 0 193556197 1724825600 2594 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421100 2594 1226 9 0 416011 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1684400

[startup+0.701818 s]
/proc/loadavg: 1.06 1.01 0.92 3/65 20495
/proc/meminfo: memFree=1732360/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684772 CPUtime=0.62
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 6015 0 83 0 54 8 0 0 18 0 9 0 193556197 1725206528 5384 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421193 5384 2153 9 0 416104 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1684772

[startup+1.50292 s]
/proc/loadavg: 1.06 1.01 0.92 2/74 20504
/proc/meminfo: memFree=1697984/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1685040 CPUtime=1.43
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 9912 0 83 0 133 10 0 0 18 0 9 0 193556197 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421260 9016 2154 9 0 416171 0
[pid=20495/tid=20497] ppid=20493 vsize=1685040 CPUtime=0.97
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 2057 0 38 0 92 5 0 0 17 0 9 0 193556202 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1685040 CPUtime=0.37
/proc/20495/task/20498/stat : 20498 (java) R 20493 20495 20284 0 -1 64 6880 0 3 0 35 2 0 0 17 0 9 0 193556206 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 103731830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1685040 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1685040 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 15 0 9 0 193556207 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1685040 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685040 CPUtime=0.04
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 282 0 0 0 4 0 0 0 16 0 9 0 193556211 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685040 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685040 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193556211 1725480960 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 1685040

[startup+3.1021 s]
/proc/loadavg: 1.06 1.01 0.92 2/74 20504
/proc/meminfo: memFree=1677952/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684536 CPUtime=3.02
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 17256 0 83 0 289 13 0 0 18 0 9 0 193556197 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421134 15969 2154 9 0 416045 0
[pid=20495/tid=20497] ppid=20493 vsize=1684536 CPUtime=2.04
/proc/20495/task/20497/stat : 20497 (java) R 20493 20495 20284 0 -1 64 2522 0 38 0 198 6 0 0 16 0 9 0 193556202 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4126373555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1684536 CPUtime=0.91
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 13758 0 3 0 86 5 0 0 16 0 9 0 193556206 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1684536 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1684536 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 15 0 9 0 193556207 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1684536 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1684536 CPUtime=0.04
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 283 0 0 0 4 0 0 0 16 0 9 0 193556211 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1684536 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1684536 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193556211 1724964864 15969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 1684536

[startup+6.30146 s]
/proc/loadavg: 1.13 1.03 0.93 2/74 20504
/proc/meminfo: memFree=1616192/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1695928 CPUtime=6.28
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 37065 0 84 0 606 22 0 0 18 0 9 0 193556197 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 423982 32563 2162 9 0 418893 0
[pid=20495/tid=20497] ppid=20493 vsize=1695928 CPUtime=3.8
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 3018 0 39 0 373 7 0 0 17 0 9 0 193556202 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1695928 CPUtime=2.33
/proc/20495/task/20498/stat : 20498 (java) R 20493 20495 20284 0 -1 64 33012 0 3 0 221 12 0 0 17 0 9 0 193556206 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 104190763 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1695928 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1695928 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 15 0 9 0 193556207 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1695928 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1695928 CPUtime=0.1
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 10 0 0 0 15 0 9 0 193556211 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1695928 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1695928 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193556211 1736630272 32563 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1695928

[startup+12.7022 s]
/proc/loadavg: 1.12 1.03 0.93 2/74 20504
/proc/meminfo: memFree=1497728/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684676 CPUtime=12.66
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 73151 0 84 0 1229 37 0 0 18 0 9 0 193556197 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421169 60295 2162 9 0 416080 0
[pid=20495/tid=20497] ppid=20493 vsize=1684676 CPUtime=7.1
/proc/20495/task/20497/stat : 20497 (java) R 20493 20495 20284 0 -1 64 4931 0 39 0 702 8 0 0 17 0 9 0 193556202 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 103564364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1684676 CPUtime=5.41
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 67185 0 3 0 515 26 0 0 17 0 9 0 193556206 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193556207 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1684676 CPUtime=0.1
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 10 0 0 0 15 0 9 0 193556211 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193556211 1725108224 60295 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1684676

[startup+25.5017 s]
/proc/loadavg: 1.09 1.03 0.93 2/74 20504
/proc/meminfo: memFree=1225792/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684676 CPUtime=25.44
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 144437 0 84 0 2476 68 0 0 18 0 9 0 193556197 1725108224 126036 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421169 126038 2162 9 0 416080 0
[pid=20495/tid=20497] ppid=20493 vsize=1684676 CPUtime=14.33
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 6928 0 39 0 1423 10 0 0 16 0 9 0 193556202 1725108224 126039 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1684676 CPUtime=10.96
/proc/20495/task/20498/stat : 20498 (java) R 20493 20495 20284 0 -1 64 136479 0 3 0 1041 55 0 0 17 0 9 0 193556206 1725108224 126041 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1725108224 126043 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193556207 1725108224 126045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1725108224 126046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1684676 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 9 0 193556211 1725108224 126048 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1725108224 126050 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193556211 1725108224 126052 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1684676

[startup+51.1028 s]
/proc/loadavg: 1.06 1.03 0.93 2/74 20504
/proc/meminfo: memFree=774208/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1684676 CPUtime=51
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 265180 0 84 0 4981 119 0 0 18 0 9 0 193556197 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421169 241148 2162 9 0 416080 0
[pid=20495/tid=20497] ppid=20493 vsize=1684676 CPUtime=25.87
/proc/20495/task/20497/stat : 20497 (java) R 20493 20495 20284 0 -1 64 15763 0 39 0 2571 16 0 0 16 0 9 0 193556202 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1684676 CPUtime=24.98
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 248382 0 3 0 2397 101 0 0 17 0 9 0 193556206 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193556207 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193556207 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193556211 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1684676 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 9 0 193556211 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1684676 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193556211 1725108224 241148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20495/tid=20501] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685648 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20505] ppid=20493 vsize=1685648 CPUtime=0.04
/proc/20495/task/20505/stat : 20505 (java) S 20493 20495 20284 0 -1 64 68 0 0 0 0 4 0 0 16 0 12 0 193562834 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20495/tid=20507] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20507/stat : 20507 (java) S 20493 20495 20284 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20495/tid=20508] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20508/stat : 20508 (java) S 20493 20495 20284 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.31
Current children cumulated vsize (KiB) 1699760

[startup+188.702 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1685648 CPUtime=66.28
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 352332 0 85 0 6469 159 0 0 18 0 12 0 193556197 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421412 328016 2165 9 0 416323 0
[pid=20506] ppid=20495 vsize=14112 CPUtime=122.23
/proc/20506/stat : 20506 (minisat) R 20495 20495 20284 0 -1 4194304 3165 0 0 0 12216 7 0 0 25 0 1 0 193562834 14450688 3145 1992294400 134512640 135156773 4294956080 18446744073709551615 134537775 0 4 0 3 0 0 0 17 1 0 0
/proc/20506/statm: 3528 3145 71 157 0 3368 0
[pid=20495/tid=20497] ppid=20493 vsize=1685648 CPUtime=36.07
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 15935 0 40 0 3590 17 0 0 15 0 12 0 193556202 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1685648 CPUtime=30.02
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 335237 0 3 0 2867 135 0 0 16 0 12 0 193556206 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685648 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20505] ppid=20493 vsize=1685648 CPUtime=0.04
/proc/20495/task/20505/stat : 20505 (java) S 20493 20495 20284 0 -1 64 68 0 0 0 0 4 0 0 16 0 12 0 193562834 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20495/tid=20507] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20507/stat : 20507 (java) S 20493 20495 20284 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20495/tid=20508] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20508/stat : 20508 (java) S 20493 20495 20284 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.51
Current children cumulated vsize (KiB) 1699760

[startup+191.903 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1685648 CPUtime=66.28
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 352332 0 85 0 6469 159 0 0 18 0 12 0 193556197 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421412 328016 2165 9 0 416323 0
[pid=20506] ppid=20495 vsize=14112 CPUtime=125.43
/proc/20506/stat : 20506 (minisat) R 20495 20495 20284 0 -1 4194304 3165 0 0 0 12536 7 0 0 25 0 1 0 193562834 14450688 3145 1992294400 134512640 135156773 4294956080 18446744073709551615 134537775 0 4 0 3 0 0 0 17 1 0 0
/proc/20506/statm: 3528 3145 71 157 0 3368 0
[pid=20495/tid=20497] ppid=20493 vsize=1685648 CPUtime=36.07
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 15935 0 40 0 3590 17 0 0 15 0 12 0 193556202 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1685648 CPUtime=30.02
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 335237 0 3 0 2867 135 0 0 16 0 12 0 193556206 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685648 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20505] ppid=20493 vsize=1685648 CPUtime=0.04
/proc/20495/task/20505/stat : 20505 (java) S 20493 20495 20284 0 -1 64 68 0 0 0 0 4 0 0 16 0 12 0 193562834 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20495/tid=20507] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20507/stat : 20507 (java) S 20493 20495 20284 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20495/tid=20508] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20508/stat : 20508 (java) S 20493 20495 20284 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.71
Current children cumulated vsize (KiB) 1699760

[startup+193.502 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1685648 CPUtime=66.28
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 352332 0 85 0 6469 159 0 0 18 0 12 0 193556197 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421412 328016 2165 9 0 416323 0
[pid=20506] ppid=20495 vsize=14112 CPUtime=127.03
/proc/20506/stat : 20506 (minisat) R 20495 20495 20284 0 -1 4194304 3165 0 0 0 12696 7 0 0 25 0 1 0 193562834 14450688 3145 1992294400 134512640 135156773 4294956080 18446744073709551615 134538193 0 4 0 3 0 0 0 17 1 0 0
/proc/20506/statm: 3528 3145 71 157 0 3368 0
[pid=20495/tid=20497] ppid=20493 vsize=1685648 CPUtime=36.07
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 15935 0 40 0 3590 17 0 0 15 0 12 0 193556202 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1685648 CPUtime=30.02
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 335237 0 3 0 2867 135 0 0 16 0 12 0 193556206 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685648 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20505] ppid=20493 vsize=1685648 CPUtime=0.04
/proc/20495/task/20505/stat : 20505 (java) S 20493 20495 20284 0 -1 64 68 0 0 0 0 4 0 0 16 0 12 0 193562834 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20495/tid=20507] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20507/stat : 20507 (java) S 20493 20495 20284 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20495/tid=20508] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20508/stat : 20508 (java) S 20493 20495 20284 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.31
Current children cumulated vsize (KiB) 1699760

[startup+193.901 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=1685648 CPUtime=66.28
/proc/20495/stat : 20495 (java) S 20493 20495 20284 0 -1 0 352332 0 85 0 6469 159 0 0 18 0 12 0 193556197 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 421412 328016 2165 9 0 416323 0
[pid=20506] ppid=20495 vsize=14112 CPUtime=127.43
/proc/20506/stat : 20506 (minisat) R 20495 20495 20284 0 -1 4194304 3165 0 0 0 12736 7 0 0 25 0 1 0 193562834 14450688 3145 1992294400 134512640 135156773 4294956080 18446744073709551615 134537648 0 4 0 3 0 0 0 17 1 0 0
/proc/20506/statm: 3528 3145 71 157 0 3368 0
[pid=20495/tid=20497] ppid=20493 vsize=1685648 CPUtime=36.07
/proc/20495/task/20497/stat : 20497 (java) S 20493 20495 20284 0 -1 64 15935 0 40 0 3590 17 0 0 15 0 12 0 193556202 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20498] ppid=20493 vsize=1685648 CPUtime=30.02
/proc/20495/task/20498/stat : 20498 (java) S 20493 20495 20284 0 -1 64 335237 0 3 0 2867 135 0 0 16 0 12 0 193556206 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20499] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20499/stat : 20499 (java) S 20493 20495 20284 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20500] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20500/stat : 20500 (java) S 20493 20495 20284 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193556207 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20501] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20501/stat : 20501 (java) S 20493 20495 20284 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20502] ppid=20493 vsize=1685648 CPUtime=0.11
/proc/20495/task/20502/stat : 20502 (java) S 20493 20495 20284 0 -1 64 342 0 0 0 11 0 0 0 16 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20495/tid=20503] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20503/stat : 20503 (java) S 20493 20495 20284 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20504] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20504/stat : 20504 (java) S 20493 20495 20284 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193556211 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20495/tid=20505] ppid=20493 vsize=1685648 CPUtime=0.04
/proc/20495/task/20505/stat : 20505 (java) S 20493 20495 20284 0 -1 64 68 0 0 0 0 4 0 0 16 0 12 0 193562834 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=20495/tid=20507] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20507/stat : 20507 (java) S 20493 20495 20284 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20495/tid=20508] ppid=20493 vsize=1685648 CPUtime=0
/proc/20495/task/20508/stat : 20508 (java) S 20493 20495 20284 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 193562845 1726103552 328016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.71
Current children cumulated vsize (KiB) 1699760

[startup+194.301 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=0 CPUtime=194.06
/proc/20495/stat : 20495 (java) Z 20493 20495 20284 0 -1 12 352489 3174 85 0 6470 166 12763 7 16 0 2 0 193556197 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.06
Current children cumulated vsize (KiB) 0

[startup+194.401 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 20508
/proc/meminfo: memFree=393696/2055920 swapFree=4176004/4192956
[pid=20495] ppid=20493 vsize=0 CPUtime=194.16
/proc/20495/stat : 20495 (java) Z 20493 20495 20284 0 -1 12 352489 3174 85 0 6470 176 12763 7 16 0 2 0 193556197 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20495/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.16
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 194.421
CPU time (s): 194.197
CPU user time (s): 192.339
CPU system time (s): 1.85872
CPU usage (%): 99.8852
Max. virtual memory (cumulated for all children) (KiB): 1699760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.339
system time used= 1.85872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355663
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5075
involuntary context switches= 1606

runsolver used 0.212967 second user time and 0.52292 second system time

The end

Launcher Data

Begin job on node74 at 2009-06-17 19:26:09
IDJOB=1884580
IDBENCH=71971
IDSOLVER=688
FILE ID=node74/1884580-1245259569
PBS_JOBID= 9372388
Free space on /tmp= 103012 MiB

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

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

MD5SUM BENCH= 020d7973101de0b6ff21f73381b69294
RANDOM SEED=346662590

node74.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.218
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.218
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:       1732904 kB
Buffers:         40756 kB
Cached:         216544 kB
SwapCached:      10348 kB
Active:          46672 kB
Inactive:       224560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732904 kB
SwapTotal:     4192956 kB
SwapFree:      4176004 kB
Dirty:            7628 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            37572 kB
Committed_AS:   100688 kB
PageTables:       1444 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-1884580-1245259569.opb

Free space on /tmp at the end= 103012 MiB
End job on node74 at 2009-06-17 19:29:24