Trace number 296421

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, and are wall clock time (not CPU 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
SAT4J SAT 2007UNSAT 145.88 145.56

General information on the benchmark

Namerandom/OnTreshold/7SAT/v45/
unif-k7-r89-v45-c4005-S1065385609-07.UNSAT.shuffled.cnf
MD5SUM66e7f727b13be92000d7d61d02c29f2d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.632
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses4005
Sum of the clauses size28035
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54005

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1703279312
0.09/0.15	c Max memory 1706164224
0.09/0.15	c Total memory 1706164224
0.09/0.15	c Number of processors 2
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c Expensive reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c timeout: 2147483s
0.09/0.20	c solving /tmp/evaluation/296421-1171823381/instance-296421-1171823381.cnf
0.09/0.20	c reading problem ... 
0.36/0.31	c ... done. Wall clock time 0.112s.
0.36/0.31	c CPU time (experimental) 0.23s.
0.36/0.31	c #vars     45
0.36/0.31	c #constraints  4005
145.80/145.50	c starts		: 24
145.80/145.50	c conflicts		: 2577957
145.80/145.50	c decisions		: 2820000
145.80/145.50	c propagations		: 19629944
145.80/145.50	c inspects		: 1015779856
145.80/145.50	c learnt literals	: 20
145.80/145.50	c learnt binary clauses	: 165
145.80/145.50	c learnt ternary clauses	: 898
145.80/145.50	c learnt clauses	: 4649
145.80/145.50	c root simplifications	: 0
145.80/145.50	c removed literals (reason simplification)	: 10439419
145.80/145.50	c reason swapping (by a shorter reason)	: 0
145.80/145.50	c Calls to reduceDB	: 0
145.80/145.50	c speed (decisions/second)	: 19423.62794798325
145.80/145.50	c non guided choices	24
145.80/145.50	s UNSATISFIABLE
145.80/145.50	c Total wall clock time (in seconds) : 145.297
145.80/145.50	c Total CPU time (experimental, in seconds) : 145.22

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-296421-1171823381 -o ROOT/results/node43/solver-296421-1171823381 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/296421-1171823381/sat4j-sat2007.jar /tmp/evaluation/296421-1171823381/instance-296421-1171823381.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 15129
/proc/meminfo: memFree=547824/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=152 CPUtime=0
/proc/15129/stat : 15129 (java) R 15127 15129 13755 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 202294134 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4731684 0 0 4096 0 0 0 0 17 1 0 0
/proc/15129/statm: 38 26 19 9 0 4 0

[startup+0.107205 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 15129
/proc/meminfo: memFree=547824/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1831644 CPUtime=0.09
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 4057 0 1 0 7 2 0 0 18 0 12 0 202294134 1875603456 3798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 457911 3798 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.515273 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 15129
/proc/meminfo: memFree=547824/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1837864 CPUtime=0.71
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 6871 0 1 0 67 4 0 0 18 0 13 0 202294134 1881972736 5940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459466 5940 1304 9 0 457078 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1837864

[startup+1.3374 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15142
/proc/meminfo: memFree=527944/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1837864 CPUtime=1.68
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 7266 0 1 0 164 4 0 0 18 0 13 0 202294134 1881972736 6287 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459466 6287 1311 9 0 457078 0
[pid=15129/tid=15131] ppid=15127 vsize=1837864 CPUtime=1.13
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 4444 0 1 0 110 3 0 0 25 0 13 0 202294135 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109521573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 202294137 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 202294137 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 202294139 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 202294139 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 202294139 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1837864 CPUtime=0.26
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 879 0 0 0 26 0 0 0 16 0 13 0 202294143 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1837864 CPUtime=0.27
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1222 0 0 0 27 0 0 0 16 0 13 0 202294143 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1881972736 6288 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1837864

[startup+2.98067 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15142
/proc/meminfo: memFree=525704/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1837864 CPUtime=3.32
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 8057 0 1 0 328 4 0 0 18 0 13 0 202294134 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459466 7077 1311 9 0 457078 0
[pid=15129/tid=15131] ppid=15127 vsize=1837864 CPUtime=2.77
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 5234 0 1 0 274 3 0 0 25 0 13 0 202294135 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583711 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 202294137 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 202294137 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 202294139 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 202294139 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 202294139 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1837864 CPUtime=0.26
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 879 0 0 0 26 0 0 0 16 0 13 0 202294143 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1837864 CPUtime=0.27
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1222 0 0 0 27 0 0 0 16 0 13 0 202294143 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1837864 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1881972736 7077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1837864

[startup+6.27822 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15142
/proc/meminfo: memFree=519560/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=6.62
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 9625 0 1 0 657 5 0 0 18 0 13 0 202294134 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 8485 1311 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=6.07
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 6802 0 1 0 603 4 0 0 25 0 13 0 202294135 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109540963 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 202294137 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 202294137 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 202294139 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 202294139 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.26
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 879 0 0 0 26 0 0 0 16 0 13 0 202294143 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.27
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1222 0 0 0 27 0 0 0 16 0 13 0 202294143 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 8485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 1836516

[startup+12.7653 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15142
/proc/meminfo: memFree=506760/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=13.11
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 12644 0 1 0 1304 7 0 0 18 0 13 0 202294134 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 11504 1311 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=12.55
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 9821 0 1 0 1250 5 0 0 25 0 13 0 202294135 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583711 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 202294137 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 202294137 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 202294139 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 202294139 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.26
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 879 0 0 0 26 0 0 0 16 0 13 0 202294143 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.27
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1222 0 0 0 27 0 0 0 16 0 13 0 202294143 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 11504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 1836516

[startup+25.6294 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15142
/proc/meminfo: memFree=483912/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=25.98
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 18560 0 1 0 2588 10 0 0 18 0 13 0 202294134 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 17420 1315 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=25.4
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 15735 0 1 0 2532 8 0 0 25 0 13 0 202294135 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 202294137 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 202294137 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 202294139 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 202294139 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.27
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 880 0 0 0 27 0 0 0 16 0 13 0 202294143 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.28
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1223 0 0 0 28 0 0 0 16 0 13 0 202294143 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 17420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.98

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

[pid=15129] ppid=15127 vsize=1836516 CPUtime=138.68
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 41836 0 1 0 13848 20 0 0 18 0 13 0 202294134 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 40685 1324 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=138.07
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 38830 0 1 0 13789 18 0 0 25 0 13 0 202294135 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509530 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.29
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 881 0 0 0 29 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.28
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1223 0 0 0 28 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.68
Current children cumulated vsize (KiB) 1836516

[startup+141.637 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 15142
/proc/meminfo: memFree=389128/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=141.96
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 41836 0 1 0 14176 20 0 0 18 0 13 0 202294134 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 40685 1324 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=141.35
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 38830 0 1 0 14117 18 0 0 25 0 13 0 202294135 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.29
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 881 0 0 0 29 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.28
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1223 0 0 0 28 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.96
Current children cumulated vsize (KiB) 1836516

[startup+143.289 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 15142
/proc/meminfo: memFree=389128/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=143.61
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 41836 0 1 0 14341 20 0 0 18 0 13 0 202294134 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 40685 1324 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=143.01
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 38830 0 1 0 14283 18 0 0 25 0 13 0 202294135 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.29
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 881 0 0 0 29 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.28
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1223 0 0 0 28 0 0 0 16 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 40685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.61
Current children cumulated vsize (KiB) 1836516

[startup+144.935 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 15142
/proc/meminfo: memFree=389128/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=145.29
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 41839 0 1 0 14509 20 0 0 18 0 13 0 202294134 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 40688 1324 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=144.66
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 38831 0 1 0 14448 18 0 0 25 0 13 0 202294135 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631362 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.29
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 881 0 0 0 29 0 0 0 16 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.3
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1225 0 0 0 30 0 0 0 17 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.29
Current children cumulated vsize (KiB) 1836516

[startup+145.347 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 15142
/proc/meminfo: memFree=389128/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=1836516 CPUtime=145.69
/proc/15129/stat : 15129 (java) S 15127 15129 13755 0 -1 0 41839 0 1 0 14549 20 0 0 18 0 13 0 202294134 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 459129 40688 1324 9 0 456741 0
[pid=15129/tid=15131] ppid=15127 vsize=1836516 CPUtime=145.06
/proc/15129/task/15131/stat : 15131 (java) R 15127 15129 13755 0 -1 64 38831 0 1 0 14488 18 0 0 25 0 13 0 202294135 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15132] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15132/stat : 15132 (java) S 15127 15129 13755 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15133] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15133/stat : 15133 (java) S 15127 15129 13755 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 202294137 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15134] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15134/stat : 15134 (java) S 15127 15129 13755 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15135] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15135/stat : 15135 (java) S 15127 15129 13755 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15136] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15136/stat : 15136 (java) S 15127 15129 13755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 202294139 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15137] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15137/stat : 15137 (java) S 15127 15129 13755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15138] ppid=15127 vsize=1836516 CPUtime=0.29
/proc/15129/task/15138/stat : 15138 (java) S 15127 15129 13755 0 -1 64 881 0 0 0 29 0 0 0 16 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15139] ppid=15127 vsize=1836516 CPUtime=0.3
/proc/15129/task/15139/stat : 15139 (java) S 15127 15129 13755 0 -1 64 1225 0 0 0 30 0 0 0 17 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15140] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15140/stat : 15140 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15129/tid=15141] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15141/stat : 15141 (java) S 15127 15129 13755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 202294143 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15129/tid=15142] ppid=15127 vsize=1836516 CPUtime=0
/proc/15129/task/15142/stat : 15142 (java) S 15127 15129 13755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 202294165 1880592384 40688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.69
Current children cumulated vsize (KiB) 1836516

[startup+145.552 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 15142
/proc/meminfo: memFree=389128/2055920 swapFree=4183376/4192956
[pid=15129] ppid=15127 vsize=0 CPUtime=145.86
/proc/15129/stat : 15129 (java) Z 15127 15129 13755 0 -1 1036 41848 0 1 0 14565 21 0 0 16 0 2 0 202294134 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15129/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.86
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 145.56
CPU time (s): 145.88
CPU user time (s): 145.653
CPU system time (s): 0.226965
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 1837864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.653
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41848
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= 3349
involuntary context switches= 3266

runsolver used 0.164974 second user time and 0.362944 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Feb 18 18:29:41 UTC 2007

IDJOB= 296421
IDBENCH= 19937
IDSOLVER= 96
FILE ID= node43/296421-1171823381

PBS_JOBID= 3839636

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v45/unif-k7-r89-v45-c4005-S1065385609-07.UNSAT.shuffled.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/296421-1171823381/sat4j-sat2007.jar /tmp/evaluation/296421-1171823381/instance-296421-1171823381.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-296421-1171823381 -o ROOT/results/node43/solver-296421-1171823381 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/296421-1171823381/sat4j-sat2007.jar /tmp/evaluation/296421-1171823381/instance-296421-1171823381.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  66e7f727b13be92000d7d61d02c29f2d

RANDOM SEED= 551737767

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.281
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.281
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:        548232 kB
Buffers:         52816 kB
Cached:        1328876 kB
SwapCached:       4080 kB
Active:         865820 kB
Inactive:       526020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        548232 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:           101892 kB
Committed_AS:   528696 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node43 on Sun Feb 18 18:32:07 UTC 2007