Trace number 339020

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 1200.31

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.11/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.39	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.39	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18/0.40	c version SAT COMPETITION 2007
0.18/0.40	c sun.arch.data.model	32
0.18/0.40	c java.version	1.6.0
0.18/0.40	c os.name	Linux
0.18/0.40	c os.version	2.6.9-22.EL.rootsmp
0.18/0.40	c os.arch	i386
0.18/0.40	c Free memory 1703279312
0.18/0.40	c Max memory 1706164224
0.18/0.40	c Total memory 1706164224
0.18/0.40	c Number of processors 2
0.18/0.46	c --- Begin Solver configuration ---
0.18/0.46	c Stops conflict analysis at the first Unique Implication Point
0.18/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.46	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.46	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.46	c Expensive reason simplification
0.18/0.46	c --- End Solver configuration ---
0.18/0.46	c timeout: 2147483s
0.18/0.46	c solving /tmp/evaluation/339020-1173696836/instance-339020-1173696836.cnf
0.18/0.46	c reading problem ... 
0.29/0.52	c ... done. Wall clock time 0.061s.
0.29/0.52	c CPU time (experimental) 0.23s.
0.29/0.52	c #vars     577
0.29/0.52	c #constraints  1922
1200.08/1200.21	c starts		: 22
1200.08/1200.21	c conflicts		: 1259560
1200.08/1200.21	c decisions		: 1366399
1200.08/1200.21	c propagations		: 94889545
1200.08/1200.21	c inspects		: 3560416903
1200.08/1200.21	c learnt literals	: 0
1200.08/1200.21	c learnt binary clauses	: 767
1200.08/1200.21	c learnt ternary clauses	: 0
1200.08/1200.21	c learnt clauses	: 194624
1200.08/1200.21	c root simplifications	: 0
1200.08/1200.21	c removed literals (reason simplification)	: 11694265
1200.08/1200.21	c reason swapping (by a shorter reason)	: 0
1200.08/1200.21	c Calls to reduceDB	: 0
1200.08/1200.21	c speed (decisions/second)	: 1138.9626811615342
1200.08/1200.21	c non guided choices	2491
1200.08/1200.21	s UNKNOWN
1200.08/1200.21	c Total wall clock time (in seconds) : 1199.753
1200.08/1200.21	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/node38/watcher-339020-1173696836 -o ROOT/results/node38/solver-339020-1173696836 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/339020-1173696836/sat4j-sat2007.jar /tmp/evaluation/339020-1173696836/instance-339020-1173696836.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.99 0.97 0.99 2/64 11741
/proc/meminfo: memFree=1811680/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=18568 CPUtime=0
/proc/11741/stat : 11741 (runsolver) D 11739 11741 9941 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 389639483 19013632 293 18446744073709551615 4194304 4294612 548682068928 18446744073709551615 266890439975 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/11741/statm: 4642 293 258 24 0 2626 0

[startup+0.0575861 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11741
/proc/meminfo: memFree=1811680/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=12056 CPUtime=0.01
/proc/11741/stat : 11741 (java) R 11739 11741 9941 0 -1 0 368 0 6 0 0 1 0 0 18 0 1 0 389639483 12345344 181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 8577834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11741/statm: 3014 181 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.101652 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11741
/proc/meminfo: memFree=1811680/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=12416 CPUtime=0.02
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 735 0 26 0 0 2 0 0 18 0 2 0 389639483 12713984 545 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 3105 546 237 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12416

[startup+0.301672 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11741
/proc/meminfo: memFree=1811680/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1829232 CPUtime=0.11
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 3833 0 37 0 5 6 0 0 18 0 7 0 389639483 1873133568 3611 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 457308 3611 1090 9 0 454944 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1829232

[startup+0.701724 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11741
/proc/meminfo: memFree=1811680/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839668 CPUtime=0.64
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 7073 0 37 0 56 8 0 0 18 0 13 0 389639483 1883820032 6130 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459917 6130 1296 9 0 457529 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1839668

[startup+1.50281 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 11754
/proc/meminfo: memFree=1782584/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839124 CPUtime=1.73
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 8426 0 37 0 165 8 0 0 18 0 13 0 389639483 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459781 6506 1315 9 0 457393 0
[pid=11741/tid=11743] ppid=11739 vsize=1839124 CPUtime=1
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 4320 0 11 0 95 5 0 0 19 0 13 0 389639492 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109531571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 389639501 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 389639501 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 389639505 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 389639506 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 389639506 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839124 CPUtime=0.35
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1679 0 0 0 35 0 0 0 15 0 13 0 389639515 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839124 CPUtime=0.34
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1728 0 0 0 34 0 0 0 16 0 13 0 389639515 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883262976 6506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1839124

[startup+3.10299 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11754
/proc/meminfo: memFree=1780152/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839124 CPUtime=3.35
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 9285 0 37 0 326 9 0 0 18 0 13 0 389639483 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459781 7365 1315 9 0 457393 0
[pid=11741/tid=11743] ppid=11739 vsize=1839124 CPUtime=2.58
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 5177 0 11 0 253 5 0 0 25 0 13 0 389639492 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109586911 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 389639501 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 389639501 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 389639505 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 389639506 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 389639506 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839124 CPUtime=0.37
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1681 0 0 0 37 0 0 0 16 0 13 0 389639515 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839124 CPUtime=0.35
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1728 0 0 0 35 0 0 0 16 0 13 0 389639515 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839124 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883262976 7365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 1839124

[startup+6.30135 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11754
/proc/meminfo: memFree=1773560/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=6.55
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 10731 0 37 0 646 9 0 0 18 0 13 0 389639483 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 8801 1316 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=5.77
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 6621 0 11 0 571 6 0 0 25 0 13 0 389639492 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109586911 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 389639501 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 389639501 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 389639506 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 389639506 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1681 0 0 0 37 0 0 0 16 0 13 0 389639515 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.36
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 36 0 0 0 16 0 13 0 389639515 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 8801 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 1839092

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11754
/proc/meminfo: memFree=1763320/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=12.95
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 13091 0 37 0 1285 10 0 0 18 0 13 0 389639483 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 11160 1316 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=12.16
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 8981 0 11 0 1210 6 0 0 25 0 13 0 389639492 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109531606 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 389639501 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 389639501 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 389639506 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 389639506 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1681 0 0 0 37 0 0 0 16 0 13 0 389639515 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.36
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 36 0 0 0 17 0 13 0 389639515 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 11160 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 1839092

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11754
/proc/meminfo: memFree=1745272/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=25.76
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 17513 0 37 0 2564 12 0 0 18 0 13 0 389639483 1883230208 15582 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 15582 1316 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=24.95
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 13402 0 11 0 2487 8 0 0 25 0 13 0 389639492 1883230208 15582 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109534090 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 389639501 1883230208 15582 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 389639501 1883230208 15582 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=11741] ppid=11739 vsize=1839092 CPUtime=1002.28
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 59559 0 37 0 100164 64 0 0 18 0 13 0 389639483 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 57065 1325 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=1000.87
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 38824 0 11 0 100034 53 0 0 25 0 13 0 389639492 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109535941 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 9242 0 0 0 25 4 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 7375 0 0 0 26 3 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.39
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1682 0 0 0 39 0 0 0 16 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 37 0 0 0 17 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1839092

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11952
/proc/meminfo: memFree=1578104/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=1062.26
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 59559 0 37 0 106161 65 0 0 18 0 13 0 389639483 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 57065 1325 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=1060.84
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 38824 0 11 0 106031 53 0 0 25 0 13 0 389639492 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109534294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 9242 0 0 0 25 4 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 7375 0 0 0 26 3 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.39
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1682 0 0 0 39 0 0 0 16 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 37 0 0 0 17 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1839092

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11952
/proc/meminfo: memFree=1578104/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=1122.22
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 59559 0 37 0 112157 65 0 0 18 0 13 0 389639483 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 57065 1325 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=1120.8
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 38824 0 11 0 112027 53 0 0 25 0 13 0 389639492 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109531571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 9242 0 0 0 25 4 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 7375 0 0 0 26 3 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.39
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1682 0 0 0 39 0 0 0 16 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 37 0 0 0 17 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 1839092

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11952
/proc/meminfo: memFree=1578104/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=1182.18
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 59559 0 37 0 118153 65 0 0 18 0 13 0 389639483 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 57065 1325 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=1180.76
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 38824 0 11 0 118023 53 0 0 25 0 13 0 389639492 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109531571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 9242 0 0 0 25 4 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 7375 0 0 0 26 3 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.39
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1682 0 0 0 39 0 0 0 16 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 37 0 0 0 17 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 1839092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 11952
/proc/meminfo: memFree=1578104/2055920 swapFree=4177272/4192956
[pid=11741] ppid=11739 vsize=1839092 CPUtime=1200.08
/proc/11741/stat : 11741 (java) S 11739 11741 9941 0 -1 0 59559 0 37 0 119943 65 0 0 18 0 13 0 389639483 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 459773 57065 1325 9 0 457385 0
[pid=11741/tid=11743] ppid=11739 vsize=1839092 CPUtime=1198.66
/proc/11741/task/11743/stat : 11743 (java) R 11739 11741 9941 0 -1 64 38824 0 11 0 119813 53 0 0 25 0 13 0 389639492 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109534105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11744] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11744/stat : 11744 (java) S 11739 11741 9941 0 -1 64 9242 0 0 0 25 4 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11745] ppid=11739 vsize=1839092 CPUtime=0.29
/proc/11741/task/11745/stat : 11745 (java) S 11739 11741 9941 0 -1 64 7375 0 0 0 26 3 0 0 16 0 13 0 389639501 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11746] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11746/stat : 11746 (java) S 11739 11741 9941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 389639505 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11747] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11747/stat : 11747 (java) S 11739 11741 9941 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11748] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11748/stat : 11748 (java) S 11739 11741 9941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 389639506 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11749] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11749/stat : 11749 (java) S 11739 11741 9941 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11750] ppid=11739 vsize=1839092 CPUtime=0.39
/proc/11741/task/11750/stat : 11750 (java) S 11739 11741 9941 0 -1 64 1682 0 0 0 39 0 0 0 16 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11751] ppid=11739 vsize=1839092 CPUtime=0.37
/proc/11741/task/11751/stat : 11751 (java) S 11739 11741 9941 0 -1 64 1730 0 0 0 37 0 0 0 17 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11752] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11752/stat : 11752 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11741/tid=11753] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11753/stat : 11753 (java) S 11739 11741 9941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 389639515 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11741/tid=11754] ppid=11739 vsize=1839092 CPUtime=0
/proc/11741/task/11754/stat : 11754 (java) S 11739 11741 9941 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 389639536 1883230208 57065 18446744073709551615 134512640 134550740 4294956496 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) 1839092

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.31
CPU time (s): 1200.19
CPU user time (s): 1199.5
CPU system time (s): 0.689895
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 1839796

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

runsolver used 1.20282 second user time and 3.31649 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Mar 12 10:53:57 UTC 2007

IDJOB= 339020
IDBENCH= 24737
IDSOLVER= 96
FILE ID= node38/339020-1173696836

PBS_JOBID= 4101483

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/339020-1173696836/sat4j-sat2007.jar /tmp/evaluation/339020-1173696836/instance-339020-1173696836.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-339020-1173696836 -o ROOT/results/node38/solver-339020-1173696836 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/339020-1173696836/sat4j-sat2007.jar /tmp/evaluation/339020-1173696836/instance-339020-1173696836.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  5d5a2534629561aec3a6f7f6c6034d03

RANDOM SEED= 620029167

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1812344 kB
Buffers:         29980 kB
Cached:         158864 kB
SwapCached:       9988 kB
Active:          92092 kB
Inactive:       113596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812344 kB
SwapTotal:     4192956 kB
SwapFree:      4177272 kB
Dirty:            1240 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            23932 kB
Committed_AS:   711276 kB
PageTables:       1468 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= 66563 MiB

End job on node38 on Mon Mar 12 11:13:59 UTC 2007