Trace number 301956

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.83 1203.38

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S1627256190-14.cnf
MD5SUMaa6f003e66b3d0300db8028f8a7c86f7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark238.038
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
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 522000
Number of clauses of size over 50

Solver Data (download as text)

0.14/3.41	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/3.41	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/3.41	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/3.47	c version SAT COMPETITION 2007
0.14/3.47	c sun.arch.data.model	32
0.14/3.47	c java.version	1.6.0
0.14/3.47	c os.name	Linux
0.14/3.47	c os.version	2.6.9-22.EL.rootsmp
0.14/3.47	c os.arch	i386
0.14/3.47	c Free memory 1703279312
0.14/3.47	c Max memory 1706164224
0.14/3.47	c Total memory 1706164224
0.14/3.47	c Number of processors 2
0.22/3.62	c --- Begin Solver configuration ---
0.22/3.62	c Stops conflict analysis at the first Unique Implication Point
0.22/3.62	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.22/3.62	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.22/3.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/3.62	c VSIDS like heuristics from MiniSAT using a heap
0.22/3.62	c Expensive reason simplification
0.22/3.62	c --- End Solver configuration ---
0.22/3.62	c timeout: 2147483s
0.22/3.62	c solving /tmp/evaluation/301956-1172000747/instance-301956-1172000747.cnf
0.22/3.62	c reading problem ... 
0.47/3.86	c ... done. Wall clock time 0.237s.
0.47/3.86	c CPU time (experimental) 0.33s.
0.47/3.86	c #vars     1100
0.47/3.86	c #constraints  22000
1200.70/1203.26	c starts		: 21
1200.70/1203.26	c conflicts		: 820034
1200.70/1203.26	c decisions		: 998777
1200.70/1203.26	c propagations		: 72356240
1200.70/1203.26	c inspects		: 2812817679
1200.70/1203.26	c learnt literals	: 0
1200.70/1203.26	c learnt binary clauses	: 0
1200.70/1203.26	c learnt ternary clauses	: 0
1200.70/1203.26	c learnt clauses	: 290406
1200.70/1203.26	c root simplifications	: 0
1200.70/1203.26	c removed literals (reason simplification)	: 8982121
1200.70/1203.26	c reason swapping (by a shorter reason)	: 0
1200.70/1203.26	c Calls to reduceDB	: 0
1200.70/1203.26	c speed (decisions/second)	: 832.7377537952563
1200.70/1203.26	c non guided choices	327
1200.70/1203.26	s UNKNOWN
1200.70/1203.26	c Total wall clock time (in seconds) : 1199.633
1200.70/1203.26	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/node22/watcher-301956-1172000747 -o ROOT/results/node22/solver-301956-1172000747 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/301956-1172000747/sat4j-sat2007.jar /tmp/evaluation/301956-1172000747/instance-301956-1172000747.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.00 0.00 0.27 2/77 23134
/proc/meminfo: memFree=1733744/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=18568 CPUtime=0
/proc/23134/stat : 23134 (runsolver) R 23132 23134 23077 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 220028868 19013632 292 18446744073709551615 4194304 4293652 548682068944 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23134/statm: 4642 292 257 24 0 2626 0

[startup+0.106807 s]
/proc/loadavg: 0.00 0.00 0.27 2/77 23134
/proc/meminfo: memFree=1733744/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=48 CPUtime=0
/proc/23134/stat : 23134 (java) D 23132 23134 23077 0 -1 0 17 0 0 0 0 0 0 0 18 0 1 0 220028868 49152 1 18446744073709551615 0 0 4294957032 18446744073709551615 272467815719 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23134/statm: 12 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 48

[startup+0.514837 s]
/proc/loadavg: 0.00 0.00 0.27 2/77 23134
/proc/meminfo: memFree=1733744/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1800 CPUtime=0
/proc/23134/stat : 23134 (java) R 23132 23134 23077 0 -1 0 176 0 1 0 0 0 0 0 18 0 1 0 220028868 1843200 148 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23134/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+1.3349 s]
/proc/loadavg: 0.08 0.02 0.27 1/78 23135
/proc/meminfo: memFree=1731304/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=12056 CPUtime=0
/proc/23134/stat : 23134 (java) D 23132 23134 23077 0 -1 0 373 0 11 0 0 0 0 0 18 0 1 0 220028868 12345344 191 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4649770 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23134/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+2.97802 s]
/proc/loadavg: 0.08 0.02 0.27 1/84 23141
/proc/meminfo: memFree=1715896/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1831644 CPUtime=0.1
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 4025 0 53 0 6 4 0 0 18 0 12 0 220028868 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 457911 3818 1124 9 0 455530 0
[pid=23134/tid=23136] ppid=23132 vsize=1831644 CPUtime=0.09
/proc/23134/task/23136/stat : 23136 (java) D 23132 23134 23077 0 -1 64 3327 0 29 0 6 3 0 0 18 0 12 0 220029030 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744071563479169 0 0 -1 0 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1831644 CPUtime=0
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 220029040 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1831644 CPUtime=0
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 220029040 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1831644 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 220029070 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1831644 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 220029075 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1831644 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 220029075 1875603456 3818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1831644

[startup+6.27126 s]
/proc/loadavg: 0.08 0.02 0.27 3/90 23147
/proc/meminfo: memFree=1700936/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1836224 CPUtime=3.27
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 8444 0 53 0 319 8 0 0 18 0 13 0 220028868 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 459056 7459 1316 9 0 456668 0
[pid=23134/tid=23136] ppid=23132 vsize=1836224 CPUtime=2.6
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 5949 0 29 0 254 6 0 0 18 0 13 0 220029030 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537563 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 220029040 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029040 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 220029070 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 220029075 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1836224 CPUtime=0.34
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 999 0 0 0 34 0 0 0 15 0 13 0 220029135 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1836224 CPUtime=0.3
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 794 0 0 0 30 0 0 0 16 0 13 0 220029135 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1836224 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1880293376 7459 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 1836224

[startup+12.6737 s]
/proc/loadavg: 0.38 0.08 0.29 2/90 23147
/proc/meminfo: memFree=1688008/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1835936 CPUtime=9.68
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 11491 0 53 0 958 10 0 0 18 0 13 0 220028868 1879998464 10431 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 458984 10431 1317 9 0 456596 0
[pid=23134/tid=23136] ppid=23132 vsize=1835936 CPUtime=8.98
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 8992 0 29 0 889 9 0 0 24 0 13 0 220029030 1879998464 10431 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109534316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 220029040 1879998464 10431 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029040 1879998464 10431 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 220029070 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 220029075 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1835936 CPUtime=0.35
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1001 0 0 0 35 0 0 0 16 0 13 0 220029135 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1835936 CPUtime=0.32
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 796 0 0 0 32 0 0 0 16 0 13 0 220029135 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1835936 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1879998464 10432 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 1835936

[startup+25.5247 s]
/proc/loadavg: 0.48 0.11 0.30 2/90 23147
/proc/meminfo: memFree=1669576/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1835284 CPUtime=22.54
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 16344 0 53 0 2239 15 0 0 18 0 13 0 220028868 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 458821 15121 1317 9 0 456433 0
[pid=23134/tid=23136] ppid=23132 vsize=1835284 CPUtime=21.82
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 13844 0 29 0 2168 14 0 0 25 0 13 0 220029030 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 220029040 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029040 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 220029070 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 220029075 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1835284 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1835284 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 796 0 0 0 33 0 0 0 17 0 13 0 220029135 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1879330816 15121 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.54
Current children cumulated vsize (KiB) 1835284

[startup+51.1586 s]
/proc/loadavg: 0.68 0.19 0.32 2/90 23147
/proc/meminfo: memFree=1639368/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1835284 CPUtime=48.17
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 23751 0 53 0 4794 23 0 0 18 0 13 0 220028868 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 458821 22528 1317 9 0 456433 0
[pid=23134/tid=23136] ppid=23132 vsize=1835284 CPUtime=47.44
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 21251 0 29 0 4723 21 0 0 25 0 13 0 220029030 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109563768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 220029040 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029040 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 220029070 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 220029075 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1835284 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1835284 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 796 0 0 0 33 0 0 0 17 0 13 0 220029135 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1835284 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1879330816 22528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.17
Current children cumulated vsize (KiB) 1835284

[startup+102.432 s]

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

[pid=23134/tid=23139] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 220029070 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1837852 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1837852 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 797 0 0 0 33 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 1837852

[startup+1062.88 s]
/proc/loadavg: 1.00 0.97 0.75 2/90 23345
/proc/meminfo: memFree=1458824/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1837852 CPUtime=1060.09
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 73155 0 53 0 105944 65 0 0 18 0 13 0 220028868 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 459463 67390 1324 9 0 457075 0
[pid=23134/tid=23136] ppid=23132 vsize=1837852 CPUtime=1058.22
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 38807 0 29 0 105774 48 0 0 25 0 13 0 220029030 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537563 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1837852 CPUtime=0.57
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 16904 0 0 0 49 8 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1837852 CPUtime=0.55
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 14939 0 0 0 49 6 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 220029070 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1837852 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1837852 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 797 0 0 0 33 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.09
Current children cumulated vsize (KiB) 1837852

[startup+1122.91 s]
/proc/loadavg: 1.00 0.97 0.76 2/90 23345
/proc/meminfo: memFree=1458824/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1837852 CPUtime=1120.11
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 73155 0 53 0 111945 66 0 0 18 0 13 0 220028868 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 459463 67390 1324 9 0 457075 0
[pid=23134/tid=23136] ppid=23132 vsize=1837852 CPUtime=1118.23
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 38807 0 29 0 111775 48 0 0 25 0 13 0 220029030 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109563768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1837852 CPUtime=0.57
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 16904 0 0 0 49 8 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1837852 CPUtime=0.55
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 14939 0 0 0 49 6 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 220029070 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1837852 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1837852 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 797 0 0 0 33 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.11
Current children cumulated vsize (KiB) 1837852

[startup+1182.93 s]
/proc/loadavg: 1.00 0.97 0.77 2/90 23345
/proc/meminfo: memFree=1458824/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1837852 CPUtime=1180.12
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 73155 0 53 0 117946 66 0 0 18 0 13 0 220028868 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 459463 67390 1324 9 0 457075 0
[pid=23134/tid=23136] ppid=23132 vsize=1837852 CPUtime=1178.24
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 38807 0 29 0 117775 49 0 0 25 0 13 0 220029030 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1837852 CPUtime=0.57
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 16904 0 0 0 49 8 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1837852 CPUtime=0.55
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 14939 0 0 0 49 6 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 220029070 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1837852 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1837852 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 797 0 0 0 33 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.12
Current children cumulated vsize (KiB) 1837852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.91 s]
/proc/loadavg: 1.00 0.97 0.77 2/90 23345
/proc/meminfo: memFree=1458824/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=1837852 CPUtime=1200.1
/proc/23134/stat : 23134 (java) S 23132 23134 23077 0 -1 0 73155 0 53 0 119944 66 0 0 18 0 13 0 220028868 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 459463 67390 1324 9 0 457075 0
[pid=23134/tid=23136] ppid=23132 vsize=1837852 CPUtime=1198.22
/proc/23134/task/23136/stat : 23136 (java) R 23132 23134 23077 0 -1 64 38807 0 29 0 119773 49 0 0 25 0 13 0 220029030 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537742 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23137] ppid=23132 vsize=1837852 CPUtime=0.57
/proc/23134/task/23137/stat : 23137 (java) S 23132 23134 23077 0 -1 64 16904 0 0 0 49 8 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23138] ppid=23132 vsize=1837852 CPUtime=0.55
/proc/23134/task/23138/stat : 23138 (java) S 23132 23134 23077 0 -1 64 14939 0 0 0 49 6 0 0 16 0 13 0 220029040 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23139] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23139/stat : 23139 (java) S 23132 23134 23077 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 220029070 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23140] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23140/stat : 23140 (java) S 23132 23134 23077 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23141] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23141/stat : 23141 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 220029075 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23142] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23142/stat : 23142 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23143] ppid=23132 vsize=1837852 CPUtime=0.37
/proc/23134/task/23143/stat : 23143 (java) S 23132 23134 23077 0 -1 64 1002 0 0 0 37 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23144] ppid=23132 vsize=1837852 CPUtime=0.33
/proc/23134/task/23144/stat : 23144 (java) S 23132 23134 23077 0 -1 64 797 0 0 0 33 0 0 0 16 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23134/tid=23145] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23145/stat : 23145 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23146] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23146/stat : 23146 (java) S 23132 23134 23077 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 220029135 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23134/tid=23147] ppid=23132 vsize=1837852 CPUtime=0
/proc/23134/task/23147/stat : 23147 (java) S 23132 23134 23077 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 220029256 1881960448 67390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1837852

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

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

[startup+1203.33 s]
/proc/loadavg: 1.00 0.97 0.77 2/90 23345
/proc/meminfo: memFree=1458824/2055920 swapFree=4147160/4192956
[pid=23134] ppid=23132 vsize=0 CPUtime=1200.8
/proc/23134/stat : 23134 (java) Z 23132 23134 23077 0 -1 1036 80107 0 53 0 120008 72 0 0 15 0 2 0 220028868 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23134/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.38
CPU time (s): 1200.83
CPU user time (s): 1200.09
CPU system time (s): 0.738887
CPU usage (%): 99.7878
Max. virtual memory (cumulated for all children) (KiB): 1838176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.09
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80107
page faults= 53
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25102
involuntary context switches= 26083

runsolver used 1.2808 second user time and 3.08053 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue Feb 20 19:45:49 UTC 2007

IDJOB= 301956
IDBENCH= 20072
IDSOLVER= 96
FILE ID= node22/301956-1172000747

PBS_JOBID= 3892656

Free space on /tmp= 66562 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S1627256190-14.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/301956-1172000747/sat4j-sat2007.jar /tmp/evaluation/301956-1172000747/instance-301956-1172000747.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-301956-1172000747 -o ROOT/results/node22/solver-301956-1172000747 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/301956-1172000747/sat4j-sat2007.jar /tmp/evaluation/301956-1172000747/instance-301956-1172000747.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  aa6f003e66b3d0300db8028f8a7c86f7

RANDOM SEED= 403679502

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1734984 kB
Buffers:         36968 kB
Cached:         201936 kB
SwapCached:      11948 kB
Active:         184180 kB
Inactive:        77312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734984 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          29588 kB
Slab:            45072 kB
Committed_AS:   663044 kB
PageTables:       1668 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= 66562 MiB

End job on node22 on Tue Feb 20 20:05:55 UTC 2007