Trace number 311796

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.16 1200.13

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S2084125686-20-SAT.cnf
MD5SUM481b04db1084d221cad49f8d1e419306
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.363944
Satisfiable
(Un)Satisfiability was proved
Number of variables2405
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1703279312
0.09/0.15	c Max memory 1706164224
0.09/0.15	c Total memory 1706164224
0.09/0.15	c Number of processors 2
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c Expensive reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c timeout: 2147483s
0.09/0.20	c solving /tmp/evaluation/311796-1172576715/instance-311796-1172576715.cnf
0.09/0.20	c reading problem ... 
0.35/0.34	c ... done. Wall clock time 0.136s.
0.35/0.34	c CPU time (experimental) 0.25s.
0.35/0.34	c #vars     2405
0.35/0.34	c #constraints  7478
1200.06/1200.06	c starts		: 20
1200.06/1200.06	c conflicts		: 448897
1200.06/1200.06	c decisions		: 564434
1200.06/1200.06	c propagations		: 113529020
1200.06/1200.06	c inspects		: 3125612482
1200.06/1200.06	c learnt literals	: 0
1200.06/1200.06	c learnt binary clauses	: 15
1200.06/1200.06	c learnt ternary clauses	: 182
1200.06/1200.06	c learnt clauses	: 448897
1200.06/1200.06	c root simplifications	: 0
1200.06/1200.06	c removed literals (reason simplification)	: 9920217
1200.06/1200.06	c reason swapping (by a shorter reason)	: 0
1200.06/1200.06	c Calls to reduceDB	: 0
1200.06/1200.06	c speed (decisions/second)	: 470.4730119461606
1200.06/1200.06	c non guided choices	69
1200.06/1200.06	s UNKNOWN
1200.06/1200.06	c Total wall clock time (in seconds) : 1199.858
1200.06/1200.06	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 19512
/proc/meminfo: memFree=1813000/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=152 CPUtime=0
/proc/19512/stat : 19512 (java) D 19510 19512 19075 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 277627424 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 1962788 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19512/statm: 38 26 19 9 0 4 0

[startup+0.106727 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 19512
/proc/meminfo: memFree=1813000/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1831644 CPUtime=0.09
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 4050 0 1 0 7 2 0 0 18 0 12 0 277627424 1875603456 3791 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 457911 3791 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.514762 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 19512
/proc/meminfo: memFree=1813000/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837780 CPUtime=0.69
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 7217 0 1 0 65 4 0 0 18 0 13 0 277627424 1881886720 6145 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459445 6145 1305 9 0 457057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1837780

[startup+1.33682 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 19525
/proc/meminfo: memFree=1792544/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837780 CPUtime=1.62
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 7480 0 1 0 158 4 0 0 18 0 13 0 277627424 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459445 6407 1308 9 0 457057 0
[pid=19512/tid=19514] ppid=19510 vsize=1837780 CPUtime=1.09
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 4400 0 1 0 107 2 0 0 19 0 13 0 277627426 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 277627430 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837780 CPUtime=0.23
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1379 0 0 0 23 0 0 0 16 0 13 0 277627434 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837780 CPUtime=0.27
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 979 0 0 0 27 0 0 0 16 0 13 0 277627434 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881886720 6407 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1837780

[startup+2.98897 s]
/proc/loadavg: 0.93 0.98 0.98 2/77 19525
/proc/meminfo: memFree=1790880/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837780 CPUtime=3.38
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 8093 0 1 0 333 5 0 0 18 0 13 0 277627424 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459445 6824 1312 9 0 457057 0
[pid=19512/tid=19514] ppid=19510 vsize=1837780 CPUtime=2.72
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 4782 0 1 0 269 3 0 0 25 0 13 0 277627426 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109546982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837780 CPUtime=0.28
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1389 0 0 0 28 0 0 0 16 0 13 0 277627434 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837780 CPUtime=0.34
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1200 0 0 0 34 0 0 0 16 0 13 0 277627434 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837780 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881886720 6824 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 1837780

[startup+6.28326 s]
/proc/loadavg: 0.93 0.98 0.98 2/77 19525
/proc/meminfo: memFree=1788704/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=6.7
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 8704 0 1 0 664 6 0 0 18 0 13 0 277627424 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 7316 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=5.98
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 5389 0 1 0 595 3 0 0 25 0 13 0 277627426 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.31
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 31 0 0 0 16 0 13 0 277627434 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.37
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1201 0 0 0 37 0 0 0 16 0 13 0 277627434 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 7316 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1837204

[startup+12.7768 s]
/proc/loadavg: 0.94 0.98 0.98 2/77 19525
/proc/meminfo: memFree=1784560/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=13.2
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 9629 0 1 0 1313 7 0 0 18 0 13 0 277627424 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 8241 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=12.47
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 6314 0 1 0 1243 4 0 0 25 0 13 0 277627426 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109549203 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.32
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 32 0 0 0 17 0 13 0 277627434 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.37
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1201 0 0 0 37 0 0 0 16 0 13 0 277627434 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 8241 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 1837204

[startup+25.6279 s]
/proc/loadavg: 0.95 0.98 0.98 2/77 19525
/proc/meminfo: memFree=1780344/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=26.06
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 10786 0 1 0 2598 8 0 0 18 0 13 0 277627424 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 9332 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=25.31
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 7467 0 1 0 2526 5 0 0 25 0 13 0 277627426 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109538147 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.32
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 32 0 0 0 17 0 13 0 277627434 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 9332 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.06

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

[pid=19512] ppid=19510 vsize=1837204 CPUtime=1002.99
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 35195 0 1 0 100252 47 0 0 18 0 13 0 277627424 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 33741 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=1002.24
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 31876 0 1 0 100180 44 0 0 25 0 13 0 277627426 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547055 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.33
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 33 0 0 0 17 0 13 0 277627434 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 33741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.99
Current children cumulated vsize (KiB) 1837204

[startup+1062.94 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 19723
/proc/meminfo: memFree=1678904/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=1063.03
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 35880 0 1 0 106250 53 0 0 18 0 13 0 277627424 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 34426 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=1062.28
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 32561 0 1 0 106178 50 0 0 25 0 13 0 277627426 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547055 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.33
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 33 0 0 0 17 0 13 0 277627434 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 34426 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.03
Current children cumulated vsize (KiB) 1837204

[startup+1123 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 19723
/proc/meminfo: memFree=1675000/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=1123.05
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 36887 0 1 0 112252 53 0 0 18 0 13 0 277627424 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 35433 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=1122.3
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 33568 0 1 0 112179 51 0 0 25 0 13 0 277627426 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109548962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.33
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 33 0 0 0 17 0 13 0 277627434 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 35433 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.05
Current children cumulated vsize (KiB) 1837204

[startup+1183.05 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 19723
/proc/meminfo: memFree=1670712/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=1183.07
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 37968 0 1 0 118252 55 0 0 18 0 13 0 277627424 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 36514 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=1182.31
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 34649 0 1 0 118179 52 0 0 25 0 13 0 277627426 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547055 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.33
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 33 0 0 0 17 0 13 0 277627434 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 36514 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 1837204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.05 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 19723
/proc/meminfo: memFree=1669752/2055920 swapFree=4172320/4192956
[pid=19512] ppid=19510 vsize=1837204 CPUtime=1200.06
/proc/19512/stat : 19512 (java) S 19510 19512 19075 0 -1 0 38200 0 1 0 119951 55 0 0 18 0 13 0 277627424 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19512/statm: 459301 36746 1312 9 0 456913 0
[pid=19512/tid=19514] ppid=19510 vsize=1837204 CPUtime=1199.31
/proc/19512/task/19514/stat : 19514 (java) R 19510 19512 19075 0 -1 64 34881 0 1 0 119879 52 0 0 25 0 13 0 277627426 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109517314 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 277627427 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 277627427 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19517] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 19075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 277627430 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 19075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 277627430 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 277627430 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 19075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 277627434 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=1837204 CPUtime=0.33
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 19075 0 -1 64 1392 0 0 0 33 0 0 0 17 0 13 0 277627434 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19522] ppid=19510 vsize=1837204 CPUtime=0.39
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 19075 0 -1 64 1205 0 0 0 39 0 0 0 16 0 13 0 277627434 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 277627434 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 19075 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 277627434 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19512/tid=19525] ppid=19510 vsize=1837204 CPUtime=0
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 19075 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 277627459 1881296896 36746 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1837204

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.13
CPU time (s): 1200.16
CPU user time (s): 1199.58
CPU system time (s): 0.578911
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1837780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.578911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38227
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24675
involuntary context switches= 21239

runsolver used 1.3258 second user time and 3.00754 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Feb 27 11:45:15 UTC 2007

IDJOB= 311796
IDBENCH= 20325
IDSOLVER= 96
FILE ID= node41/311796-1172576715

PBS_JOBID= 3971916

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S2084125686-20-SAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/311796-1172576715/sat4j-sat2007.jar /tmp/evaluation/311796-1172576715/instance-311796-1172576715.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-311796-1172576715 -o ROOT/results/node41/solver-311796-1172576715 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/311796-1172576715/sat4j-sat2007.jar /tmp/evaluation/311796-1172576715/instance-311796-1172576715.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  481b04db1084d221cad49f8d1e419306

RANDOM SEED= 58138547

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1813472 kB
Buffers:         33476 kB
Cached:         148560 kB
SwapCached:      14892 kB
Active:         115760 kB
Inactive:        87504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813472 kB
SwapTotal:     4192956 kB
SwapFree:      4172320 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          15212 kB
Slab:            25228 kB
Committed_AS:   565108 kB
PageTables:       1476 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= 66559 MiB

End job on node41 on Tue Feb 27 12:05:17 UTC 2007