Trace number 330992

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? (MO) 573.749 571.614

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark239.446
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data (download as text)

0.10/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.27	c version SAT COMPETITION 2007
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 1703279312
0.10/0.27	c Max memory 1706164224
0.10/0.27	c Total memory 1706164224
0.10/0.27	c Number of processors 2
0.20/0.32	c --- Begin Solver configuration ---
0.20/0.32	c Stops conflict analysis at the first Unique Implication Point
0.20/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.32	c Expensive reason simplification
0.20/0.32	c --- End Solver configuration ---
0.20/0.32	c timeout: 2147483s
0.20/0.32	c solving /tmp/evaluation/330992-1173177814/instance-330992-1173177814.cnf
0.20/0.32	c reading problem ... 
1.95/1.90	c ... done. Wall clock time 1.581s.
1.95/1.90	c CPU time (experimental) 1.64s.
1.95/1.90	c #vars     44095
1.95/1.90	c #constraints  542252
573.48/571.49	c starts		: 20
573.48/571.49	c conflicts		: 458847
573.48/571.49	c decisions		: 4468414
573.48/571.49	c propagations		: 185967620
573.48/571.49	c inspects		: 1063795848
573.48/571.49	c learnt literals	: 2
573.48/571.49	c learnt binary clauses	: 760
573.48/571.49	c learnt ternary clauses	: 960
573.48/571.49	c learnt clauses	: 458845
573.48/571.49	c root simplifications	: 0
573.48/571.49	c removed literals (reason simplification)	: 38922152
573.48/571.49	c reason swapping (by a shorter reason)	: 0
573.48/571.49	c Calls to reduceDB	: 0
573.48/571.49	c speed (decisions/second)	: 7845.65438775152
573.48/571.49	c non guided choices	752035
573.48/571.49	s UNKNOWN
573.48/571.49	c Total wall clock time (in seconds) : 571.167
573.48/571.49	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/node7/watcher-330992-1173177814 -o ROOT/results/node7/solver-330992-1173177814 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330992-1173177814/sat4j-sat2007.jar /tmp/evaluation/330992-1173177814/instance-330992-1173177814.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: 1.02 1.02 1.00 2/77 23467
/proc/meminfo: memFree=1373648/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1520 CPUtime=0
/proc/23467/stat : 23467 (java) R 23465 23467 23070 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 337736181 1556480 73 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10388064 0 0 4096 0 0 0 0 17 1 0 0
/proc/23467/statm: 380 73 56 9 0 10 0

[startup+0.0877171 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 23467
/proc/meminfo: memFree=1373648/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1827476 CPUtime=0.03
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 3239 0 32 0 1 2 0 0 18 0 4 0 337736181 1871335424 3017 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 456869 3017 887 9 0 454505 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1827476

[startup+0.101718 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 23467
/proc/meminfo: memFree=1373648/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1827764 CPUtime=0.05
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 3474 0 32 0 2 3 0 0 18 0 4 0 337736181 1871630336 3250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 456941 3250 1022 9 0 454577 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1827764

[startup+0.301741 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 23467
/proc/meminfo: memFree=1373648/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1833820 CPUtime=0.2
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 4810 0 32 0 15 5 0 0 18 0 12 0 337736181 1877831680 4579 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458455 4579 1252 9 0 456067 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1833820

[startup+0.701776 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 23467
/proc/meminfo: memFree=1373648/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835564 CPUtime=0.75
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 8539 0 32 0 69 6 0 0 18 0 12 0 337736181 1879617536 7931 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458891 7932 1289 9 0 456503 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1835564

[startup+1.50286 s]
/proc/loadavg: 1.02 1.02 1.00 2/89 23479
/proc/meminfo: memFree=1332848/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835564 CPUtime=1.55
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 15100 0 32 0 145 10 0 0 18 0 12 0 337736181 1879617536 14491 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458891 14491 1304 9 0 456503 0
[pid=23467/tid=23469] ppid=23465 vsize=1835564 CPUtime=1.24
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 13167 0 6 0 116 8 0 0 20 0 12 0 337736185 1879617536 14492 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109511349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 337736188 1879617536 14492 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 337736188 1879617536 14492 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 337736192 1879617536 14492 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 337736192 1879617536 14493 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 337736192 1879617536 14493 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 337736199 1879617536 14493 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1835564 CPUtime=0.11
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 517 0 0 0 11 0 0 0 16 0 12 0 337736199 1879617536 14494 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1835564 CPUtime=0.17
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 724 0 0 0 17 0 0 0 16 0 12 0 337736199 1879617536 14494 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 337736199 1879617536 14495 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1835564 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 337736199 1879617536 14495 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1835564

[startup+3.10204 s]
/proc/loadavg: 1.02 1.02 1.00 4/90 23480
/proc/meminfo: memFree=1302184/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835888 CPUtime=3.56
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 18947 0 32 0 342 14 0 0 18 0 13 0 337736181 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458972 18337 1319 9 0 456584 0
[pid=23467/tid=23469] ppid=23465 vsize=1835888 CPUtime=2.67
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 16920 0 6 0 256 11 0 0 25 0 13 0 337736185 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109581379 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 337736188 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736188 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 337736192 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 337736192 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 337736192 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1835888 CPUtime=0.42
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 547 0 0 0 42 0 0 0 16 0 13 0 337736199 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1835888 CPUtime=0.44
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 783 0 0 0 44 0 0 0 17 0 13 0 337736199 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1835888 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1879949312 18337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1835888

[startup+6.30136 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 23480
/proc/meminfo: memFree=1300328/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835824 CPUtime=6.75
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 19046 0 32 0 661 14 0 0 18 0 13 0 337736181 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458956 18422 1319 9 0 456568 0
[pid=23467/tid=23469] ppid=23465 vsize=1835824 CPUtime=5.86
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 17018 0 6 0 575 11 0 0 25 0 13 0 337736185 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109664493 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 337736188 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736188 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337736192 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 337736192 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 337736192 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1835824 CPUtime=0.42
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 547 0 0 0 42 0 0 0 16 0 13 0 337736199 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1835824 CPUtime=0.44
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 783 0 0 0 44 0 0 0 17 0 13 0 337736199 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1879883776 18422 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 1835824

[startup+12.702 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 23480
/proc/meminfo: memFree=1299624/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835824 CPUtime=13.15
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 19239 0 32 0 1301 14 0 0 18 0 13 0 337736181 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458956 18615 1319 9 0 456568 0
[pid=23467/tid=23469] ppid=23465 vsize=1835824 CPUtime=12.26
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 17211 0 6 0 1215 11 0 0 25 0 13 0 337736185 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109664345 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 337736188 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736188 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337736192 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 337736192 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 337736192 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1835824 CPUtime=0.42
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 547 0 0 0 42 0 0 0 16 0 13 0 337736199 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1835824 CPUtime=0.44
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 783 0 0 0 44 0 0 0 17 0 13 0 337736199 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1879883776 18615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 1835824

[startup+25.5024 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 23480
/proc/meminfo: memFree=1297320/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1835824 CPUtime=25.95
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 19851 0 32 0 2581 14 0 0 18 0 13 0 337736181 1879883776 19227 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 458956 19227 1320 9 0 456568 0
[pid=23467/tid=23469] ppid=23465 vsize=1835824 CPUtime=25.05
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 17822 0 6 0 2493 12 0 0 25 0 13 0 337736185 1879883776 19227 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109581379 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 337736188 1879883776 19227 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736188 1879883776 19227 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1835824 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337736192 1879883776 19227 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=23467/tid=23472] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1840952 CPUtime=0.47
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 552 0 0 0 47 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1840952 CPUtime=0.5
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 792 0 0 0 50 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.81
Current children cumulated vsize (KiB) 1840952

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23480
/proc/meminfo: memFree=900456/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1840952 CPUtime=463.78
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 140278 0 32 0 46300 78 0 0 18 0 13 0 337736181 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 460238 118225 1330 9 0 457850 0
[pid=23467/tid=23469] ppid=23465 vsize=1840952 CPUtime=460.55
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 38828 0 6 0 46020 35 0 0 25 0 13 0 337736185 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109664493 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1840952 CPUtime=1.1
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 45402 0 0 0 91 19 0 0 16 0 13 0 337736188 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1840952 CPUtime=1.11
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 54001 0 0 0 91 20 0 0 16 0 13 0 337736188 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1840952 CPUtime=0.47
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 552 0 0 0 47 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1840952 CPUtime=0.5
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 792 0 0 0 50 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 463.78
Current children cumulated vsize (KiB) 1840952

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23480
/proc/meminfo: memFree=900392/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1840952 CPUtime=523.77
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 140278 0 32 0 52298 79 0 0 18 0 13 0 337736181 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 460238 118225 1330 9 0 457850 0
[pid=23467/tid=23469] ppid=23465 vsize=1840952 CPUtime=520.54
/proc/23467/task/23469/stat : 23469 (java) R 23465 23467 23070 0 -1 64 38828 0 6 0 52018 36 0 0 25 0 13 0 337736185 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109581658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1840952 CPUtime=1.1
/proc/23467/task/23470/stat : 23470 (java) S 23465 23467 23070 0 -1 64 45402 0 0 0 91 19 0 0 16 0 13 0 337736188 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1840952 CPUtime=1.11
/proc/23467/task/23471/stat : 23471 (java) S 23465 23467 23070 0 -1 64 54001 0 0 0 91 20 0 0 16 0 13 0 337736188 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 337736192 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1840952 CPUtime=0.47
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 552 0 0 0 47 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1840952 CPUtime=0.5
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 792 0 0 0 50 0 0 0 17 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) R 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1840952 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1885134848 118225 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 523.77
Current children cumulated vsize (KiB) 1840952



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+571.003 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 23480
/proc/meminfo: memFree=894952/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1846072 CPUtime=572.69
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 142840 0 32 0 57188 81 0 0 18 0 13 0 337736181 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23467/statm: 461518 119505 1330 9 0 459130 0
[pid=23467/tid=23469] ppid=23465 vsize=1846072 CPUtime=568.99
/proc/23467/task/23469/stat : 23469 (java) S 23465 23467 23070 0 -1 64 38828 0 6 0 56863 36 0 0 25 0 13 0 337736185 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1846072 CPUtime=1.32
/proc/23467/task/23470/stat : 23470 (java) R 23465 23467 23070 0 -1 64 46683 0 0 0 112 20 0 0 18 0 13 0 337736188 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105070817 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1846072 CPUtime=1.34
/proc/23467/task/23471/stat : 23471 (java) R 23465 23467 23070 0 -1 64 55282 0 0 0 113 21 0 0 18 0 13 0 337736188 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366888 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 337736192 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 337736192 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 337736192 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 337736199 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1846072 CPUtime=0.47
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 552 0 0 0 47 0 0 0 17 0 13 0 337736199 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1846072 CPUtime=0.5
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 792 0 0 0 50 0 0 0 17 0 13 0 337736199 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1890377728 119505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 572.69
Current children cumulated vsize (KiB) 1846072

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

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

[startup+571.403 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 23480
/proc/meminfo: memFree=894952/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=1846072 CPUtime=573.48
/proc/23467/stat : 23467 (java) S 23465 23467 23070 0 -1 0 196079 0 32 0 57244 104 0 0 16 0 13 0 337736181 1890377728 155049 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23467/statm: 461518 155052 1330 9 0 459130 0
[pid=23467/tid=23469] ppid=23465 vsize=1846072 CPUtime=568.99
/proc/23467/task/23469/stat : 23469 (java) S 23465 23467 23070 0 -1 64 38828 0 6 0 56863 36 0 0 25 0 13 0 337736185 1890377728 155055 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23470] ppid=23465 vsize=1846072 CPUtime=1.72
/proc/23467/task/23470/stat : 23470 (java) R 23465 23467 23070 0 -1 64 75183 0 0 0 139 33 0 0 21 0 13 0 337736188 1890377728 155060 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23471] ppid=23465 vsize=1846072 CPUtime=1.73
/proc/23467/task/23471/stat : 23471 (java) R 23465 23467 23070 0 -1 64 80033 0 0 0 142 31 0 0 22 0 13 0 337736188 1890377728 155063 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23472] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23472/stat : 23472 (java) S 23465 23467 23070 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 337736192 1890377728 155063 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23473] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23473/stat : 23473 (java) S 23465 23467 23070 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 337736192 1890377728 155063 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23474] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23474/stat : 23474 (java) S 23465 23467 23070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 337736192 1890377728 155066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23475] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23475/stat : 23475 (java) S 23465 23467 23070 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337736199 1890377728 155066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23476] ppid=23465 vsize=1846072 CPUtime=0.47
/proc/23467/task/23476/stat : 23476 (java) S 23465 23467 23070 0 -1 64 552 0 0 0 47 0 0 0 17 0 13 0 337736199 1890377728 155066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23477] ppid=23465 vsize=1846072 CPUtime=0.5
/proc/23467/task/23477/stat : 23477 (java) S 23465 23467 23070 0 -1 64 792 0 0 0 50 0 0 0 17 0 13 0 337736199 1890377728 155069 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23467/tid=23478] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23478/stat : 23478 (java) S 23465 23467 23070 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337736199 1890377728 155072 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23479] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23479/stat : 23479 (java) S 23465 23467 23070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 337736199 1890377728 155076 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23467/tid=23480] ppid=23465 vsize=1846072 CPUtime=0
/proc/23467/task/23480/stat : 23480 (java) S 23465 23467 23070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 337736377 1890377728 155076 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 573.48
Current children cumulated vsize (KiB) 1846072

[startup+571.603 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 23480
/proc/meminfo: memFree=894952/2055920 swapFree=4147452/4192956
[pid=23467] ppid=23465 vsize=0 CPUtime=573.73
/proc/23467/stat : 23467 (java) Z 23465 23467 23070 0 -1 1036 198292 0 32 0 57260 113 0 0 15 0 2 0 337736181 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23467/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 573.73
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 571.614
CPU time (s): 573.749
CPU user time (s): 572.603
CPU system time (s): 1.14582
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 1846720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 572.603
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198292
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12451
involuntary context switches= 12187

runsolver used 0.487925 second user time and 1.61275 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Mar  6 10:43:35 UTC 2007

IDJOB= 330992
IDBENCH= 20577
IDSOLVER= 96
FILE ID= node7/330992-1173177814

PBS_JOBID= 4015025

Free space on /tmp= 66474 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330992-1173177814/sat4j-sat2007.jar /tmp/evaluation/330992-1173177814/instance-330992-1173177814.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-330992-1173177814 -o ROOT/results/node7/solver-330992-1173177814 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330992-1173177814/sat4j-sat2007.jar /tmp/evaluation/330992-1173177814/instance-330992-1173177814.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  f0f4556999ccb446384994a4148fca28

RANDOM SEED= 647861453

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1374120 kB
Buffers:         42752 kB
Cached:         547512 kB
SwapCached:       8680 kB
Active:         176460 kB
Inactive:       436572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374120 kB
SwapTotal:     4192956 kB
SwapFree:      4147452 kB
Dirty:           11488 kB
Writeback:           0 kB
Mapped:          29728 kB
Slab:            54352 kB
Committed_AS:  1177112 kB
PageTables:       1764 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= 66474 MiB

End job on node7 on Tue Mar  6 10:53:08 UTC 2007