Trace number 331727

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 JVM PARAM CHANGED SAT 2007UNSAT 642.595 642.307

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331727-1173353864/instance-331727-1173353864.cnf
0.20/0.20	c reading problem ... 
0.60/0.53	c ... done. Wall clock time 0.327s.
0.60/0.53	c CPU time (experimental) 0.41s.
0.60/0.53	c #vars     21104
0.60/0.53	c #constraints  73465
642.51/642.25	c starts		: 18
642.51/642.25	c conflicts		: 223192
642.51/642.25	c decisions		: 335989
642.51/642.25	c propagations		: 194383167
642.51/642.25	c inspects		: 1510956972
642.51/642.25	c learnt literals	: 342
642.51/642.25	c learnt binary clauses	: 723
642.51/642.25	c learnt ternary clauses	: 1774
642.51/642.25	c learnt clauses	: 222849
642.51/642.25	c root simplifications	: 0
642.51/642.25	c removed literals (reason simplification)	: 19941769
642.51/642.25	c reason swapping (by a shorter reason)	: 0
642.51/642.25	c Calls to reduceDB	: 0
642.51/642.25	c speed (decisions/second)	: 523.6050766420856
642.51/642.25	c non guided choices	691
642.51/642.25	s UNSATISFIABLE
642.51/642.25	c Total wall clock time (in seconds) : 642.049
642.51/642.25	c Total CPU time (experimental, in seconds) : 641.7

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/node10/watcher-331727-1173353864 -o ROOT/results/node10/solver-331727-1173353864 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331727-1173353864/sat4j-sat2007.jar /tmp/evaluation/331727-1173353864/instance-331727-1173353864.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.90 2/77 6560
/proc/meminfo: memFree=1811256/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=152 CPUtime=0
/proc/6560/stat : 6560 (java6) D 6558 6560 6000 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 355341451 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6560/statm: 38 26 19 9 0 4 0

[startup+0.0868411 s]
/proc/loadavg: 0.91 0.95 0.90 2/77 6560
/proc/meminfo: memFree=1811256/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1778868 CPUtime=0.07
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 3817 0 1 0 5 2 0 0 18 0 7 0 355341451 1821560832 3560 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 444717 3560 1090 9 0 442353 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778868

[startup+0.101845 s]
/proc/loadavg: 0.91 0.95 0.90 2/77 6560
/proc/meminfo: memFree=1811256/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1781132 CPUtime=0.08
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 355341451 1823879168 3709 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445283 3709 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301873 s]
/proc/loadavg: 0.91 0.95 0.90 2/77 6560
/proc/meminfo: memFree=1811256/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1782312 CPUtime=0.33
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 5460 0 1 0 30 3 0 0 18 0 12 0 355341451 1825087488 5176 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445578 5176 1286 9 0 443190 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782312

[startup+0.701926 s]
/proc/loadavg: 0.91 0.95 0.90 2/77 6560
/proc/meminfo: memFree=1811256/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784664 CPUtime=0.93
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 8376 0 1 0 88 5 0 0 18 0 13 0 355341451 1827495936 7575 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446166 7575 1308 9 0 443778 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784664

[startup+1.50104 s]
/proc/loadavg: 0.91 0.95 0.90 2/90 6573
/proc/meminfo: memFree=1785616/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784664 CPUtime=1.88
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 9122 0 1 0 182 6 0 0 18 0 13 0 355341451 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446166 7665 1313 9 0 443778 0
[pid=6560/tid=6562] ppid=6558 vsize=1784664 CPUtime=1.22
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 6164 0 1 0 118 4 0 0 20 0 13 0 355341452 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109608013 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1784664 CPUtime=0.29
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 696 0 0 0 29 0 0 0 16 0 13 0 355341461 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1784664 CPUtime=0.33
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1539 0 0 0 33 0 0 0 16 0 13 0 355341461 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1827495936 7665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1784664

[startup+3.10224 s]
/proc/loadavg: 0.91 0.95 0.90 2/90 6573
/proc/meminfo: memFree=1785104/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784664 CPUtime=3.57
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 9318 0 1 0 351 6 0 0 18 0 13 0 355341451 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446166 7768 1316 9 0 443778 0
[pid=6560/tid=6562] ppid=6558 vsize=1784664 CPUtime=2.8
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 6249 0 1 0 276 4 0 0 17 0 13 0 355341452 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109588752 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1784664 CPUtime=0.34
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 745 0 0 0 34 0 0 0 16 0 13 0 355341461 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1784664 CPUtime=0.4
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1601 0 0 0 40 0 0 0 16 0 13 0 355341461 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1784664 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1827495936 7768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1784664

[startup+6.30267 s]
/proc/loadavg: 0.92 0.95 0.90 2/90 6573
/proc/meminfo: memFree=1784656/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784068 CPUtime=6.76
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 9565 0 1 0 670 6 0 0 18 0 13 0 355341451 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446017 7810 1316 9 0 443629 0
[pid=6560/tid=6562] ppid=6558 vsize=1784068 CPUtime=5.98
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 6496 0 1 0 594 4 0 0 25 0 13 0 355341452 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109555848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1784068 CPUtime=0.35
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 745 0 0 0 35 0 0 0 16 0 13 0 355341461 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1784068 CPUtime=0.4
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1601 0 0 0 40 0 0 0 16 0 13 0 355341461 1826885632 7810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826885632 7811 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826885632 7811 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826885632 7811 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 1784068

[startup+12.7025 s]
/proc/loadavg: 0.93 0.95 0.90 2/90 6573
/proc/meminfo: memFree=1781648/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784068 CPUtime=13.19
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 10299 0 1 0 1313 6 0 0 18 0 13 0 355341451 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446017 8543 1317 9 0 443629 0
[pid=6560/tid=6562] ppid=6558 vsize=1784068 CPUtime=12.35
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 7218 0 1 0 1230 5 0 0 25 0 13 0 355341452 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109556220 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1784068 CPUtime=0.38
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 38 0 0 0 16 0 13 0 355341461 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1784068 CPUtime=0.43
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1607 0 0 0 43 0 0 0 16 0 13 0 355341461 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826885632 8543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1784068

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.91 2/90 6573
/proc/meminfo: memFree=1775760/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1784068 CPUtime=25.99
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 11810 0 1 0 2591 8 0 0 18 0 13 0 355341451 1826885632 10054 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 446017 10054 1317 9 0 443629 0
[pid=6560/tid=6562] ppid=6558 vsize=1784068 CPUtime=25.14
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 8729 0 1 0 2508 6 0 0 25 0 13 0 355341452 1826885632 10054 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109588800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826885632 10054 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1784068 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826885632 10054 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/6560/statm: 445880 26032 1317 9 0 443492 0
[pid=6560/tid=6562] ppid=6558 vsize=1783520 CPUtime=341.84
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 24843 0 1 0 34157 27 0 0 25 0 13 0 355341452 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109555099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1783520 CPUtime=0.4
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 40 0 0 0 17 0 13 0 355341461 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1783520 CPUtime=0.44
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1608 0 0 0 44 0 0 0 16 0 13 0 355341461 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826324480 26032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.7
Current children cumulated vsize (KiB) 1783520

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 6573
/proc/meminfo: memFree=1701776/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1783520 CPUtime=402.68
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 30309 0 1 0 40237 31 0 0 18 0 13 0 355341451 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445880 28416 1317 9 0 443492 0
[pid=6560/tid=6562] ppid=6558 vsize=1783520 CPUtime=401.82
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 27227 0 1 0 40152 30 0 0 25 0 13 0 355341452 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562036 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1783520 CPUtime=0.4
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 40 0 0 0 17 0 13 0 355341461 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1783520 CPUtime=0.44
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1608 0 0 0 44 0 0 0 16 0 13 0 355341461 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826324480 28416 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.68
Current children cumulated vsize (KiB) 1783520

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 6575
/proc/meminfo: memFree=1695632/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1783520 CPUtime=462.67
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 31826 0 1 0 46233 34 0 0 18 0 13 0 355341451 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445880 29933 1317 9 0 443492 0
[pid=6560/tid=6562] ppid=6558 vsize=1783520 CPUtime=461.8
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 28744 0 1 0 46148 32 0 0 25 0 13 0 355341452 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109561443 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1783520 CPUtime=0.4
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 40 0 0 0 17 0 13 0 355341461 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1783520 CPUtime=0.44
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1608 0 0 0 44 0 0 0 16 0 13 0 355341461 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826324480 29933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.67
Current children cumulated vsize (KiB) 1783520

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 6575
/proc/meminfo: memFree=1690320/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1783520 CPUtime=522.65
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 33141 0 1 0 52229 36 0 0 18 0 13 0 355341451 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445880 31248 1317 9 0 443492 0
[pid=6560/tid=6562] ppid=6558 vsize=1783520 CPUtime=521.78
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 30059 0 1 0 52144 34 0 0 25 0 13 0 355341452 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109555107 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1783520 CPUtime=0.4
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 40 0 0 0 17 0 13 0 355341461 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1783520 CPUtime=0.44
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1608 0 0 0 44 0 0 0 16 0 13 0 355341461 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826324480 31248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.65
Current children cumulated vsize (KiB) 1783520

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 6575
/proc/meminfo: memFree=1682960/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=1783520 CPUtime=582.63
/proc/6560/stat : 6560 (java) S 6558 6560 6000 0 -1 0 34972 0 1 0 58226 37 0 0 18 0 13 0 355341451 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 445880 33079 1317 9 0 443492 0
[pid=6560/tid=6562] ppid=6558 vsize=1783520 CPUtime=581.77
/proc/6560/task/6562/stat : 6562 (java) R 6558 6560 6000 0 -1 64 31890 0 1 0 58141 36 0 0 25 0 13 0 355341452 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109555129 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355341454 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6564] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355341454 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6558 6560 6000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355341456 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6566] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6566/stat : 6566 (java) S 6558 6560 6000 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 355341457 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6567] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 355341457 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6568] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6558 6560 6000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 355341461 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6569] ppid=6558 vsize=1783520 CPUtime=0.4
/proc/6560/task/6569/stat : 6569 (java) S 6558 6560 6000 0 -1 64 751 0 0 0 40 0 0 0 17 0 13 0 355341461 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6570] ppid=6558 vsize=1783520 CPUtime=0.44
/proc/6560/task/6570/stat : 6570 (java) S 6558 6560 6000 0 -1 64 1608 0 0 0 44 0 0 0 16 0 13 0 355341461 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6571] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6571/stat : 6571 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 355341461 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6560/tid=6572] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6572/stat : 6572 (java) S 6558 6560 6000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355341461 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6560/tid=6573] ppid=6558 vsize=1783520 CPUtime=0
/proc/6560/task/6573/stat : 6573 (java) S 6558 6560 6000 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355341508 1826324480 33079 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.63
Current children cumulated vsize (KiB) 1783520

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 6576
/proc/meminfo: memFree=1799760/2055920 swapFree=4168784/4192956
[pid=6560] ppid=6558 vsize=0 CPUtime=642.58
/proc/6560/stat : 6560 (java) Z 6558 6560 6000 0 -1 1036 36189 0 1 0 64217 41 0 0 16 0 2 0 355341451 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.58
Current children cumulated vsize (KiB) 0

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

Child status: 20
Real time (s): 642.307
CPU time (s): 642.595
CPU user time (s): 642.177
CPU system time (s): 0.417936
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 1784664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.177
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36189
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= 13418
involuntary context switches= 22195

runsolver used 0.555915 second user time and 1.80173 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Thu Mar  8 11:37:44 UTC 2007

IDJOB= 331727
IDBENCH= 20394
IDSOLVER= 141
FILE ID= node10/331727-1173353864

PBS_JOBID= 4045311

Free space on /tmp= 66502 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331727-1173353864/sat4j-sat2007.jar /tmp/evaluation/331727-1173353864/instance-331727-1173353864.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-331727-1173353864 -o ROOT/results/node10/solver-331727-1173353864 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331727-1173353864/sat4j-sat2007.jar /tmp/evaluation/331727-1173353864/instance-331727-1173353864.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 609596031

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1811664 kB
Buffers:         37656 kB
Cached:         123488 kB
SwapCached:       2600 kB
Active:         104364 kB
Inactive:        80428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811664 kB
SwapTotal:     4192956 kB
SwapFree:      4168784 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          31116 kB
Slab:            44916 kB
Committed_AS:  1637296 kB
PageTables:       1836 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= 66502 MiB

End job on node10 on Thu Mar  8 11:48:27 UTC 2007