Trace number 314852

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.17 1200.08

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data (download as text)

0.13/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.51	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.51	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.52	c version SAT COMPETITION 2007
0.13/0.52	c sun.arch.data.model	32
0.13/0.52	c java.version	1.6.0
0.13/0.52	c os.name	Linux
0.13/0.52	c os.version	2.6.9-34.ELsmp
0.13/0.52	c os.arch	i386
0.13/0.52	c Free memory 1703279312
0.13/0.52	c Max memory 1706164224
0.13/0.52	c Total memory 1706164224
0.13/0.52	c Number of processors 2
0.20/0.62	c --- Begin Solver configuration ---
0.20/0.62	c Stops conflict analysis at the first Unique Implication Point
0.20/0.62	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.62	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.62	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.62	c Expensive reason simplification
0.20/0.62	c --- End Solver configuration ---
0.20/0.62	c timeout: 2147483s
0.20/0.62	c solving /tmp/evaluation/314852-1172643755/instance-314852-1172643755.cnf
0.20/0.62	c reading problem ... 
0.49/0.83	c ... done. Wall clock time 0.211s.
0.49/0.83	c CPU time (experimental) 0.31s.
0.49/0.83	c #vars     8920
0.49/0.83	c #constraints  30972
1200.08/1200.03	c starts		: 19
1200.08/1200.03	c conflicts		: 427526
1200.08/1200.03	c decisions		: 582383
1200.08/1200.03	c propagations		: 377914707
1200.08/1200.03	c inspects		: 3057604424
1200.08/1200.03	c learnt literals	: 58
1200.08/1200.03	c learnt binary clauses	: 813
1200.08/1200.03	c learnt ternary clauses	: 1093
1200.08/1200.03	c learnt clauses	: 427468
1200.08/1200.03	c root simplifications	: 0
1200.08/1200.03	c removed literals (reason simplification)	: 29007478
1200.08/1200.03	c reason swapping (by a shorter reason)	: 0
1200.08/1200.03	c Calls to reduceDB	: 0
1200.08/1200.03	c speed (decisions/second)	: 485.65183817581703
1200.08/1200.03	c non guided choices	168
1200.08/1200.03	s UNKNOWN
1200.08/1200.03	c Total wall clock time (in seconds) : 1199.408
1200.08/1200.03	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.1 (c) roussel@cril.univ-artois.fr

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.97 2/69 20846
/proc/meminfo: memFree=1602432/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=18572 CPUtime=0
/proc/20846/stat : 20846 (runsolver) D 20844 20846 19471 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 284333813 19017728 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 206843737111 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20846/statm: 4643 293 258 24 0 2626 0

[startup+0.0835569 s]
/proc/loadavg: 0.91 0.95 0.97 2/69 20846
/proc/meminfo: memFree=1602432/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=12064 CPUtime=0
/proc/20846/stat : 20846 (java) D 20844 20846 19471 0 -1 0 350 0 3 0 0 0 0 0 18 0 1 0 284333813 12353536 162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4822167 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/20846/statm: 3016 162 124 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12064

[startup+0.102557 s]
/proc/loadavg: 0.91 0.95 0.97 2/69 20846
/proc/meminfo: memFree=1602432/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=12064 CPUtime=0
/proc/20846/stat : 20846 (java) D 20844 20846 19471 0 -1 0 359 0 4 0 0 0 0 0 18 0 1 0 284333813 12353536 171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4787096 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/20846/statm: 3016 171 131 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12064

[startup+0.302583 s]
/proc/loadavg: 0.91 0.95 0.97 2/69 20846
/proc/meminfo: memFree=1602432/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1828452 CPUtime=0.05
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 3482 0 85 0 2 3 0 0 18 0 5 0 284333813 1872334848 3315 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 457113 3315 1045 9 0 454748 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1828452

[startup+0.702629 s]
/proc/loadavg: 0.91 0.95 0.97 2/69 20846
/proc/meminfo: memFree=1602432/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1834348 CPUtime=0.31
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 5245 0 85 0 26 5 0 0 18 0 12 0 284333813 1878372352 5069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 458587 5069 1286 9 0 456198 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1834348

[startup+1.50173 s]
/proc/loadavg: 0.91 0.95 0.97 2/82 20859
/proc/meminfo: memFree=1571736/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1836432 CPUtime=1.44
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 7352 0 85 0 138 6 0 0 18 0 13 0 284333813 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459108 6477 1314 9 0 456719 0
[pid=20846/tid=20848] ppid=20844 vsize=1836432 CPUtime=0.81
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 4889 0 57 0 77 4 0 0 18 0 13 0 284333828 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631843 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284333839 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284333839 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284333843 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 284333844 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 284333844 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1836432 CPUtime=0.31
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1113 0 0 0 31 0 0 0 16 0 13 0 284333850 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1836432 CPUtime=0.29
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 656 0 0 0 29 0 0 0 16 0 13 0 284333850 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1880506368 6477 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1836432

[startup+3.1019 s]
/proc/loadavg: 0.91 0.95 0.97 2/82 20859
/proc/meminfo: memFree=1570712/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1836432 CPUtime=3.11
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 7611 0 85 0 305 6 0 0 18 0 13 0 284333813 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459108 6712 1317 9 0 456719 0
[pid=20846/tid=20848] ppid=20844 vsize=1836432 CPUtime=2.39
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 5114 0 57 0 235 4 0 0 25 0 13 0 284333828 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109581905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284333839 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284333839 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284333843 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 284333844 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 284333844 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1836432 CPUtime=0.32
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1114 0 0 0 32 0 0 0 16 0 13 0 284333850 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1836432 CPUtime=0.36
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 689 0 0 0 36 0 0 0 16 0 13 0 284333850 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1836432 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1880506368 6712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 1836432

[startup+6.30227 s]
/proc/loadavg: 0.92 0.95 0.97 2/82 20859
/proc/meminfo: memFree=1568856/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1836304 CPUtime=6.34
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 7949 0 85 0 628 6 0 0 18 0 13 0 284333813 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459076 6993 1317 9 0 456687 0
[pid=20846/tid=20848] ppid=20844 vsize=1836304 CPUtime=5.58
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 5427 0 57 0 554 4 0 0 25 0 13 0 284333828 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109534882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284333839 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284333839 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284333843 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 284333844 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 284333844 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1836304 CPUtime=0.33
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1114 0 0 0 33 0 0 0 16 0 13 0 284333850 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1836304 CPUtime=0.4
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 714 0 0 0 40 0 0 0 16 0 13 0 284333850 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1836304 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1880375296 6993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1836304

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.97 2/82 20859
/proc/meminfo: memFree=1566128/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1836176 CPUtime=12.76
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 8665 0 85 0 1269 7 0 0 18 0 13 0 284333813 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459044 7676 1318 9 0 456655 0
[pid=20846/tid=20848] ppid=20844 vsize=1836176 CPUtime=11.94
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 6137 0 57 0 1189 5 0 0 25 0 13 0 284333828 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109541100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284333839 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284333839 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284333843 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 284333844 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 284333844 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1836176 CPUtime=0.36
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1117 0 0 0 36 0 0 0 16 0 13 0 284333850 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1836176 CPUtime=0.43
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 43 0 0 0 16 0 13 0 284333850 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1880244224 7676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 1836176

[startup+25.5025 s]
/proc/loadavg: 0.94 0.96 0.97 2/82 20859
/proc/meminfo: memFree=1561840/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1836176 CPUtime=25.56
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 9783 0 85 0 2548 8 0 0 18 0 13 0 284333813 1880244224 8794 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459044 8794 1318 9 0 456655 0
[pid=20846/tid=20848] ppid=20844 vsize=1836176 CPUtime=24.73
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 7255 0 57 0 2467 6 0 0 25 0 13 0 284333828 1880244224 8794 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284333839 1880244224 8794 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1836176 CPUtime=0
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284333839 1880244224 8794 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20846] ppid=20844 vsize=1837460 CPUtime=1002.43
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 81368 0 85 0 100181 62 0 0 18 0 13 0 284333813 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459365 73927 1327 9 0 456976 0
[pid=20846/tid=20848] ppid=20844 vsize=1837460 CPUtime=1000.94
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 38772 0 57 0 100052 42 0 0 25 0 13 0 284333828 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109577933 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 16713 0 0 0 25 6 0 0 20 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 23349 0 0 0 21 10 0 0 19 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284333843 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1837460 CPUtime=0.38
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1118 0 0 0 38 0 0 0 17 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1837460 CPUtime=0.44
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 44 0 0 0 16 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 1837460

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 20859
/proc/meminfo: memFree=1299952/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1837460 CPUtime=1062.42
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 81368 0 85 0 106180 62 0 0 18 0 13 0 284333813 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459365 73927 1327 9 0 456976 0
[pid=20846/tid=20848] ppid=20844 vsize=1837460 CPUtime=1060.92
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 38772 0 57 0 106050 42 0 0 25 0 13 0 284333828 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109535246 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 16713 0 0 0 25 6 0 0 20 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 23349 0 0 0 21 10 0 0 19 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284333843 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1837460 CPUtime=0.38
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1118 0 0 0 38 0 0 0 17 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1837460 CPUtime=0.44
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 44 0 0 0 16 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 1837460

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 20859
/proc/meminfo: memFree=1299888/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1837460 CPUtime=1122.4
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 81368 0 85 0 112178 62 0 0 18 0 13 0 284333813 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459365 73927 1327 9 0 456976 0
[pid=20846/tid=20848] ppid=20844 vsize=1837460 CPUtime=1120.9
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 38772 0 57 0 112048 42 0 0 25 0 13 0 284333828 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109534790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 16713 0 0 0 25 6 0 0 20 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 23349 0 0 0 21 10 0 0 19 0 13 0 284333839 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284333843 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284333844 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1837460 CPUtime=0.38
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1118 0 0 0 38 0 0 0 17 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1837460 CPUtime=0.44
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 44 0 0 0 16 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1881559040 73927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 1837460

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 20859
/proc/meminfo: memFree=1299888/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1837460 CPUtime=1182.38
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 81371 0 85 0 118176 62 0 0 18 0 13 0 284333813 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459365 73930 1327 9 0 456976 0
[pid=20846/tid=20848] ppid=20844 vsize=1837460 CPUtime=1180.89
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 38775 0 57 0 118047 42 0 0 25 0 13 0 284333828 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109581905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 16713 0 0 0 25 6 0 0 20 0 13 0 284333839 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 23349 0 0 0 21 10 0 0 19 0 13 0 284333839 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284333843 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284333844 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284333844 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1837460 CPUtime=0.38
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1118 0 0 0 38 0 0 0 17 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1837460 CPUtime=0.44
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 44 0 0 0 16 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 1837460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 20861
/proc/meminfo: memFree=1299696/2055888 swapFree=4087160/4096564
[pid=20846] ppid=20844 vsize=1837460 CPUtime=1200.08
/proc/20846/stat : 20846 (java) S 20844 20846 19471 0 -1 0 81371 0 85 0 119946 62 0 0 18 0 13 0 284333813 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20846/statm: 459365 73930 1327 9 0 456976 0
[pid=20846/tid=20848] ppid=20844 vsize=1837460 CPUtime=1198.59
/proc/20846/task/20848/stat : 20848 (java) R 20844 20846 19471 0 -1 64 38775 0 57 0 119817 42 0 0 25 0 13 0 284333828 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109534790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20849] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20849/stat : 20849 (java) S 20844 20846 19471 0 -1 64 16713 0 0 0 25 6 0 0 20 0 13 0 284333839 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20850] ppid=20844 vsize=1837460 CPUtime=0.31
/proc/20846/task/20850/stat : 20850 (java) S 20844 20846 19471 0 -1 64 23349 0 0 0 21 10 0 0 19 0 13 0 284333839 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20851] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20851/stat : 20851 (java) S 20844 20846 19471 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284333843 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20852] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20852/stat : 20852 (java) S 20844 20846 19471 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284333844 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20853] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20853/stat : 20853 (java) S 20844 20846 19471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284333844 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20854] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20854/stat : 20854 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20855] ppid=20844 vsize=1837460 CPUtime=0.38
/proc/20846/task/20855/stat : 20855 (java) S 20844 20846 19471 0 -1 64 1118 0 0 0 38 0 0 0 17 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20846/tid=20856] ppid=20844 vsize=1837460 CPUtime=0.44
/proc/20846/task/20856/stat : 20856 (java) S 20844 20846 19471 0 -1 64 717 0 0 0 44 0 0 0 16 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20857] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20857/stat : 20857 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20858] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20858/stat : 20858 (java) S 20844 20846 19471 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284333850 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20846/tid=20859] ppid=20844 vsize=1837460 CPUtime=0
/proc/20846/task/20859/stat : 20859 (java) S 20844 20846 19471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 284333900 1881559040 73930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1837460

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

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

Child status: 143
Real time (s): 1200.08
CPU time (s): 1200.17
CPU user time (s): 1199.5
CPU system time (s): 0.671897
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 1837460

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

runsolver used 1.24681 second user time and 3.13552 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Wed Feb 28 06:22:35 UTC 2007

IDJOB= 314852
IDBENCH= 20402
IDSOLVER= 96
FILE ID= node76/314852-1172643755

PBS_JOBID= 3981160

Free space on /tmp= 66615 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314852-1172643755/sat4j-sat2007.jar /tmp/evaluation/314852-1172643755/instance-314852-1172643755.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-314852-1172643755 -o ROOT/results/node76/solver-314852-1172643755 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314852-1172643755/sat4j-sat2007.jar /tmp/evaluation/314852-1172643755/instance-314852-1172643755.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  0acd143a4e60b38309663b5993b5ded9

RANDOM SEED= 10062953

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1602776 kB
Buffers:         11708 kB
Cached:         393596 kB
SwapCached:       2696 kB
Active:          30404 kB
Inactive:       384344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1602776 kB
SwapTotal:     4096564 kB
SwapFree:      4087160 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            24724 kB
Committed_AS:  1082272 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66615 MiB

End job on node76 on Wed Feb 28 06:42:37 UTC 2007