Trace number 306015

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 2007? (TO) 1200.16 1198.72

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S897388318-05.cnf
MD5SUM35d05934115981de17b0e0485716ee2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.11
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/306015-1172090453/instance-306015-1172090453.cnf
0.09/0.20	c reading problem ... 
0.58/0.46	c ... done. Wall clock time 0.258s.
0.58/0.46	c CPU time (experimental) 0.42s.
0.58/0.46	c #vars     10000
0.58/0.46	c #constraints  42000
1200.01/1198.59	c starts		: 19
1200.01/1198.59	c conflicts		: 409046
1200.01/1198.59	c decisions		: 575201
1200.01/1198.59	c propagations		: 208622390
1200.01/1198.59	c inspects		: 1697536820
1200.01/1198.59	c learnt literals	: 0
1200.01/1198.59	c learnt binary clauses	: 0
1200.01/1198.59	c learnt ternary clauses	: 30
1200.01/1198.59	c learnt clauses	: 409046
1200.01/1198.59	c root simplifications	: 0
1200.01/1198.59	c removed literals (reason simplification)	: 9698754
1200.01/1198.59	c reason swapping (by a shorter reason)	: 0
1200.01/1198.59	c Calls to reduceDB	: 0
1200.01/1198.59	c speed (decisions/second)	: 480.0935145755536
1200.01/1198.59	c non guided choices	901
1200.01/1198.59	s UNKNOWN
1200.01/1198.59	c Total wall clock time (in seconds) : 1198.386
1200.01/1198.59	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-306015-1172090453 -o ROOT/results/node71/solver-306015-1172090453 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/306015-1172090453/sat4j-sat2007.jar /tmp/evaluation/306015-1172090453/instance-306015-1172090453.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: 7.42 6.94 4.28 3/64 20715
/proc/meminfo: memFree=1368712/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=152 CPUtime=0
/proc/20715/stat : 20715 (java) D 20713 20715 19837 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 229003096 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20715/statm: 38 26 19 9 0 4 0

[startup+0.107729 s]
/proc/loadavg: 7.42 6.94 4.28 3/64 20715
/proc/meminfo: memFree=1368712/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1831644 CPUtime=0.09
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 4065 0 1 0 6 3 0 0 18 0 12 0 229003096 1875603456 3806 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 457911 3806 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.515816 s]
/proc/loadavg: 7.42 6.94 4.28 3/64 20715
/proc/meminfo: memFree=1368712/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1833228 CPUtime=0.73
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 6465 0 1 0 68 5 0 0 18 0 13 0 229003096 1877225472 6151 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 458307 6151 1297 9 0 455919 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1833228

[startup+1.34399 s]
/proc/loadavg: 7.42 6.94 4.28 2/77 20728
/proc/meminfo: memFree=1343712/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1837832 CPUtime=1.86
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 9357 0 1 0 180 6 0 0 18 0 13 0 229003096 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 459458 7543 1313 9 0 457070 0
[pid=20715/tid=20717] ppid=20713 vsize=1837832 CPUtime=1.12
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 5468 0 1 0 108 4 0 0 25 0 13 0 229003098 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109510435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 229003099 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 229003099 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 229003102 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 229003102 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 229003102 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1837832 CPUtime=0.36
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1912 0 0 0 36 0 0 0 16 0 13 0 229003106 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1837832 CPUtime=0.35
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1253 0 0 0 35 0 0 0 16 0 13 0 229003106 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1881939968 7543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1837832

[startup+2.98235 s]
/proc/loadavg: 7.42 6.94 4.28 2/77 20728
/proc/meminfo: memFree=1342176/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1837832 CPUtime=3.51
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 9848 0 1 0 344 7 0 0 18 0 13 0 229003096 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 459458 8034 1313 9 0 457070 0
[pid=20715/tid=20717] ppid=20713 vsize=1837832 CPUtime=2.74
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 5956 0 1 0 269 5 0 0 25 0 13 0 229003098 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109556690 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 229003099 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 229003099 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 229003102 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 229003102 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 229003102 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1837832 CPUtime=0.38
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1913 0 0 0 38 0 0 0 16 0 13 0 229003106 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1837832 CPUtime=0.36
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1255 0 0 0 36 0 0 0 16 0 13 0 229003106 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1837832 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1881939968 8034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1837832

[startup+6.18804 s]
/proc/loadavg: 6.90 6.84 4.26 2/77 20728
/proc/meminfo: memFree=1337888/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1837544 CPUtime=6.79
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 10931 0 1 0 670 9 0 0 18 0 13 0 229003096 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 459386 9050 1316 9 0 456998 0
[pid=20715/tid=20717] ppid=20713 vsize=1837544 CPUtime=5.93
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 7022 0 1 0 586 7 0 0 24 0 13 0 229003098 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109512839 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 229003099 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 229003099 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 229003102 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 229003102 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 229003102 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1837544 CPUtime=0.42
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1927 0 0 0 42 0 0 0 16 0 13 0 229003106 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1837544 CPUtime=0.4
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1258 0 0 0 40 0 0 0 16 0 13 0 229003106 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1837544 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1881645056 9050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 1837544

[startup+12.6724 s]
/proc/loadavg: 6.43 6.74 4.24 2/77 20728
/proc/meminfo: memFree=1330272/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1837504 CPUtime=13.3
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 12658 0 1 0 1319 11 0 0 18 0 13 0 229003096 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 459376 10766 1317 9 0 456988 0
[pid=20715/tid=20717] ppid=20713 vsize=1837504 CPUtime=12.37
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 8733 0 1 0 1228 9 0 0 25 0 13 0 229003098 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109637290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 229003099 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 229003099 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 229003102 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 229003102 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 229003102 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1837504 CPUtime=0.46
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 46 0 0 0 17 0 13 0 229003106 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1837504 CPUtime=0.43
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1266 0 0 0 43 0 0 0 17 0 13 0 229003106 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1881604096 10766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1837504

[startup+25.5402 s]
/proc/loadavg: 5.23 6.46 4.19 2/77 20730
/proc/meminfo: memFree=1316912/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1837504 CPUtime=26.16
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 16148 0 1 0 2602 14 0 0 18 0 13 0 229003096 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 459376 14256 1317 9 0 456988 0
[pid=20715/tid=20717] ppid=20713 vsize=1837504 CPUtime=25.23
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 12223 0 1 0 2511 12 0 0 25 0 13 0 229003098 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109700895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 229003099 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 229003099 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 229003102 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 229003102 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 229003102 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1837504 CPUtime=0.46
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 46 0 0 0 17 0 13 0 229003106 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1837504 CPUtime=0.43
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1266 0 0 0 43 0 0 0 17 0 13 0 229003106 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1837504 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1881604096 14256 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.16

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

[pid=20715/tid=20720] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1841352 CPUtime=0.47
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 47 0 0 0 17 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1841352 CPUtime=0.45
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1267 0 0 0 45 0 0 0 16 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1004.27
Current children cumulated vsize (KiB) 1841352

[startup+1062.79 s]
/proc/loadavg: 1.06 1.18 2.03 2/77 20730
/proc/meminfo: memFree=735280/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1841352 CPUtime=1064.27
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 214202 0 1 0 106302 125 0 0 18 0 13 0 229003096 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 460338 159123 1326 9 0 457950 0
[pid=20715/tid=20717] ppid=20713 vsize=1841352 CPUtime=1060.83
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 38826 0 1 0 106040 43 0 0 25 0 13 0 229003098 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109658973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1841352 CPUtime=1.24
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 86898 0 0 0 84 40 0 0 22 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1841352 CPUtime=1.22
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 84547 0 0 0 83 39 0 0 20 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1841352 CPUtime=0.47
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 47 0 0 0 17 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1841352 CPUtime=0.45
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1267 0 0 0 45 0 0 0 16 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1064.27
Current children cumulated vsize (KiB) 1841352

[startup+1122.81 s]
/proc/loadavg: 1.16 1.17 1.97 2/77 20730
/proc/meminfo: memFree=735216/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1841352 CPUtime=1124.27
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 214202 0 1 0 112301 126 0 0 18 0 13 0 229003096 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 460338 159123 1326 9 0 457950 0
[pid=20715/tid=20717] ppid=20713 vsize=1841352 CPUtime=1120.82
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 38826 0 1 0 112039 43 0 0 25 0 13 0 229003098 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109556640 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1841352 CPUtime=1.24
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 86898 0 0 0 84 40 0 0 22 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1841352 CPUtime=1.22
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 84547 0 0 0 83 39 0 0 20 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1841352 CPUtime=0.47
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 47 0 0 0 17 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1841352 CPUtime=0.45
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1267 0 0 0 45 0 0 0 16 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.27
Current children cumulated vsize (KiB) 1841352

[startup+1182.82 s]
/proc/loadavg: 1.06 1.14 1.91 2/77 20730
/proc/meminfo: memFree=735216/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1841352 CPUtime=1184.26
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 214202 0 1 0 118300 126 0 0 18 0 13 0 229003096 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 460338 159123 1326 9 0 457950 0
[pid=20715/tid=20717] ppid=20713 vsize=1841352 CPUtime=1180.81
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 38826 0 1 0 118038 43 0 0 25 0 13 0 229003098 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109556515 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1841352 CPUtime=1.24
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 86898 0 0 0 84 40 0 0 22 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1841352 CPUtime=1.22
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 84547 0 0 0 83 39 0 0 20 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1841352 CPUtime=0.47
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 47 0 0 0 17 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1841352 CPUtime=0.45
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1267 0 0 0 45 0 0 0 16 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1184.26
Current children cumulated vsize (KiB) 1841352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.58 s]
/proc/loadavg: 1.04 1.13 1.89 2/77 20730
/proc/meminfo: memFree=735216/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=1841352 CPUtime=1200.01
/proc/20715/stat : 20715 (java) S 20713 20715 19837 0 -1 0 214202 0 1 0 119875 126 0 0 18 0 13 0 229003096 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20715/statm: 460338 159123 1326 9 0 457950 0
[pid=20715/tid=20717] ppid=20713 vsize=1841352 CPUtime=1196.57
/proc/20715/task/20717/stat : 20717 (java) R 20713 20715 19837 0 -1 64 38826 0 1 0 119614 43 0 0 25 0 13 0 229003098 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109556472 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20718] ppid=20713 vsize=1841352 CPUtime=1.24
/proc/20715/task/20718/stat : 20718 (java) S 20713 20715 19837 0 -1 64 86898 0 0 0 84 40 0 0 22 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20719] ppid=20713 vsize=1841352 CPUtime=1.22
/proc/20715/task/20719/stat : 20719 (java) S 20713 20715 19837 0 -1 64 84547 0 0 0 83 39 0 0 20 0 13 0 229003099 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20720] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20720/stat : 20720 (java) S 20713 20715 19837 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20721] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20721/stat : 20721 (java) S 20713 20715 19837 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20722] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20722/stat : 20722 (java) S 20713 20715 19837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 229003102 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20723] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20723/stat : 20723 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20724] ppid=20713 vsize=1841352 CPUtime=0.47
/proc/20715/task/20724/stat : 20724 (java) S 20713 20715 19837 0 -1 64 1935 0 0 0 47 0 0 0 17 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20725] ppid=20713 vsize=1841352 CPUtime=0.45
/proc/20715/task/20725/stat : 20725 (java) S 20713 20715 19837 0 -1 64 1267 0 0 0 45 0 0 0 16 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20726] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20726/stat : 20726 (java) S 20713 20715 19837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20715/tid=20727] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20727/stat : 20727 (java) S 20713 20715 19837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 229003106 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20715/tid=20728] ppid=20713 vsize=1841352 CPUtime=0
/proc/20715/task/20728/stat : 20728 (java) S 20713 20715 19837 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 229003145 1885544448 159123 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1841352

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

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

[startup+1198.69 s]
/proc/loadavg: 1.04 1.13 1.89 2/77 20730
/proc/meminfo: memFree=735216/2055920 swapFree=4183908/4192956
[pid=20715] ppid=20713 vsize=0 CPUtime=1200.13
/proc/20715/stat : 20715 (java) Z 20713 20715 19837 0 -1 1036 214223 0 1 0 119880 133 0 0 16 0 2 0 229003096 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20715/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.72
CPU time (s): 1200.16
CPU user time (s): 1198.8
CPU system time (s): 1.35779
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 1841352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.8
system time used= 1.35779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214223
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= 24642
involuntary context switches= 25387

runsolver used 1.3328 second user time and 2.92855 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Feb 21 20:40:53 UTC 2007

IDJOB= 306015
IDBENCH= 20171
IDSOLVER= 96
FILE ID= node71/306015-1172090453

PBS_JOBID= 3892837

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S897388318-05.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/306015-1172090453/sat4j-sat2007.jar /tmp/evaluation/306015-1172090453/instance-306015-1172090453.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-306015-1172090453 -o ROOT/results/node71/solver-306015-1172090453 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/306015-1172090453/sat4j-sat2007.jar /tmp/evaluation/306015-1172090453/instance-306015-1172090453.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  35d05934115981de17b0e0485716ee2e

RANDOM SEED= 203311560

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1369184 kB
Buffers:         31524 kB
Cached:         594364 kB
SwapCached:       3112 kB
Active:         111840 kB
Inactive:       524628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1369184 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          16340 kB
Slab:            36300 kB
Committed_AS:   742692 kB
PageTables:       1452 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= 66559 MiB

End job on node71 on Wed Feb 21 21:00:54 UTC 2007