Trace number 335576

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.19 1199.14

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
Bench CategoryCRAFTED (crafted 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 variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data (download as text)

0.11/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.46	c version SAT COMPETITION 2007
0.11/0.46	c sun.arch.data.model	32
0.11/0.46	c java.version	1.6.0
0.11/0.46	c os.name	Linux
0.11/0.46	c os.version	2.6.9-22.EL.rootsmp
0.11/0.46	c os.arch	i386
0.11/0.46	c Free memory 1703279312
0.11/0.46	c Max memory 1706164224
0.11/0.46	c Total memory 1706164224
0.11/0.46	c Number of processors 2
0.21/0.52	c --- Begin Solver configuration ---
0.21/0.52	c Stops conflict analysis at the first Unique Implication Point
0.21/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.52	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.52	c Expensive reason simplification
0.21/0.52	c --- End Solver configuration ---
0.21/0.52	c timeout: 2147483s
0.21/0.52	c solving /tmp/evaluation/335576-1173630211/instance-335576-1173630211.cnf
0.21/0.52	c reading problem ... 
1.16/1.33	c ... done. Wall clock time 0.81s.
1.16/1.33	c CPU time (experimental) 0.97s.
1.16/1.33	c #vars     4830
1.16/1.33	c #constraints  330925
1200.05/1199.01	c starts		: 19
1200.05/1199.01	c conflicts		: 296642
1200.05/1199.01	c decisions		: 311693
1200.05/1199.01	c propagations		: 3828474
1200.05/1199.01	c inspects		: 1200036765
1200.05/1199.01	c learnt literals	: 0
1200.05/1199.01	c learnt binary clauses	: 0
1200.05/1199.01	c learnt ternary clauses	: 0
1200.05/1199.01	c learnt clauses	: 160375
1200.05/1199.01	c root simplifications	: 0
1200.05/1199.01	c removed literals (reason simplification)	: 996578
1200.05/1199.01	c reason swapping (by a shorter reason)	: 0
1200.05/1199.01	c Calls to reduceDB	: 0
1200.05/1199.01	c speed (decisions/second)	: 260.2483979376709
1200.05/1199.01	c non guided choices	1287
1200.05/1199.01	s UNKNOWN
1200.05/1199.01	c Total wall clock time (in seconds) : 1198.495
1200.05/1199.01	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/node68/watcher-335576-1173630211 -o ROOT/results/node68/solver-335576-1173630211 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/335576-1173630211/sat4j-sat2007.jar /tmp/evaluation/335576-1173630211/instance-335576-1173630211.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.92 0.98 0.99 2/64 10727
/proc/meminfo: memFree=1948696/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=18568 CPUtime=0
/proc/10727/stat : 10727 (runsolver) R 10725 10727 10332 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 382978824 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 257414458663 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10727/statm: 4642 293 258 24 0 2626 0

[startup+0.066983 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10727
/proc/meminfo: memFree=1948696/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1512 CPUtime=0
/proc/10727/stat : 10727 (java) D 10725 10727 10332 0 -1 0 59 0 2 0 0 0 0 0 18 0 1 0 382978824 1548288 44 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10519559 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10727/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.103046 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10727
/proc/meminfo: memFree=1948696/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1800 CPUtime=0
/proc/10727/stat : 10727 (java) D 10725 10727 10332 0 -1 0 334 0 13 0 0 0 0 0 18 0 1 0 382978824 1843200 155 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 10515003 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10727/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.303008 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10727
/proc/meminfo: memFree=1948696/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1829096 CPUtime=0.07
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 3617 0 54 0 3 4 0 0 18 0 7 0 382978824 1872994304 3412 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 457274 3412 1070 9 0 454910 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829096

[startup+0.702046 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10727
/proc/meminfo: memFree=1948696/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1834296 CPUtime=0.54
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 5973 0 54 0 48 6 0 0 18 0 12 0 382978824 1878319104 5764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 458574 5765 1290 9 0 456186 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1834296

[startup+1.50112 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 10739
/proc/meminfo: memFree=1908984/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1836568 CPUtime=1.51
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 13009 0 54 0 142 9 0 0 18 0 13 0 382978824 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 459142 12557 1310 9 0 456754 0
[pid=10727/tid=10729] ppid=10725 vsize=1836568 CPUtime=1.08
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 11034 0 11 0 102 6 0 0 17 0 13 0 382978840 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109221638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 382978847 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978847 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 382978851 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 382978852 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 382978852 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1836568 CPUtime=0.16
/proc/10727/task/10736/stat : 10736 (java) R 10725 10727 10332 0 -1 64 786 0 0 0 16 0 0 0 17 0 13 0 382978862 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 101873473 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1836568 CPUtime=0.22
/proc/10727/task/10737/stat : 10737 (java) R 10725 10727 10332 0 -1 64 506 0 0 0 22 0 0 0 16 0 13 0 382978862 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103316187 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1836568 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1880645632 12557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1836568

[startup+3.10126 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1889904/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1836424 CPUtime=3.27
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 14662 0 54 0 317 10 0 0 18 0 13 0 382978824 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 459106 14205 1313 9 0 456718 0
[pid=10727/tid=10729] ppid=10725 vsize=1836424 CPUtime=2.65
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 12669 0 11 0 258 7 0 0 23 0 13 0 382978840 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109494691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 382978847 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978847 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 382978851 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 382978852 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 382978852 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1836424 CPUtime=0.23
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 796 0 0 0 23 0 0 0 16 0 13 0 382978862 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1836424 CPUtime=0.34
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 34 0 0 0 16 0 13 0 382978862 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1836424 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1880498176 14205 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 1836424

[startup+6.30255 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1878128/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1836232 CPUtime=6.55
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 17118 0 54 0 644 11 0 0 18 0 13 0 382978824 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 459058 16557 1317 9 0 456670 0
[pid=10727/tid=10729] ppid=10725 vsize=1836232 CPUtime=5.85
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 15055 0 11 0 577 8 0 0 22 0 13 0 382978840 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 382978847 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978847 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 382978851 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 382978852 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 382978852 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1836232 CPUtime=0.31
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 866 0 0 0 31 0 0 0 16 0 13 0 382978862 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1836232 CPUtime=0.35
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 35 0 0 0 16 0 13 0 382978862 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1880301568 16557 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 1836232

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1865208/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1836232 CPUtime=12.96
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 20240 0 54 0 1284 12 0 0 18 0 13 0 382978824 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 459058 19678 1317 9 0 456670 0
[pid=10727/tid=10729] ppid=10725 vsize=1836232 CPUtime=12.25
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 18177 0 11 0 1215 10 0 0 25 0 13 0 382978840 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109536619 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 382978847 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978847 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 382978851 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 382978852 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 382978852 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1836232 CPUtime=0.32
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 866 0 0 0 32 0 0 0 16 0 13 0 382978862 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1836232 CPUtime=0.35
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 35 0 0 0 16 0 13 0 382978862 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1880301568 19678 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 1836232

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1842680/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1836232 CPUtime=25.77
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 25667 0 54 0 2561 16 0 0 18 0 13 0 382978824 1880301568 25105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 459058 25105 1317 9 0 456670 0
[pid=10727/tid=10729] ppid=10725 vsize=1836232 CPUtime=25.05
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 23604 0 11 0 2492 13 0 0 25 0 13 0 382978840 1880301568 25105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109626534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 382978847 1880301568 25105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978847 1880301568 25105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1836232 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 382978851 1880301568 25105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=10727/tid=10732] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 382978851 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 382978852 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 382978852 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1840080 CPUtime=0.33
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 867 0 0 0 33 0 0 0 16 0 13 0 382978862 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1840080 CPUtime=0.37
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 37 0 0 0 16 0 13 0 382978862 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1840080 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1884241920 111696 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.13
Current children cumulated vsize (KiB) 1840080

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1435704/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1841360 CPUtime=1063.37
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 143232 0 54 0 106259 78 0 0 18 0 13 0 382978824 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 460340 126424 1326 9 0 457952 0
[pid=10727/tid=10729] ppid=10725 vsize=1841360 CPUtime=1060.53
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 38829 0 11 0 106026 27 0 0 25 0 13 0 382978840 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109536645 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 46924 0 0 0 83 21 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 55410 0 0 0 78 26 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 382978851 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1841360 CPUtime=0.33
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 867 0 0 0 33 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1841360 CPUtime=0.37
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 37 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.37
Current children cumulated vsize (KiB) 1841360

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10740
/proc/meminfo: memFree=1435704/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1841360 CPUtime=1123.36
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 143232 0 54 0 112258 78 0 0 18 0 13 0 382978824 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 460340 126424 1326 9 0 457952 0
[pid=10727/tid=10729] ppid=10725 vsize=1841360 CPUtime=1120.51
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 38829 0 11 0 112024 27 0 0 25 0 13 0 382978840 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109536619 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 46924 0 0 0 83 21 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 55410 0 0 0 78 26 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 382978851 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1841360 CPUtime=0.33
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 867 0 0 0 33 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1841360 CPUtime=0.37
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 37 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.36
Current children cumulated vsize (KiB) 1841360

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10742
/proc/meminfo: memFree=1435512/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1841360 CPUtime=1183.34
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 143232 0 54 0 118256 78 0 0 18 0 13 0 382978824 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 460340 126424 1326 9 0 457952 0
[pid=10727/tid=10729] ppid=10725 vsize=1841360 CPUtime=1180.5
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 38829 0 11 0 118023 27 0 0 25 0 13 0 382978840 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109599745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 46924 0 0 0 83 21 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 55410 0 0 0 78 26 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 382978851 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1841360 CPUtime=0.33
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 867 0 0 0 33 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1841360 CPUtime=0.37
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 37 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.34
Current children cumulated vsize (KiB) 1841360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.01 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10742
/proc/meminfo: memFree=1435512/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=1841360 CPUtime=1200.05
/proc/10727/stat : 10727 (java) S 10725 10727 10332 0 -1 0 143232 0 54 0 119927 78 0 0 18 0 13 0 382978824 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 460340 126424 1326 9 0 457952 0
[pid=10727/tid=10729] ppid=10725 vsize=1841360 CPUtime=1197.2
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10332 0 -1 64 38829 0 11 0 119693 27 0 0 25 0 13 0 382978840 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10332 0 -1 64 46924 0 0 0 83 21 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=1841360 CPUtime=1.04
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10332 0 -1 64 55410 0 0 0 78 26 0 0 16 0 13 0 382978847 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10732] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10332 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 382978851 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10733] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10332 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10734] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 382978852 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10735] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10736] ppid=10725 vsize=1841360 CPUtime=0.33
/proc/10727/task/10736/stat : 10736 (java) S 10725 10727 10332 0 -1 64 867 0 0 0 33 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10737] ppid=10725 vsize=1841360 CPUtime=0.37
/proc/10727/task/10737/stat : 10737 (java) S 10725 10727 10332 0 -1 64 514 0 0 0 37 0 0 0 16 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10738] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10738/stat : 10738 (java) S 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10739] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10739/stat : 10739 (java) R 10725 10727 10332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 382978862 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10727/tid=10740] ppid=10725 vsize=1841360 CPUtime=0
/proc/10727/task/10740/stat : 10740 (java) S 10725 10727 10332 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 382978959 1885552640 126424 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1841360

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

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

[startup+1199.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10742
/proc/meminfo: memFree=1435512/2055920 swapFree=4183376/4192956
[pid=10727] ppid=10725 vsize=0 CPUtime=1200.15
/proc/10727/stat : 10727 (java) Z 10725 10727 10332 0 -1 1036 143253 0 54 0 119932 83 0 0 16 0 2 0 382978824 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.14
CPU time (s): 1200.19
CPU user time (s): 1199.33
CPU system time (s): 0.858869
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 1841360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.33
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143253
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24970
involuntary context switches= 1163

runsolver used 1.35879 second user time and 3.03154 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Sun Mar 11 16:23:32 UTC 2007

IDJOB= 335576
IDBENCH= 24655
IDSOLVER= 96
FILE ID= node68/335576-1173630211

PBS_JOBID= 4101296

Free space on /tmp= 66557 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/335576-1173630211/sat4j-sat2007.jar /tmp/evaluation/335576-1173630211/instance-335576-1173630211.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-335576-1173630211 -o ROOT/results/node68/solver-335576-1173630211 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/335576-1173630211/sat4j-sat2007.jar /tmp/evaluation/335576-1173630211/instance-335576-1173630211.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 558830582

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.234
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.234
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:       1949040 kB
Buffers:         11040 kB
Cached:          59604 kB
SwapCached:       3952 kB
Active:          28028 kB
Inactive:        52660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1949040 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:            5284 kB
Writeback:           0 kB
Mapped:          15264 kB
Slab:            12200 kB
Committed_AS:   864040 kB
PageTables:       1380 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= 66557 MiB

End job on node68 on Sun Mar 11 16:43:33 UTC 2007