Trace number 335618

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 1199.58

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
MD5SUM677c0547bc16a23b319702cb8efc6aa8
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 variables1190
Number of clauses39900
Sum of the clauses size80920
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 239865
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.19/0.20	c --- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c Expensive reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c timeout: 2147483s
0.19/0.20	c solving /tmp/evaluation/335618-1173631012/instance-335618-1173631012.cnf
0.19/0.20	c reading problem ... 
0.50/0.43	c ... done. Wall clock time 0.225s.
0.50/0.43	c CPU time (experimental) 0.3s.
0.50/0.43	c #vars     1190
0.50/0.43	c #constraints  39900
1200.07/1199.51	c starts		: 24
1200.07/1199.51	c conflicts		: 2621240
1200.07/1199.51	c decisions		: 2822471
1200.07/1199.51	c propagations		: 27877686
1200.07/1199.51	c inspects		: 3178783936
1200.07/1199.51	c learnt literals	: 0
1200.07/1199.51	c learnt binary clauses	: 0
1200.07/1199.51	c learnt ternary clauses	: 0
1200.07/1199.51	c learnt clauses	: 87727
1200.07/1199.51	c root simplifications	: 0
1200.07/1199.51	c removed literals (reason simplification)	: 11163401
1200.07/1199.51	c reason swapping (by a shorter reason)	: 0
1200.07/1199.51	c Calls to reduceDB	: 0
1200.07/1199.51	c speed (decisions/second)	: 2353.8598694668085
1200.07/1199.51	c non guided choices	608
1200.07/1199.51	s UNKNOWN
1200.07/1199.51	c Total wall clock time (in seconds) : 1199.311
1200.07/1199.51	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/node21/watcher-335618-1173631012 -o ROOT/results/node21/solver-335618-1173631012 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/335618-1173631012/sat4j-sat2007.jar /tmp/evaluation/335618-1173631012/instance-335618-1173631012.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6469
/proc/meminfo: memFree=1905440/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=152 CPUtime=0
/proc/6469/stat : 6469 (java) D 6467 6469 6013 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 89071998 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 8438564 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6469/statm: 38 26 19 9 0 4 0

[startup+0.074476 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6469
/proc/meminfo: memFree=1905440/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1829096 CPUtime=0.06
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 3764 0 1 0 4 2 0 0 18 0 7 0 89071998 1872994304 3506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 457274 3506 1082 9 0 454910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829096

[startup+0.101479 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6469
/proc/meminfo: memFree=1905440/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1831496 CPUtime=0.08
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 4006 0 1 0 6 2 0 0 18 0 12 0 89071998 1875451904 3747 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 457874 3747 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301501 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6469
/proc/meminfo: memFree=1905440/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1833500 CPUtime=0.33
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 5281 0 1 0 29 4 0 0 18 0 12 0 89071998 1877504000 5011 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458375 5011 1285 9 0 455987 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833500

[startup+0.701545 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6469
/proc/meminfo: memFree=1905440/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=0.96
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 7091 0 1 0 91 5 0 0 18 0 13 0 89071998 1880096768 6494 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 6494 1308 9 0 456620 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1836032

[startup+1.50263 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1882872/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=1.85
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 8375 0 1 0 180 5 0 0 18 0 13 0 89071998 1880096768 7603 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 7603 1311 9 0 456620 0
[pid=6469/tid=6471] ppid=6467 vsize=1836032 CPUtime=1.27
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 6016 0 1 0 123 4 0 0 19 0 13 0 89071999 1880096768 7603 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109174820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 89072001 1880096768 7603 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 89072001 1880096768 7603 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 89072003 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 89072004 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 89072004 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1836032 CPUtime=0.31
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 31 0 0 0 16 0 13 0 89072008 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1836032 CPUtime=0.24
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 815 0 0 0 24 0 0 0 15 0 13 0 89072008 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1880096768 7604 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1836032

[startup+3.1028 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1876472/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=3.47
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 10392 0 1 0 340 7 0 0 18 0 13 0 89071998 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 9619 1311 9 0 456620 0
[pid=6469/tid=6471] ppid=6467 vsize=1836032 CPUtime=2.87
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 8033 0 1 0 282 5 0 0 25 0 13 0 89071999 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109614047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 89072001 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 89072001 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 89072003 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 89072004 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 89072004 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1836032 CPUtime=0.32
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 32 0 0 0 17 0 13 0 89072008 1880096768 9619 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1836032 CPUtime=0.25
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 815 0 0 0 25 0 0 0 16 0 13 0 89072008 1880096768 9620 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1880096768 9620 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1880096768 9620 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1880096768 9620 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1836032

[startup+6.30115 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1861688/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=6.66
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 13876 0 1 0 658 8 0 0 18 0 13 0 89071998 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 13094 1311 9 0 456620 0
[pid=6469/tid=6471] ppid=6467 vsize=1836032 CPUtime=6.07
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 11517 0 1 0 600 7 0 0 25 0 13 0 89071999 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109614047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 89072001 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 89072001 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 89072003 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 89072004 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 89072004 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1836032 CPUtime=0.32
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 32 0 0 0 17 0 13 0 89072008 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1836032 CPUtime=0.25
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 815 0 0 0 25 0 0 0 16 0 13 0 89072008 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1880096768 13094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1836032

[startup+12.7028 s]
/proc/loadavg: 0.93 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1834232/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=13.06
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 20275 0 1 0 1294 12 0 0 18 0 13 0 89071998 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 19493 1311 9 0 456620 0
[pid=6469/tid=6471] ppid=6467 vsize=1836032 CPUtime=12.46
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 17916 0 1 0 1235 11 0 0 25 0 13 0 89071999 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109614012 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 89072001 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 89072001 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 89072003 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 89072004 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 89072004 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1836032 CPUtime=0.32
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 32 0 0 0 17 0 13 0 89072008 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1836032 CPUtime=0.26
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 815 0 0 0 26 0 0 0 17 0 13 0 89072008 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1880096768 19493 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 1836032

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1792120/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1836032 CPUtime=25.86
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 30523 0 1 0 2567 19 0 0 18 0 13 0 89071998 1880096768 29741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 459008 29741 1311 9 0 456620 0
[pid=6469/tid=6471] ppid=6467 vsize=1836032 CPUtime=25.24
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 28164 0 1 0 2507 17 0 0 25 0 13 0 89071999 1880096768 29741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109614047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 89072001 1880096768 29741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1836032 CPUtime=0
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 89072001 1880096768 29741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=6469] ppid=6467 vsize=1835044 CPUtime=1062.88
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 65613 0 1 0 106245 43 0 0 18 0 13 0 89071998 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458761 58547 1321 9 0 456373 0
[pid=6469/tid=6471] ppid=6467 vsize=1835044 CPUtime=1061.22
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 38836 0 1 0 106092 30 0 0 25 0 13 0 89071999 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109497665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1835044 CPUtime=0.49
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 13140 0 0 0 44 5 0 0 17 0 13 0 89072001 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1835044 CPUtime=0.49
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 11253 0 0 0 44 5 0 0 17 0 13 0 89072001 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 89072003 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89072004 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 89072004 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1835044 CPUtime=0.33
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 33 0 0 0 16 0 13 0 89072008 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1835044 CPUtime=0.29
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 29 0 0 0 17 0 13 0 89072008 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1879085056 58547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 1835044

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1675640/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1835044 CPUtime=1122.87
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 66133 0 1 0 112243 44 0 0 18 0 13 0 89071998 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458761 58298 1321 9 0 456373 0
[pid=6469/tid=6471] ppid=6467 vsize=1835044 CPUtime=1121.2
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 38837 0 1 0 112089 31 0 0 25 0 13 0 89071999 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109543992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1835044 CPUtime=0.5
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 13289 0 0 0 45 5 0 0 16 0 13 0 89072001 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1835044 CPUtime=0.5
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 11623 0 0 0 45 5 0 0 16 0 13 0 89072001 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 89072003 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89072004 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 89072004 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1835044 CPUtime=0.33
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 33 0 0 0 16 0 13 0 89072008 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1835044 CPUtime=0.29
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 29 0 0 0 17 0 13 0 89072008 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1879085056 58298 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.87
Current children cumulated vsize (KiB) 1835044

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1675192/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1835044 CPUtime=1182.87
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 67108 0 1 0 118242 45 0 0 18 0 13 0 89071998 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458761 58392 1321 9 0 456373 0
[pid=6469/tid=6471] ppid=6467 vsize=1835044 CPUtime=1181.16
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 38838 0 1 0 118085 31 0 0 25 0 13 0 89071999 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537306 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1835044 CPUtime=0.52
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 13817 0 0 0 47 5 0 0 17 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1835044 CPUtime=0.53
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 12069 0 0 0 47 6 0 0 16 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 89072003 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1835044 CPUtime=0.33
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 33 0 0 0 16 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1835044 CPUtime=0.29
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 29 0 0 0 17 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.87
Current children cumulated vsize (KiB) 1835044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1675192/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1835044 CPUtime=1200.07
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 67108 0 1 0 119962 45 0 0 18 0 13 0 89071998 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458761 58392 1321 9 0 456373 0
[pid=6469/tid=6471] ppid=6467 vsize=1835044 CPUtime=1198.35
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 38838 0 1 0 119804 31 0 0 25 0 13 0 89071999 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1835044 CPUtime=0.52
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 13817 0 0 0 47 5 0 0 17 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1835044 CPUtime=0.53
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 12069 0 0 0 47 6 0 0 16 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 89072003 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1835044 CPUtime=0.33
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 33 0 0 0 16 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1835044 CPUtime=0.29
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 29 0 0 0 17 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1835044

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

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

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 6482
/proc/meminfo: memFree=1675192/2055920 swapFree=4152668/4192956
[pid=6469] ppid=6467 vsize=1835044 CPUtime=1200.07
/proc/6469/stat : 6469 (java) S 6467 6469 6013 0 -1 0 67108 0 1 0 119962 45 0 0 18 0 13 0 89071998 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6469/statm: 458761 58392 1321 9 0 456373 0
[pid=6469/tid=6471] ppid=6467 vsize=1835044 CPUtime=1198.35
/proc/6469/task/6471/stat : 6471 (java) R 6467 6469 6013 0 -1 64 38838 0 1 0 119804 31 0 0 25 0 13 0 89071999 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109537324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6472] ppid=6467 vsize=1835044 CPUtime=0.52
/proc/6469/task/6472/stat : 6472 (java) S 6467 6469 6013 0 -1 64 13817 0 0 0 47 5 0 0 17 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6473] ppid=6467 vsize=1835044 CPUtime=0.53
/proc/6469/task/6473/stat : 6473 (java) S 6467 6469 6013 0 -1 64 12069 0 0 0 47 6 0 0 16 0 13 0 89072001 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6474] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6474/stat : 6474 (java) S 6467 6469 6013 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 89072003 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6475] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6475/stat : 6475 (java) S 6467 6469 6013 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6476] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6476/stat : 6476 (java) S 6467 6469 6013 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 89072004 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6477] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6477/stat : 6477 (java) S 6467 6469 6013 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6478] ppid=6467 vsize=1835044 CPUtime=0.33
/proc/6469/task/6478/stat : 6478 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 33 0 0 0 16 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6479] ppid=6467 vsize=1835044 CPUtime=0.29
/proc/6469/task/6479/stat : 6479 (java) S 6467 6469 6013 0 -1 64 819 0 0 0 29 0 0 0 17 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6480] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6480/stat : 6480 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6469/tid=6481] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6481/stat : 6481 (java) S 6467 6469 6013 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89072008 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6469/tid=6482] ppid=6467 vsize=1835044 CPUtime=0
/proc/6469/task/6482/stat : 6482 (java) S 6467 6469 6013 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 89072042 1879085056 58392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1835044

Child status: 143
Real time (s): 1199.58
CPU time (s): 1200.16
CPU user time (s): 1199.66
CPU system time (s): 0.491925
CPU usage (%): 100.048
Max. virtual memory (cumulated for all children) (KiB): 1836416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67130
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= 24794
involuntary context switches= 25230

runsolver used 1.11783 second user time and 3.2715 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar 11 16:36:52 UTC 2007

IDJOB= 335618
IDBENCH= 24656
IDSOLVER= 96
FILE ID= node21/335618-1173631012

PBS_JOBID= 4101280

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  677c0547bc16a23b319702cb8efc6aa8

RANDOM SEED= 630566252

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1905848 kB
Buffers:         27912 kB
Cached:          64248 kB
SwapCached:       8820 kB
Active:          62620 kB
Inactive:        54000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905848 kB
SwapTotal:     4192956 kB
SwapFree:      4152668 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          30428 kB
Slab:            18944 kB
Committed_AS:   207892 kB
PageTables:       1772 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= 66562 MiB

End job on node21 on Sun Mar 11 16:56:54 UTC 2007