Trace number 312411

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.14 1200.02

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1363528912-04-SAT.cnf
MD5SUMb570344119c652fb3e5253d1ef16a171
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17982
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c version SAT COMPETITION 2007
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1703279312
0.07/0.16	c Max memory 1706164224
0.07/0.16	c Total memory 1706164224
0.07/0.16	c Number of processors 2
0.20/0.21	c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c Expensive reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c timeout: 2147483s
0.20/0.21	c solving /tmp/evaluation/312411-1172588477/instance-312411-1172588477.cnf
0.20/0.21	c reading problem ... 
0.34/0.34	c ... done. Wall clock time 0.124s.
0.34/0.34	c CPU time (experimental) 0.24s.
0.34/0.34	c #vars     1665
0.34/0.34	c #constraints  5177
1200.10/1199.98	c starts		: 20
1200.10/1199.98	c conflicts		: 469353
1200.10/1199.98	c decisions		: 573370
1200.10/1199.98	c propagations		: 92164289
1200.10/1199.98	c inspects		: 3333013188
1200.10/1199.98	c learnt literals	: 0
1200.10/1199.98	c learnt binary clauses	: 12
1200.10/1199.98	c learnt ternary clauses	: 196
1200.10/1199.98	c learnt clauses	: 469353
1200.10/1199.98	c root simplifications	: 0
1200.10/1199.98	c removed literals (reason simplification)	: 7417781
1200.10/1199.98	c reason swapping (by a shorter reason)	: 0
1200.10/1199.98	c Calls to reduceDB	: 0
1200.10/1199.98	c speed (decisions/second)	: 477.95425635314535
1200.10/1199.98	c non guided choices	50
1200.10/1199.98	s UNKNOWN
1200.10/1199.98	c Total wall clock time (in seconds) : 1199.77
1200.10/1199.98	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/node18/watcher-312411-1172588477 -o ROOT/results/node18/solver-312411-1172588477 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312411-1172588477/sat4j-sat2007.jar /tmp/evaluation/312411-1172588477/instance-312411-1172588477.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.24 0.52 2/83 23791
/proc/meminfo: memFree=1662688/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=152 CPUtime=0
/proc/23791/stat : 23791 (java) R 23789 23791 23298 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 278803213 155648 26 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 1 0 0
/proc/23791/statm: 38 26 19 9 0 4 0

[startup+0.108383 s]
/proc/loadavg: 0.00 0.24 0.52 2/83 23791
/proc/meminfo: memFree=1662688/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1829232 CPUtime=0.07
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 3921 0 1 0 5 2 0 0 18 0 7 0 278803213 1873133568 3663 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 457308 3663 1096 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.519424 s]
/proc/loadavg: 0.00 0.24 0.52 2/83 23791
/proc/meminfo: memFree=1662688/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1837332 CPUtime=0.71
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 7388 0 1 0 66 5 0 0 18 0 13 0 278803213 1881427968 6059 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459333 6059 1309 9 0 456945 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1837332

[startup+1.34051 s]
/proc/loadavg: 0.00 0.24 0.52 2/96 23804
/proc/meminfo: memFree=1642680/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1837332 CPUtime=1.71
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 8498 0 1 0 166 5 0 0 18 0 13 0 278803213 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459333 6309 1312 9 0 456945 0
[pid=23791/tid=23793] ppid=23789 vsize=1837332 CPUtime=1.03
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 4337 0 1 0 100 3 0 0 25 0 13 0 278803215 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109603213 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 278803220 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1837332 CPUtime=0.38
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2288 0 0 0 38 0 0 0 16 0 13 0 278803224 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1837332 CPUtime=0.27
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1147 0 0 0 27 0 0 0 15 0 13 0 278803224 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1881427968 6309 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1837332

[startup+2.97865 s]
/proc/loadavg: 0.08 0.26 0.53 2/96 23806
/proc/meminfo: memFree=1641208/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1837332 CPUtime=3.43
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 8977 0 1 0 338 5 0 0 18 0 13 0 278803213 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459333 6698 1316 9 0 456945 0
[pid=23791/tid=23793] ppid=23789 vsize=1837332 CPUtime=2.65
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 4711 0 1 0 262 3 0 0 25 0 13 0 278803215 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109541551 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1837332 CPUtime=0.42
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2338 0 0 0 42 0 0 0 17 0 13 0 278803224 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1837332 CPUtime=0.33
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1202 0 0 0 33 0 0 0 16 0 13 0 278803224 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1837332 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1881427968 6698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 1837332

[startup+6.17996 s]
/proc/loadavg: 0.08 0.26 0.53 2/96 23808
/proc/meminfo: memFree=1639544/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1836948 CPUtime=6.66
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 9517 0 1 0 660 6 0 0 18 0 13 0 278803213 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459237 6979 1316 9 0 456849 0
[pid=23791/tid=23793] ppid=23789 vsize=1836948 CPUtime=5.82
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 5247 0 1 0 578 4 0 0 25 0 13 0 278803215 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543668 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1836948 CPUtime=0.45
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2340 0 0 0 45 0 0 0 16 0 13 0 278803224 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1836948 CPUtime=0.36
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1204 0 0 0 36 0 0 0 16 0 13 0 278803224 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1881034752 6979 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1836948

[startup+12.6626 s]
/proc/loadavg: 0.22 0.28 0.53 2/96 23812
/proc/meminfo: memFree=1636552/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1836948 CPUtime=13.14
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 10221 0 1 0 1307 7 0 0 18 0 13 0 278803213 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459237 7683 1316 9 0 456849 0
[pid=23791/tid=23793] ppid=23789 vsize=1836948 CPUtime=12.3
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 5951 0 1 0 1225 5 0 0 25 0 13 0 278803215 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109597920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1836948 CPUtime=0.45
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2340 0 0 0 45 0 0 0 16 0 13 0 278803224 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1836948 CPUtime=0.36
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1204 0 0 0 36 0 0 0 16 0 13 0 278803224 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1881034752 7683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 1836948

[startup+25.5539 s]
/proc/loadavg: 0.34 0.30 0.54 2/96 23820
/proc/meminfo: memFree=1632456/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1836948 CPUtime=26.04
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 11246 0 1 0 2595 9 0 0 18 0 13 0 278803213 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 459237 8708 1316 9 0 456849 0
[pid=23791/tid=23793] ppid=23789 vsize=1836948 CPUtime=25.17
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 6962 0 1 0 2511 6 0 0 25 0 13 0 278803215 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109541551 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1836948 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1836948 CPUtime=0.36
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1204 0 0 0 36 0 0 0 16 0 13 0 278803224 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1836948 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1881034752 8708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.04

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

[pid=23791] ppid=23789 vsize=1835908 CPUtime=1063.08
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 33731 0 1 0 106264 44 0 0 18 0 13 0 278803213 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 458977 30933 1316 9 0 456589 0
[pid=23791/tid=23793] ppid=23789 vsize=1835908 CPUtime=1062.21
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 29442 0 1 0 106179 42 0 0 25 0 13 0 278803215 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109541551 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1835908 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1835908 CPUtime=0.37
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1209 0 0 0 37 0 0 0 16 0 13 0 278803224 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1879969792 30933 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.08
Current children cumulated vsize (KiB) 1835908

[startup+1122.96 s]
/proc/loadavg: 1.03 0.98 0.83 2/90 23900
/proc/meminfo: memFree=1538936/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1835908 CPUtime=1123.1
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 35071 0 1 0 112264 46 0 0 18 0 13 0 278803213 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 458977 32273 1316 9 0 456589 0
[pid=23791/tid=23793] ppid=23789 vsize=1835908 CPUtime=1122.22
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 30782 0 1 0 112179 43 0 0 25 0 13 0 278803215 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1835908 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1835908 CPUtime=0.37
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1209 0 0 0 37 0 0 0 16 0 13 0 278803224 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1879969792 32273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.1
Current children cumulated vsize (KiB) 1835908

[startup+1182.99 s]
/proc/loadavg: 1.01 0.98 0.84 2/90 23900
/proc/meminfo: memFree=1535864/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1835908 CPUtime=1183.11
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 35830 0 1 0 118264 47 0 0 18 0 13 0 278803213 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 458977 33032 1316 9 0 456589 0
[pid=23791/tid=23793] ppid=23789 vsize=1835908 CPUtime=1182.23
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 31541 0 1 0 118179 44 0 0 25 0 13 0 278803215 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1835908 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1835908 CPUtime=0.37
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1209 0 0 0 37 0 0 0 16 0 13 0 278803224 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1879969792 33032 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.11
Current children cumulated vsize (KiB) 1835908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.98 s]
/proc/loadavg: 1.01 0.98 0.84 2/90 23900
/proc/meminfo: memFree=1535224/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1835908 CPUtime=1200.1
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 35991 0 1 0 119963 47 0 0 18 0 13 0 278803213 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 458977 33193 1316 9 0 456589 0
[pid=23791/tid=23793] ppid=23789 vsize=1835908 CPUtime=1199.23
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 31702 0 1 0 119878 45 0 0 25 0 13 0 278803215 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1835908 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1835908 CPUtime=0.37
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1209 0 0 0 37 0 0 0 16 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 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) 1835908

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

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

[startup+1199.98 s]
/proc/loadavg: 1.01 0.98 0.84 2/90 23900
/proc/meminfo: memFree=1535224/2055920 swapFree=4192812/4192956
[pid=23791] ppid=23789 vsize=1835908 CPUtime=1200.1
/proc/23791/stat : 23791 (java) S 23789 23791 23298 0 -1 0 35991 0 1 0 119963 47 0 0 18 0 13 0 278803213 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 458977 33193 1316 9 0 456589 0
[pid=23791/tid=23793] ppid=23789 vsize=1835908 CPUtime=1199.23
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23298 0 -1 64 31702 0 1 0 119878 45 0 0 25 0 13 0 278803215 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23298 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 278803217 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 278803217 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23298 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23298 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 278803220 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1835908 CPUtime=0.47
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23298 0 -1 64 2354 0 0 0 47 0 0 0 16 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1835908 CPUtime=0.37
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23298 0 -1 64 1209 0 0 0 37 0 0 0 16 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23298 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 278803224 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1835908 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23298 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278803248 1879969792 33193 18446744073709551615 134512640 134550740 4294956480 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) 1835908

Child status: 143
Real time (s): 1200.02
CPU time (s): 1200.14
CPU user time (s): 1199.65
CPU system time (s): 0.493924
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 1837332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36017
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= 24667
involuntary context switches= 25357

runsolver used 1.08883 second user time and 3.22451 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Feb 27 15:01:22 UTC 2007

IDJOB= 312411
IDBENCH= 20341
IDSOLVER= 96
FILE ID= node18/312411-1172588477

PBS_JOBID= 3971701

Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1363528912-04-SAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312411-1172588477/sat4j-sat2007.jar /tmp/evaluation/312411-1172588477/instance-312411-1172588477.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-312411-1172588477 -o ROOT/results/node18/solver-312411-1172588477 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312411-1172588477/sat4j-sat2007.jar /tmp/evaluation/312411-1172588477/instance-312411-1172588477.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b570344119c652fb3e5253d1ef16a171

RANDOM SEED= 851349704

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1663232 kB
Buffers:         48628 kB
Cached:         214872 kB
SwapCached:          0 kB
Active:         243820 kB
Inactive:        80016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          79696 kB
Slab:            54080 kB
Committed_AS:   968156 kB
PageTables:       1896 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= 66556 MiB

End job on node18 on Tue Feb 27 15:21:29 UTC 2007