Trace number 330362

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.13 1199.48

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
MD5SUMe2ce53da4f00ba19b35d5b71c6e657f7
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70924
Number of clauses294099
Sum of the clauses size752291
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2207955
Number of clauses of size 354916
Number of clauses of size 410434
Number of clauses of size 55929
Number of clauses of size over 512793

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/330362-1173163228/instance-330362-1173163228.cnf
0.08/0.19	c reading problem ... 
1.31/1.21	c ... done. Wall clock time 1.017s.
1.31/1.21	c CPU time (experimental) 1.1s.
1.31/1.21	c #vars     70924
1.31/1.21	c #constraints  284662
1200.05/1199.41	c starts		: 18
1200.05/1199.41	c conflicts		: 243139
1200.05/1199.41	c decisions		: 413040
1200.05/1199.41	c propagations		: 377892561
1200.05/1199.41	c inspects		: 2204776539
1200.05/1199.41	c learnt literals	: 39
1200.05/1199.41	c learnt binary clauses	: 1972
1200.05/1199.41	c learnt ternary clauses	: 3346
1200.05/1199.41	c learnt clauses	: 243100
1200.05/1199.41	c root simplifications	: 0
1200.05/1199.41	c removed literals (reason simplification)	: 20444582
1200.05/1199.41	c reason swapping (by a shorter reason)	: 0
1200.05/1199.41	c Calls to reduceDB	: 0
1200.05/1199.41	c speed (decisions/second)	: 344.73146100237864
1200.05/1199.41	c non guided choices	4740
1200.05/1199.41	s UNKNOWN
1200.05/1199.41	c Total wall clock time (in seconds) : 1199.22
1200.05/1199.41	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 19045
/proc/meminfo: memFree=968128/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1520 CPUtime=0
/proc/19045/stat : 19045 (java) R 19043 19045 18698 0 -1 0 89 0 0 0 0 0 0 0 20 0 1 0 42116767 1556480 71 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 3495104 0 0 4096 0 0 0 0 17 1 0 0
/proc/19045/statm: 380 73 56 9 0 10 0

[startup+0.100302 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 19045
/proc/meminfo: memFree=968128/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1831496 CPUtime=0.08
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 4015 0 1 0 6 2 0 0 18 0 12 0 42116767 1875451904 3756 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 457874 3756 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.201316 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 19045
/proc/meminfo: memFree=968128/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1834568 CPUtime=0.21
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 4929 0 1 0 17 4 0 0 18 0 12 0 42116767 1878597632 4667 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 458642 4667 1255 9 0 456254 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1834568

[startup+0.301333 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 19045
/proc/meminfo: memFree=968128/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1834568 CPUtime=0.33
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 4967 0 1 0 29 4 0 0 18 0 12 0 42116767 1878597632 4705 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 458642 4705 1272 9 0 456254 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1834568

[startup+0.701398 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 19045
/proc/meminfo: memFree=968128/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1834964 CPUtime=0.81
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 8247 0 1 0 76 5 0 0 18 0 12 0 42116767 1879003136 7954 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 458741 7954 1290 9 0 456353 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1834964

[startup+1.50254 s]
/proc/loadavg: 0.91 0.97 0.98 2/76 19057
/proc/meminfo: memFree=925856/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1838092 CPUtime=1.82
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 14854 0 1 0 174 8 0 0 18 0 13 0 42116767 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 459523 14013 1310 9 0 457135 0
[pid=19045/tid=19047] ppid=19043 vsize=1838092 CPUtime=1.29
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 12366 0 1 0 122 7 0 0 20 0 13 0 42116768 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109202639 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42116770 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42116770 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42116772 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 42116772 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 42116772 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1838092 CPUtime=0.27
/proc/19045/task/19054/stat : 19054 (java) R 19043 19045 18698 0 -1 64 1280 0 0 0 27 0 0 0 17 0 13 0 42116776 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103315195 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1838092 CPUtime=0.23
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 482 0 0 0 23 0 0 0 16 0 13 0 42116776 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1838092 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1882206208 14013 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1838092

[startup+3.10181 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 19058
/proc/meminfo: memFree=915672/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1838584 CPUtime=3.55
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 15467 0 1 0 347 8 0 0 18 0 13 0 42116767 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 459646 14367 1313 9 0 457258 0
[pid=19045/tid=19047] ppid=19043 vsize=1838584 CPUtime=2.8
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 12534 0 1 0 273 7 0 0 25 0 13 0 42116768 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109558534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42116770 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42116770 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42116772 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 42116772 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 42116772 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1838584 CPUtime=0.39
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1336 0 0 0 39 0 0 0 16 0 13 0 42116776 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1838584 CPUtime=0.33
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 871 0 0 0 33 0 0 0 16 0 13 0 42116776 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1838584 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1882710016 14367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 1838584

[startup+6.30236 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 19058
/proc/meminfo: memFree=914840/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1838552 CPUtime=6.84
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 15624 0 1 0 675 9 0 0 18 0 13 0 42116767 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 459638 14519 1316 9 0 457250 0
[pid=19045/tid=19047] ppid=19043 vsize=1838552 CPUtime=5.98
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 12676 0 1 0 591 7 0 0 17 0 13 0 42116768 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109640483 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42116770 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42116770 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42116772 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 42116772 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 42116772 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1838552 CPUtime=0.47
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1346 0 0 0 47 0 0 0 16 0 13 0 42116776 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1838552 CPUtime=0.36
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 36 0 0 0 16 0 13 0 42116776 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1838552 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1882677248 14519 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1838552

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.98 2/77 19058
/proc/meminfo: memFree=914720/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1837304 CPUtime=13.23
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 15878 0 1 0 1314 9 0 0 18 0 13 0 42116767 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 459326 14477 1316 9 0 456938 0
[pid=19045/tid=19047] ppid=19043 vsize=1837304 CPUtime=12.37
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 12930 0 1 0 1229 8 0 0 25 0 13 0 42116768 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109611225 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42116770 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42116770 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42116772 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 42116772 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 42116772 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1837304 CPUtime=0.47
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1346 0 0 0 47 0 0 0 16 0 13 0 42116776 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1837304 CPUtime=0.36
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 36 0 0 0 16 0 13 0 42116776 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1881399296 14477 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 1837304

[startup+25.5027 s]
/proc/loadavg: 0.94 0.97 0.98 2/77 19058
/proc/meminfo: memFree=912032/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1837304 CPUtime=26.09
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 16538 0 1 0 2598 11 0 0 18 0 13 0 42116767 1881399296 15136 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 459326 15136 1317 9 0 456938 0
[pid=19045/tid=19047] ppid=19043 vsize=1837304 CPUtime=25.15
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 13580 0 1 0 2506 9 0 0 25 0 13 0 42116768 1881399296 15136 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109611225 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42116770 1881399296 15136 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42116770 1881399296 15136 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1837304 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42116772 1881399296 15136 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=19045] ppid=19043 vsize=1840512 CPUtime=1003.01
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 83614 0 1 0 100238 63 0 0 18 0 13 0 42116767 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 460128 75003 1326 9 0 457740 0
[pid=19045/tid=19047] ppid=19043 vsize=1840512 CPUtime=1001.15
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 38835 0 1 0 100073 42 0 0 25 0 13 0 42116768 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109640337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 12948 0 0 0 39 6 0 0 16 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 28868 0 0 0 33 12 0 0 20 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1840512 CPUtime=0.53
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1356 0 0 0 53 0 0 0 16 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1840512 CPUtime=0.39
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 39 0 0 0 17 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.01
Current children cumulated vsize (KiB) 1840512

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 19060
/proc/meminfo: memFree=671776/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1840512 CPUtime=1062.99
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 83614 0 1 0 106236 63 0 0 18 0 13 0 42116767 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 460128 75003 1326 9 0 457740 0
[pid=19045/tid=19047] ppid=19043 vsize=1840512 CPUtime=1061.12
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 38835 0 1 0 106070 42 0 0 25 0 13 0 42116768 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109557491 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 12948 0 0 0 39 6 0 0 16 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 28868 0 0 0 33 12 0 0 20 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1840512 CPUtime=0.53
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1356 0 0 0 53 0 0 0 16 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1840512 CPUtime=0.39
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 39 0 0 0 17 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 1840512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 19060
/proc/meminfo: memFree=671840/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1840512 CPUtime=1122.97
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 83614 0 1 0 112234 63 0 0 18 0 13 0 42116767 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 460128 75003 1326 9 0 457740 0
[pid=19045/tid=19047] ppid=19043 vsize=1840512 CPUtime=1121.1
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 38835 0 1 0 112068 42 0 0 25 0 13 0 42116768 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109557318 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 12948 0 0 0 39 6 0 0 16 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 28868 0 0 0 33 12 0 0 20 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1840512 CPUtime=0.53
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1356 0 0 0 53 0 0 0 16 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1840512 CPUtime=0.39
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 39 0 0 0 17 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.97
Current children cumulated vsize (KiB) 1840512

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 19060
/proc/meminfo: memFree=671776/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1840512 CPUtime=1182.95
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 83614 0 1 0 118232 63 0 0 18 0 13 0 42116767 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 460128 75003 1326 9 0 457740 0
[pid=19045/tid=19047] ppid=19043 vsize=1840512 CPUtime=1181.08
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 38835 0 1 0 118066 42 0 0 25 0 13 0 42116768 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109557318 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 12948 0 0 0 39 6 0 0 16 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 28868 0 0 0 33 12 0 0 20 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1840512 CPUtime=0.53
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1356 0 0 0 53 0 0 0 16 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1840512 CPUtime=0.39
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 39 0 0 0 17 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.95
Current children cumulated vsize (KiB) 1840512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 19060
/proc/meminfo: memFree=671840/2055920 swapFree=4192812/4192956
[pid=19045] ppid=19043 vsize=1840512 CPUtime=1200.05
/proc/19045/stat : 19045 (java) S 19043 19045 18698 0 -1 0 83614 0 1 0 119942 63 0 0 18 0 13 0 42116767 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19045/statm: 460128 75003 1326 9 0 457740 0
[pid=19045/tid=19047] ppid=19043 vsize=1840512 CPUtime=1198.18
/proc/19045/task/19047/stat : 19047 (java) R 19043 19045 18698 0 -1 64 38835 0 1 0 119776 42 0 0 25 0 13 0 42116768 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109557318 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19048] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19048/stat : 19048 (java) S 19043 19045 18698 0 -1 64 12948 0 0 0 39 6 0 0 16 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19049] ppid=19043 vsize=1840512 CPUtime=0.45
/proc/19045/task/19049/stat : 19049 (java) S 19043 19045 18698 0 -1 64 28868 0 0 0 33 12 0 0 20 0 13 0 42116770 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19050] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19050/stat : 19050 (java) S 19043 19045 18698 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19051] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19051/stat : 19051 (java) S 19043 19045 18698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19052] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19052/stat : 19052 (java) S 19043 19045 18698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 42116772 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19053] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19053/stat : 19053 (java) S 19043 19045 18698 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19054] ppid=19043 vsize=1840512 CPUtime=0.53
/proc/19045/task/19054/stat : 19054 (java) S 19043 19045 18698 0 -1 64 1356 0 0 0 53 0 0 0 16 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19055] ppid=19043 vsize=1840512 CPUtime=0.39
/proc/19045/task/19055/stat : 19055 (java) S 19043 19045 18698 0 -1 64 876 0 0 0 39 0 0 0 17 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19045/tid=19056] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19056/stat : 19056 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19057] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19057/stat : 19057 (java) S 19043 19045 18698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42116776 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19045/tid=19058] ppid=19043 vsize=1840512 CPUtime=0
/proc/19045/task/19058/stat : 19058 (java) S 19043 19045 18698 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 42116900 1884684288 75003 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1840512

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

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

Child status: 143
Real time (s): 1199.48
CPU time (s): 1200.13
CPU user time (s): 1199.45
CPU system time (s): 0.678896
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 1840512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.45
system time used= 0.678896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83636
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= 24700
involuntary context switches= 2326

runsolver used 1.47477 second user time and 2.91256 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue Mar  6 06:40:28 UTC 2007

IDJOB= 330362
IDBENCH= 20562
IDSOLVER= 96
FILE ID= node48/330362-1173163228

PBS_JOBID= 4015241

Free space on /tmp= 66509 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330362-1173163228/sat4j-sat2007.jar /tmp/evaluation/330362-1173163228/instance-330362-1173163228.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-330362-1173163228 -o ROOT/results/node48/solver-330362-1173163228 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330362-1173163228/sat4j-sat2007.jar /tmp/evaluation/330362-1173163228/instance-330362-1173163228.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  e2ce53da4f00ba19b35d5b71c6e657f7

RANDOM SEED= 596242541

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.259
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.259
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:        968664 kB
Buffers:         39388 kB
Cached:         966256 kB
SwapCached:        144 kB
Active:         284864 kB
Inactive:       736280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        968664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7884 kB
Writeback:           0 kB
Mapped:          25520 kB
Slab:            52168 kB
Committed_AS:   103588 kB
PageTables:       1388 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= 66509 MiB

End job on node48 on Tue Mar  6 07:00:30 UTC 2007