Trace number 295355

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

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S145251364-05.UNSAT.shuffled.cnf
MD5SUMee89e4da2a8d3079f24627352f05afd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark236.472
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54895

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/295355-1171804042/instance-295355-1171804042.cnf
0.09/0.20	c reading problem ... 
0.36/0.32	c ... done. Wall clock time 0.118s.
0.36/0.32	c CPU time (experimental) 0.23s.
0.36/0.32	c #vars     55
0.36/0.32	c #constraints  4895
1200.07/1200.05	c starts		: 29
1200.07/1200.05	c conflicts		: 20218652
1200.07/1200.05	c decisions		: 22425388
1200.07/1200.05	c propagations		: 176159250
1200.07/1200.05	c inspects		: 8142883035
1200.07/1200.05	c learnt literals	: 0
1200.07/1200.05	c learnt binary clauses	: 0
1200.07/1200.05	c learnt ternary clauses	: 5
1200.07/1200.05	c learnt clauses	: 1029
1200.07/1200.05	c root simplifications	: 0
1200.07/1200.05	c removed literals (reason simplification)	: 78057457
1200.07/1200.05	c reason swapping (by a shorter reason)	: 0
1200.07/1200.05	c Calls to reduceDB	: 0
1200.07/1200.05	c speed (decisions/second)	: 18692.036541555182
1200.07/1200.05	c non guided choices	28
1200.07/1200.05	s UNKNOWN
1200.07/1200.05	c Total wall clock time (in seconds) : 1199.85
1200.07/1200.05	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/node1/watcher-295355-1171804042 -o ROOT/results/node1/solver-295355-1171804042 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295355-1171804042/sat4j-sat2007.jar /tmp/evaluation/295355-1171804042/instance-295355-1171804042.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.93 0.98 0.99 3/77 13714
/proc/meminfo: memFree=1705280/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=152 CPUtime=0
/proc/13714/stat : 13714 (java) D 13712 13714 12975 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 200359320 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5829412 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13714/statm: 38 26 19 9 0 4 0

[startup+0.106978 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13714
/proc/meminfo: memFree=1705280/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1831644 CPUtime=0.09
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 4054 0 1 0 7 2 0 0 18 0 12 0 200359320 1875603456 3795 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 457911 3795 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.515025 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 13714
/proc/meminfo: memFree=1705280/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836736 CPUtime=0.69
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 6615 0 1 0 65 4 0 0 18 0 13 0 200359320 1880817664 5707 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459184 5707 1305 9 0 456796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1836736

[startup+1.33712 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 13727
/proc/meminfo: memFree=1686360/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836736 CPUtime=1.67
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 6965 0 1 0 163 4 0 0 18 0 13 0 200359320 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459184 6056 1311 9 0 456796 0
[pid=13714/tid=13716] ppid=13712 vsize=1836736 CPUtime=1.11
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 4480 0 1 0 109 2 0 0 25 0 13 0 200359322 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109580876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200359323 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200359323 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 200359325 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 200359326 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200359326 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1836736 CPUtime=0.24
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 453 0 0 0 24 0 0 0 16 0 13 0 200359330 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1836736 CPUtime=0.29
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1310 0 0 0 29 0 0 0 15 0 13 0 200359330 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1880817664 6056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1836736

[startup+2.98731 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 13727
/proc/meminfo: memFree=1684056/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836736 CPUtime=3.31
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 7762 0 1 0 327 4 0 0 18 0 13 0 200359320 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459184 6852 1311 9 0 456796 0
[pid=13714/tid=13716] ppid=13712 vsize=1836736 CPUtime=2.76
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 5277 0 1 0 273 3 0 0 25 0 13 0 200359322 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586530 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200359323 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200359323 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 200359325 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 200359326 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200359326 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1836736 CPUtime=0.24
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 453 0 0 0 24 0 0 0 15 0 13 0 200359330 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1836736 CPUtime=0.29
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1310 0 0 0 29 0 0 0 16 0 13 0 200359330 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1836736 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1880817664 6852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 1836736

[startup+6.26469 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 13727
/proc/meminfo: memFree=1677528/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836608 CPUtime=6.6
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 9312 0 1 0 655 5 0 0 18 0 13 0 200359320 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459152 8369 1311 9 0 456764 0
[pid=13714/tid=13716] ppid=13712 vsize=1836608 CPUtime=6.03
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 6827 0 1 0 600 3 0 0 25 0 13 0 200359322 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586530 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200359323 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200359323 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 200359325 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 200359326 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200359326 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1836608 CPUtime=0.24
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 453 0 0 0 24 0 0 0 15 0 13 0 200359330 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1836608 CPUtime=0.29
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1310 0 0 0 29 0 0 0 16 0 13 0 200359330 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1880686592 8369 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1836608

[startup+12.7644 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 13727
/proc/meminfo: memFree=1664536/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836608 CPUtime=13.09
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 12396 0 1 0 1302 7 0 0 18 0 13 0 200359320 1880686592 11453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459152 11453 1311 9 0 456764 0
[pid=13714/tid=13716] ppid=13712 vsize=1836608 CPUtime=12.54
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 9911 0 1 0 1248 6 0 0 25 0 13 0 200359322 1880686592 11453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109521072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200359323 1880686592 11453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200359323 1880686592 11453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 200359325 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 200359326 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200359326 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1836608 CPUtime=0.24
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 453 0 0 0 24 0 0 0 15 0 13 0 200359330 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1836608 CPUtime=0.29
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1310 0 0 0 29 0 0 0 16 0 13 0 200359330 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1880686592 11454 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1836608

[startup+25.633 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 13727
/proc/meminfo: memFree=1641880/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1836608 CPUtime=25.95
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 18241 0 1 0 2585 10 0 0 18 0 13 0 200359320 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 459152 17298 1311 9 0 456764 0
[pid=13714/tid=13716] ppid=13712 vsize=1836608 CPUtime=25.4
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 15756 0 1 0 2531 9 0 0 25 0 13 0 200359322 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109343423 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200359323 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200359323 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 200359325 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 200359326 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200359326 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1836608 CPUtime=0.24
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 453 0 0 0 24 0 0 0 15 0 13 0 200359330 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1836608 CPUtime=0.29
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1310 0 0 0 29 0 0 0 16 0 13 0 200359330 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1836608 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1880686592 17298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.95

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

[pid=13714] ppid=13712 vsize=1834640 CPUtime=1063.16
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 42203 0 1 0 106289 27 0 0 18 0 13 0 200359320 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 458660 40343 1324 9 0 456272 0
[pid=13714/tid=13716] ppid=13712 vsize=1834640 CPUtime=1062.53
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 38843 0 1 0 106227 26 0 0 25 0 13 0 200359322 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109581698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 448 0 0 0 2 0 0 0 17 0 13 0 200359323 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1834640 CPUtime=0.01
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 407 0 0 0 1 0 0 0 16 0 13 0 200359323 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 200359325 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 200359326 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200359326 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1834640 CPUtime=0.25
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 454 0 0 0 25 0 0 0 16 0 13 0 200359330 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1834640 CPUtime=0.3
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1312 0 0 0 30 0 0 0 16 0 13 0 200359330 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1878671360 40343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.16
Current children cumulated vsize (KiB) 1834640

[startup+1123.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13727
/proc/meminfo: memFree=1547928/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1834640 CPUtime=1123.17
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 42217 0 1 0 112289 28 0 0 18 0 13 0 200359320 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 458660 40356 1324 9 0 456272 0
[pid=13714/tid=13716] ppid=13712 vsize=1834640 CPUtime=1122.54
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 38844 0 1 0 112228 26 0 0 25 0 13 0 200359322 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109575069 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 448 0 0 0 2 0 0 0 16 0 13 0 200359323 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 420 0 0 0 2 0 0 0 17 0 13 0 200359323 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 200359325 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 200359326 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200359326 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1834640 CPUtime=0.25
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 454 0 0 0 25 0 0 0 16 0 13 0 200359330 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1834640 CPUtime=0.3
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1312 0 0 0 30 0 0 0 16 0 13 0 200359330 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1878671360 40356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.17
Current children cumulated vsize (KiB) 1834640

[startup+1183.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13727
/proc/meminfo: memFree=1547928/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1834640 CPUtime=1183.18
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 42219 0 1 0 118290 28 0 0 18 0 13 0 200359320 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 458660 40340 1324 9 0 456272 0
[pid=13714/tid=13716] ppid=13712 vsize=1834640 CPUtime=1182.55
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 38845 0 1 0 118229 26 0 0 25 0 13 0 200359322 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109568274 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 449 0 0 0 2 0 0 0 17 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 420 0 0 0 2 0 0 0 16 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 200359325 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1834640 CPUtime=0.25
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 454 0 0 0 25 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1834640 CPUtime=0.3
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1312 0 0 0 30 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 1834640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13727
/proc/meminfo: memFree=1547928/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1834640 CPUtime=1200.07
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 42219 0 1 0 119979 28 0 0 18 0 13 0 200359320 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 458660 40340 1324 9 0 456272 0
[pid=13714/tid=13716] ppid=13712 vsize=1834640 CPUtime=1199.43
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 38845 0 1 0 119917 26 0 0 25 0 13 0 200359322 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586655 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 449 0 0 0 2 0 0 0 17 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 420 0 0 0 2 0 0 0 16 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 200359325 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1834640 CPUtime=0.25
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 454 0 0 0 25 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1834640 CPUtime=0.3
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1312 0 0 0 30 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 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) 1834640

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

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

[startup+1200.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13727
/proc/meminfo: memFree=1547928/2055920 swapFree=4158120/4192956
[pid=13714] ppid=13712 vsize=1834640 CPUtime=1200.07
/proc/13714/stat : 13714 (java) S 13712 13714 12975 0 -1 0 42219 0 1 0 119979 28 0 0 18 0 13 0 200359320 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 458660 40340 1324 9 0 456272 0
[pid=13714/tid=13716] ppid=13712 vsize=1834640 CPUtime=1199.43
/proc/13714/task/13716/stat : 13716 (java) R 13712 13714 12975 0 -1 64 38845 0 1 0 119917 26 0 0 25 0 13 0 200359322 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586655 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13717/stat : 13717 (java) S 13712 13714 12975 0 -1 64 449 0 0 0 2 0 0 0 17 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13718] ppid=13712 vsize=1834640 CPUtime=0.02
/proc/13714/task/13718/stat : 13718 (java) S 13712 13714 12975 0 -1 64 420 0 0 0 2 0 0 0 16 0 13 0 200359323 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13719] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13712 13714 12975 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 200359325 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13720] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13720/stat : 13720 (java) S 13712 13714 12975 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13721] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13712 13714 12975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200359326 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13722] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13723] ppid=13712 vsize=1834640 CPUtime=0.25
/proc/13714/task/13723/stat : 13723 (java) S 13712 13714 12975 0 -1 64 454 0 0 0 25 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13724] ppid=13712 vsize=1834640 CPUtime=0.3
/proc/13714/task/13724/stat : 13724 (java) S 13712 13714 12975 0 -1 64 1312 0 0 0 30 0 0 0 16 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13725] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13725/stat : 13725 (java) S 13712 13714 12975 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13714/tid=13726] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13726/stat : 13726 (java) S 13712 13714 12975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200359330 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13714/tid=13727] ppid=13712 vsize=1834640 CPUtime=0
/proc/13714/task/13727/stat : 13727 (java) S 13712 13714 12975 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 200359353 1878671360 40340 18446744073709551615 134512640 134550740 4294956400 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) 1834640

Child status: 143
Real time (s): 1200.08
CPU time (s): 1200.12
CPU user time (s): 1199.81
CPU system time (s): 0.308953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1836736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.81
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42240
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= 24738
involuntary context switches= 48064

runsolver used 1.08283 second user time and 3.18152 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Feb 18 13:07:22 UTC 2007

IDJOB= 295355
IDBENCH= 19911
IDSOLVER= 96
FILE ID= node1/295355-1171804042

PBS_JOBID= 3839330

Free space on /tmp= 66551 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S145251364-05.UNSAT.shuffled.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295355-1171804042/sat4j-sat2007.jar /tmp/evaluation/295355-1171804042/instance-295355-1171804042.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-295355-1171804042 -o ROOT/results/node1/solver-295355-1171804042 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295355-1171804042/sat4j-sat2007.jar /tmp/evaluation/295355-1171804042/instance-295355-1171804042.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ee89e4da2a8d3079f24627352f05afd0

RANDOM SEED= 330171225

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1705752 kB
Buffers:         48364 kB
Cached:         209032 kB
SwapCached:      15284 kB
Active:         221016 kB
Inactive:        59568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705752 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          29900 kB
Slab:            55188 kB
Committed_AS:   632896 kB
PageTables:       1740 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= 66551 MiB

End job on node1 on Sun Feb 18 13:27:25 UTC 2007