Trace number 314692

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 2007UNSAT 1172.43 1171.42

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark409.474
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

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.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/314692-1172640462/instance-314692-1172640462.cnf
0.08/0.19	c reading problem ... 
0.81/0.75	c ... done. Wall clock time 0.553s.
0.81/0.75	c CPU time (experimental) 0.63s.
0.81/0.75	c #vars     52382
0.81/0.75	c #constraints  181871
1172.34/1171.30	c starts		: 19
1172.34/1171.30	c conflicts		: 304134
1172.34/1171.30	c decisions		: 384625
1172.34/1171.30	c propagations		: 300512611
1172.34/1171.30	c inspects		: 2271340799
1172.34/1171.30	c learnt literals	: 59
1172.34/1171.30	c learnt binary clauses	: 375
1172.34/1171.30	c learnt ternary clauses	: 1563
1172.34/1171.30	c learnt clauses	: 304074
1172.34/1171.30	c root simplifications	: 0
1172.34/1171.30	c removed literals (reason simplification)	: 36516770
1172.34/1171.30	c reason swapping (by a shorter reason)	: 0
1172.34/1171.30	c Calls to reduceDB	: 0
1172.34/1171.30	c speed (decisions/second)	: 328.5963627789278
1172.34/1171.30	c non guided choices	1028
1172.34/1171.30	s UNSATISFIABLE
1172.34/1171.30	c Total wall clock time (in seconds) : 1171.108
1172.34/1171.30	c Total CPU time (experimental, in seconds) : 1169.61

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-314692-1172640462 -o ROOT/results/node60/solver-314692-1172640462 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314692-1172640462/sat4j-sat2007.jar /tmp/evaluation/314692-1172640462/instance-314692-1172640462.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.95 0.93 3/64 16679
/proc/meminfo: memFree=1622928/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=152 CPUtime=0
/proc/16679/stat : 16679 (java) D 16677 16679 15931 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 284003050 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5534500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16679/statm: 38 26 19 9 0 4 0

[startup+0.0410569 s]
/proc/loadavg: 0.91 0.95 0.93 3/64 16679
/proc/meminfo: memFree=1622928/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1827476 CPUtime=0.02
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 3263 0 1 0 1 1 0 0 18 0 4 0 284003050 1871335424 3011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 456869 3011 887 9 0 454505 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1827476

[startup+0.102068 s]
/proc/loadavg: 0.91 0.95 0.93 3/64 16679
/proc/meminfo: memFree=1622928/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1831496 CPUtime=0.08
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 4020 0 1 0 6 2 0 0 18 0 12 0 284003050 1875451904 3762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 457874 3762 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.302104 s]
/proc/loadavg: 0.91 0.95 0.93 3/64 16679
/proc/meminfo: memFree=1622928/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1834208 CPUtime=0.36
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 5937 0 1 0 32 4 0 0 18 0 12 0 284003050 1878228992 5641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 458552 5641 1287 9 0 456164 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1834208

[startup+0.702173 s]
/proc/loadavg: 0.91 0.95 0.93 3/64 16679
/proc/meminfo: memFree=1622928/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1834208 CPUtime=0.81
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 9677 0 1 0 76 5 0 0 18 0 12 0 284003050 1878228992 9381 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 458552 9381 1290 9 0 456164 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1834208

[startup+1.50131 s]
/proc/loadavg: 0.91 0.95 0.93 4/77 16692
/proc/meminfo: memFree=1584104/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1836696 CPUtime=1.9
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 12248 0 1 0 184 6 0 0 18 0 13 0 284003050 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 459174 11074 1310 9 0 456786 0
[pid=16679/tid=16681] ppid=16677 vsize=1836696 CPUtime=1.29
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 9503 0 1 0 125 4 0 0 19 0 13 0 284003052 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109612253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284003053 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284003053 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284003056 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 284003056 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003056 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1836696 CPUtime=0.29
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 931 0 0 0 29 0 0 0 16 0 13 0 284003060 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1836696 CPUtime=0.29
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1089 0 0 0 29 0 0 0 16 0 13 0 284003060 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1880776704 11074 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1836696

[startup+3.1026 s]
/proc/loadavg: 0.91 0.95 0.93 2/77 16692
/proc/meminfo: memFree=1583208/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1836696 CPUtime=3.53
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 12348 0 1 0 347 6 0 0 18 0 13 0 284003050 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 459174 11173 1313 9 0 456786 0
[pid=16679/tid=16681] ppid=16677 vsize=1836696 CPUtime=2.87
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 9592 0 1 0 282 5 0 0 25 0 13 0 284003052 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109612253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284003053 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284003053 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284003056 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 284003056 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003056 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1836696 CPUtime=0.32
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 939 0 0 0 32 0 0 0 15 0 13 0 284003060 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1836696 CPUtime=0.31
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1092 0 0 0 31 0 0 0 16 0 13 0 284003060 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1836696 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1880776704 11173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 1836696

[startup+6.30118 s]
/proc/loadavg: 0.92 0.95 0.93 2/77 16692
/proc/meminfo: memFree=1582440/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1836600 CPUtime=6.74
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 12478 0 1 0 667 7 0 0 18 0 13 0 284003050 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 459150 11277 1313 9 0 456762 0
[pid=16679/tid=16681] ppid=16677 vsize=1836600 CPUtime=6.06
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 9720 0 1 0 601 5 0 0 25 0 13 0 284003052 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284003053 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284003053 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284003056 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 284003056 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003056 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1836600 CPUtime=0.32
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 939 0 0 0 32 0 0 0 15 0 13 0 284003060 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1836600 CPUtime=0.32
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1094 0 0 0 32 0 0 0 17 0 13 0 284003060 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1880678400 11277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 1836600

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.93 2/77 16692
/proc/meminfo: memFree=1581744/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1836600 CPUtime=13.14
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 12650 0 1 0 1306 8 0 0 18 0 13 0 284003050 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 459150 11449 1313 9 0 456762 0
[pid=16679/tid=16681] ppid=16677 vsize=1836600 CPUtime=12.46
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 9892 0 1 0 1240 6 0 0 25 0 13 0 284003052 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109561126 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284003053 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284003053 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 284003056 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 284003056 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003056 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1836600 CPUtime=0.32
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 939 0 0 0 32 0 0 0 15 0 13 0 284003060 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1836600 CPUtime=0.32
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1094 0 0 0 32 0 0 0 17 0 13 0 284003060 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1880678400 11449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 1836600

[startup+25.5026 s]
/proc/loadavg: 0.94 0.96 0.93 2/77 16692
/proc/meminfo: memFree=1580080/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1836600 CPUtime=26
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 13114 0 1 0 2592 8 0 0 18 0 13 0 284003050 1880678400 11879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 459150 11879 1316 9 0 456762 0
[pid=16679/tid=16681] ppid=16677 vsize=1836600 CPUtime=25.24
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 10165 0 1 0 2518 6 0 0 25 0 13 0 284003052 1880678400 11879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109549891 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 284003053 1880678400 11879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1836600 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 284003053 1880678400 11879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/loadavg: 1.00 1.05 0.99 2/77 16694
/proc/meminfo: memFree=1142256/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1841728 CPUtime=1169.02
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 147604 0 1 0 116818 84 0 0 18 0 13 0 284003050 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 460432 120988 1326 9 0 458044 0
[pid=16679/tid=16681] ppid=16677 vsize=1841728 CPUtime=1166.29
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 38839 0 1 0 116592 37 0 0 25 0 13 0 284003052 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109612253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 45512 0 0 0 75 18 0 0 16 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 60291 0 0 0 67 26 0 0 20 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1841728 CPUtime=0.4
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 944 0 0 0 40 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1841728 CPUtime=0.42
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1288 0 0 0 42 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1169.02
Current children cumulated vsize (KiB) 1841728

[startup+1169.5 s]
/proc/loadavg: 1.00 1.05 0.99 2/77 16694
/proc/meminfo: memFree=1142256/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1841728 CPUtime=1170.62
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 147604 0 1 0 116978 84 0 0 18 0 13 0 284003050 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 460432 120988 1326 9 0 458044 0
[pid=16679/tid=16681] ppid=16677 vsize=1841728 CPUtime=1167.89
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 38839 0 1 0 116752 37 0 0 25 0 13 0 284003052 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109177462 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 45512 0 0 0 75 18 0 0 16 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 60291 0 0 0 67 26 0 0 20 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1841728 CPUtime=0.4
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 944 0 0 0 40 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1841728 CPUtime=0.42
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1288 0 0 0 42 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1170.62
Current children cumulated vsize (KiB) 1841728

[startup+1170.3 s]
/proc/loadavg: 1.00 1.05 0.99 2/77 16694
/proc/meminfo: memFree=1142256/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1841728 CPUtime=1171.43
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 147604 0 1 0 117059 84 0 0 18 0 13 0 284003050 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 460432 120988 1326 9 0 458044 0
[pid=16679/tid=16681] ppid=16677 vsize=1841728 CPUtime=1168.69
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 38839 0 1 0 116832 37 0 0 25 0 13 0 284003052 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109550266 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 45512 0 0 0 75 18 0 0 16 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 60291 0 0 0 67 26 0 0 20 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1841728 CPUtime=0.4
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 944 0 0 0 40 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1841728 CPUtime=0.42
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1288 0 0 0 42 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1171.43
Current children cumulated vsize (KiB) 1841728

[startup+1171.1 s]
/proc/loadavg: 1.00 1.05 0.99 2/77 16694
/proc/meminfo: memFree=1142256/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1841728 CPUtime=1172.22
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 147604 0 1 0 117138 84 0 0 18 0 13 0 284003050 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 460432 120988 1326 9 0 458044 0
[pid=16679/tid=16681] ppid=16677 vsize=1841728 CPUtime=1169.49
/proc/16679/task/16681/stat : 16681 (java) R 16677 16679 15931 0 -1 64 38839 0 1 0 116912 37 0 0 25 0 13 0 284003052 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109336810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 45512 0 0 0 75 18 0 0 16 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 60291 0 0 0 67 26 0 0 20 0 13 0 284003053 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 284003056 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1841728 CPUtime=0.4
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 944 0 0 0 40 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1841728 CPUtime=0.42
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1288 0 0 0 42 0 0 0 16 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 284003060 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16692] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16692/stat : 16692 (java) S 16677 16679 15931 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 284003130 1885929472 120988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.22
Current children cumulated vsize (KiB) 1841728

[startup+1171.3 s]
/proc/loadavg: 1.00 1.05 0.99 2/77 16694
/proc/meminfo: memFree=1142256/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=1841728 CPUtime=1172.34
/proc/16679/stat : 16679 (java) S 16677 16679 15931 0 -1 0 147605 0 1 0 117150 84 0 0 18 0 12 0 284003050 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 460432 120989 1327 9 0 458044 0
[pid=16679/tid=16681] ppid=16677 vsize=1841728 CPUtime=1169.61
/proc/16679/task/16681/stat : 16681 (java) D 16677 16679 15931 0 -1 64 38839 0 1 0 116924 37 0 0 25 0 12 0 284003052 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 2147483391 0 23759 18446744072099781622 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16682/stat : 16682 (java) S 16677 16679 15931 0 -1 64 45512 0 0 0 75 18 0 0 16 0 12 0 284003053 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16683] ppid=16677 vsize=1841728 CPUtime=0.93
/proc/16679/task/16683/stat : 16683 (java) S 16677 16679 15931 0 -1 64 60291 0 0 0 67 26 0 0 20 0 12 0 284003053 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16677 16679 15931 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 284003056 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16685] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16685/stat : 16685 (java) S 16677 16679 15931 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 284003056 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16686] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16677 16679 15931 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284003056 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16687] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 284003060 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16688] ppid=16677 vsize=1841728 CPUtime=0.4
/proc/16679/task/16688/stat : 16688 (java) S 16677 16679 15931 0 -1 64 944 0 0 0 40 0 0 0 16 0 12 0 284003060 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16689] ppid=16677 vsize=1841728 CPUtime=0.42
/proc/16679/task/16689/stat : 16689 (java) S 16677 16679 15931 0 -1 64 1288 0 0 0 42 0 0 0 16 0 12 0 284003060 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16690] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16690/stat : 16690 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 284003060 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16679/tid=16691] ppid=16677 vsize=1841728 CPUtime=0
/proc/16679/task/16691/stat : 16691 (java) S 16677 16679 15931 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284003060 1885929472 120989 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.34
Current children cumulated vsize (KiB) 1841728

[startup+1171.4 s]
/proc/loadavg: 1.00 1.05 0.99 2/66 16695
/proc/meminfo: memFree=1529456/2055920 swapFree=4183356/4192956
[pid=16679] ppid=16677 vsize=0 CPUtime=1172.4
/proc/16679/stat : 16679 (java) Z 16677 16679 15931 0 -1 1036 147613 0 1 0 117150 90 0 0 16 0 2 0 284003050 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1172.4
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1171.42
CPU time (s): 1172.43
CPU user time (s): 1171.51
CPU system time (s): 0.91886
CPU usage (%): 100.086
Max. virtual memory (cumulated for all children) (KiB): 1841728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.51
system time used= 0.91886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147613
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= 24049
involuntary context switches= 1915

runsolver used 1.27381 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 05:27:42 UTC 2007

IDJOB= 314692
IDBENCH= 20398
IDSOLVER= 96
FILE ID= node60/314692-1172640462

PBS_JOBID= 3981137

Free space on /tmp= 66525 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314692-1172640462/sat4j-sat2007.jar /tmp/evaluation/314692-1172640462/instance-314692-1172640462.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-314692-1172640462 -o ROOT/results/node60/solver-314692-1172640462 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314692-1172640462/sat4j-sat2007.jar /tmp/evaluation/314692-1172640462/instance-314692-1172640462.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  65057bcebbeecf6a7f3bc3fcfb2de009

RANDOM SEED= 433124979

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1623400 kB
Buffers:         14364 kB
Cached:         369344 kB
SwapCached:       3484 kB
Active:          65008 kB
Inactive:       328280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623400 kB
SwapTotal:     4192956 kB
SwapFree:      4183356 kB
Dirty:            4432 kB
Writeback:           0 kB
Mapped:          15292 kB
Slab:            25188 kB
Committed_AS:   844724 kB
PageTables:       1464 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= 66525 MiB

End job on node60 on Wed Feb 28 05:47:14 UTC 2007