Trace number 1513387

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.32 1200.45

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1802626390-033.cnf
MD5SUM298c47e7c897264ddc867921f7476e46
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.688
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

0.15/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.42	c See www.sat4j.org for details.
0.15/0.43	c version 2.1.0.v20090228
0.15/0.43	c sun.arch.data.model	32
0.15/0.43	c java.version	1.6.0_12
0.15/0.43	c os.name	Linux
0.15/0.43	c os.version	2.6.9-22.EL.rootsmp
0.15/0.43	c os.arch	i386
0.15/0.43	c Free memory 1651659224
0.15/0.43	c Max memory 1654456320
0.15/0.43	c Total memory 1654456320
0.15/0.43	c Number of processors 2
0.15/0.47	c c --- Begin Solver configuration ---
0.15/0.47	c Stops conflict analysis at the first Unique Implication Point
0.15/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.15/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.15/0.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.15/0.47	c Expensive reason simplification
0.15/0.47	c Armin Biere (Picosat) restarts strategy
0.15/0.47	c timeout=2147483647s
0.15/0.47	c DB Simplification allowed=true
0.15/0.47	c --- End Solver configuration ---
0.15/0.47	c solving HOME/instance-1513387-1238217347.cnf
0.15/0.47	c reading problem ... 
0.47/0.70	c ... done. Wall clock time 0.23s.
0.47/0.70	c #vars     180
0.47/0.70	c #constraints  15300
0.47/0.70	c constraints type 
0.61/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15300
1200.10/1200.31	c starts		: 1507
1200.10/1200.31	c conflicts		: 1833355
1200.10/1200.31	c decisions		: 2208424
1200.10/1200.31	c propagations		: 38075519
1200.10/1200.31	c inspects		: 4962747013
1200.10/1200.31	c learnt literals	: 0
1200.10/1200.31	c learnt binary clauses	: 0
1200.10/1200.31	c learnt ternary clauses	: 0
1200.10/1200.31	c learnt clauses	: 66337
1200.10/1200.31	c ignored clauses	: 1767019
1200.10/1200.31	c root simplifications	: 1507
1200.10/1200.31	c removed literals (reason simplification)	: 5986219
1200.10/1200.31	c reason swapping (by a shorter reason)	: 0
1200.10/1200.31	c Calls to reduceDB	: 0
1200.10/1200.32	c speed (assignments/second)	: 31739.741100701307
1200.10/1200.32	c non guided choices	83
1200.10/1200.37	c learnt constraints type 
1200.10/1200.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66339
1200.10/1200.37	s UNKNOWN
1200.10/1200.37	c Total wall clock time (in seconds) : 1199.848

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513387-1238217347/watcher-1513387-1238217347 -o /tmp/evaluation-result-1513387-1238217347/solver-1513387-1238217347 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1513387-1238217347.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): 1800 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.99 1.00 0.95 2/81 15389
/proc/meminfo: memFree=1131448/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=144 CPUtime=0
/proc/15389/stat : 15389 (java6) D 15387 15389 14562 0 -1 0 32 0 0 0 0 0 0 0 21 0 1 0 698629724 147456 17 1992294400 134512640 134550932 4294956176 18446744073709551615 9871248 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15389/statm: 36 17 12 9 0 2 0

[startup+0.0143089 s]
/proc/loadavg: 0.99 1.00 0.95 2/81 15389
/proc/meminfo: memFree=1131448/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=144 CPUtime=0
/proc/15389/stat : 15389 (java6) D 15387 15389 14562 0 -1 0 32 0 0 0 0 0 0 0 21 0 1 0 698629724 147456 17 1992294400 134512640 134550932 4294956176 18446744073709551615 9871248 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15389/statm: 36 17 12 9 0 2 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 144

[startup+0.101543 s]
/proc/loadavg: 0.99 1.00 0.95 2/81 15389
/proc/meminfo: memFree=1131448/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=12928 CPUtime=0.02
/proc/15389/stat : 15389 (java) R 15387 15389 14562 0 -1 0 384 0 24 0 0 2 0 0 18 0 1 0 698629724 13238272 215 1992294400 134512640 134550932 4294956000 18446744073709551615 9892650 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15389/statm: 3232 215 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.30151 s]
/proc/loadavg: 0.99 1.00 0.95 2/81 15389
/proc/meminfo: memFree=1131448/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1778424 CPUtime=0.08
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 3518 0 47 0 2 6 0 0 18 0 7 0 698629724 1821106176 3309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 444606 3309 1023 9 0 441957 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778424

[startup+0.70159 s]
/proc/loadavg: 0.99 1.00 0.95 2/81 15389
/proc/meminfo: memFree=1131448/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1783780 CPUtime=0.61
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 5681 0 47 0 54 7 0 0 18 0 12 0 698629724 1826590720 5457 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 445945 5457 1374 9 0 443292 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1783780

[startup+1.50275 s]
/proc/loadavg: 1.15 1.03 0.96 2/94 15402
/proc/meminfo: memFree=1101712/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=1.73
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 7471 0 47 0 165 8 0 0 18 0 13 0 698629724 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 6330 1407 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=0.98
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 4560 0 16 0 94 4 0 0 19 0 13 0 698629736 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4109569054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 698629746 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 698629746 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 698629750 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 698629750 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.33
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 666 0 0 0 33 0 0 0 17 0 13 0 698629759 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.37
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1528 0 0 0 37 0 0 0 16 0 13 0 698629759 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 6330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1785128

[startup+3.10206 s]
/proc/loadavg: 1.15 1.03 0.96 2/94 15402
/proc/meminfo: memFree=1099984/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=3.39
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 8081 0 47 0 330 9 0 0 18 0 13 0 698629724 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 6937 1411 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=2.56
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 5157 0 16 0 251 5 0 0 25 0 13 0 698629736 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 698629746 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 698629746 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 698629750 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 698629750 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.35
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 666 0 0 0 35 0 0 0 17 0 13 0 698629759 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.43
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1541 0 0 0 43 0 0 0 16 0 13 0 698629759 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 6937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 1785128

[startup+6.30267 s]
/proc/loadavg: 1.15 1.03 0.96 2/94 15402
/proc/meminfo: memFree=1094928/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=6.6
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 9245 0 47 0 650 10 0 0 18 0 13 0 698629724 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 8059 1411 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=5.74
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 6319 0 16 0 568 6 0 0 25 0 13 0 698629736 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4109511508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 698629746 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 698629746 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 698629750 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 698629750 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.35
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 666 0 0 0 35 0 0 0 17 0 13 0 698629759 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.46
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 46 0 0 0 16 0 13 0 698629759 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 8059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1785128

[startup+12.7029 s]
/proc/loadavg: 1.13 1.03 0.96 2/94 15402
/proc/meminfo: memFree=1086232/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=13
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 11335 0 47 0 1289 11 0 0 18 0 13 0 698629724 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 10149 1411 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=12.14
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 8409 0 16 0 1207 7 0 0 25 0 13 0 698629736 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4109538549 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 698629746 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 698629746 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 698629750 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 698629750 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.35
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 666 0 0 0 35 0 0 0 17 0 13 0 698629759 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.46
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 46 0 0 0 16 0 13 0 698629759 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 10149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 1785128

[startup+25.5014 s]
/proc/loadavg: 1.11 1.03 0.96 3/94 15402
/proc/meminfo: memFree=1071704/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=25.8
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 14856 0 47 0 2565 15 0 0 18 0 13 0 698629724 1827971072 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 13670 1411 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=24.94
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 11930 0 16 0 2483 11 0 0 25 0 13 0 698629736 1827971072 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4109569051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 698629746 1827971072 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 698629746 1827971072 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15389] ppid=15387 vsize=1785128 CPUtime=1062.14
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 44030 0 47 0 106165 49 0 0 18 0 13 0 698629724 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 42717 1420 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=1061.13
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 37548 0 16 0 106071 42 0 0 25 0 13 0 698629736 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4109569051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0.04
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 1753 0 0 0 4 0 0 0 17 0 13 0 698629746 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0.04
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 1795 0 0 0 3 1 0 0 16 0 13 0 698629746 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.37
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 667 0 0 0 37 0 0 0 16 0 13 0 698629759 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.48
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 48 0 0 0 17 0 13 0 698629759 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 42717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.14
Current children cumulated vsize (KiB) 1785128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/94 15402
/proc/meminfo: memFree=948760/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=1122.14
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 45500 0 47 0 112164 50 0 0 18 0 13 0 698629724 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 44177 1420 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=1121.06
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 37549 0 16 0 112064 42 0 0 25 0 13 0 698629736 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4109569162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0.08
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 2521 0 0 0 7 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0.07
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 2495 0 0 0 6 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.37
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 667 0 0 0 37 0 0 0 16 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.48
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 48 0 0 0 17 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 1785128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/94 15402
/proc/meminfo: memFree=948696/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=1182.11
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 45500 0 47 0 118161 50 0 0 18 0 13 0 698629724 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 44177 1420 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=1181.02
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 37549 0 16 0 118060 42 0 0 25 0 13 0 698629736 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4109569051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0.08
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 2521 0 0 0 7 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0.07
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 2495 0 0 0 6 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.37
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 667 0 0 0 37 0 0 0 16 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.48
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 48 0 0 0 17 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1785128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/94 15402
/proc/meminfo: memFree=948696/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785128 CPUtime=1200.1
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 45500 0 47 0 119960 50 0 0 18 0 13 0 698629724 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15389/statm: 446282 44177 1420 9 0 443629 0
[pid=15389/tid=15391] ppid=15387 vsize=1785128 CPUtime=1199.02
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 37549 0 16 0 119860 42 0 0 25 0 13 0 698629736 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4109511444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785128 CPUtime=0.08
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 2521 0 0 0 7 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785128 CPUtime=0.07
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 2495 0 0 0 6 1 0 0 17 0 13 0 698629746 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 698629750 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785128 CPUtime=0.37
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 667 0 0 0 37 0 0 0 16 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785128 CPUtime=0.48
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 48 0 0 0 17 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 698629759 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785128 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 698629795 1827971072 44177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1785128

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

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

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 0.96 2/94 15402
/proc/meminfo: memFree=948696/2055920 swapFree=4174588/4192956
[pid=15389] ppid=15387 vsize=1785776 CPUtime=1200.27
/proc/15389/stat : 15389 (java) S 15387 15389 14562 0 -1 0 45527 0 47 0 119977 50 0 0 16 0 14 0 698629724 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15389/statm: 446444 44204 1421 9 0 443791 0
[pid=15389/tid=15391] ppid=15387 vsize=1785776 CPUtime=1199.12
/proc/15389/task/15391/stat : 15391 (java) R 15387 15389 14562 0 -1 64 37549 0 16 0 119870 42 0 0 25 0 14 0 698629736 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4109511683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15392] ppid=15387 vsize=1785776 CPUtime=0.08
/proc/15389/task/15392/stat : 15392 (java) S 15387 15389 14562 0 -1 64 2521 0 0 0 7 1 0 0 17 0 14 0 698629746 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15393] ppid=15387 vsize=1785776 CPUtime=0.07
/proc/15389/task/15393/stat : 15393 (java) S 15387 15389 14562 0 -1 64 2495 0 0 0 6 1 0 0 17 0 14 0 698629746 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15394] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15394/stat : 15394 (java) S 15387 15389 14562 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 698629750 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15395] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15395/stat : 15395 (java) S 15387 15389 14562 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 698629750 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15396] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15396/stat : 15396 (java) S 15387 15389 14562 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 698629750 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15397] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15397/stat : 15397 (java) S 15387 15389 14562 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 698629759 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15398] ppid=15387 vsize=1785776 CPUtime=0.4
/proc/15389/task/15398/stat : 15398 (java) S 15387 15389 14562 0 -1 64 671 0 0 0 40 0 0 0 16 0 14 0 698629759 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15399] ppid=15387 vsize=1785776 CPUtime=0.48
/proc/15389/task/15399/stat : 15399 (java) S 15387 15389 14562 0 -1 64 1543 0 0 0 48 0 0 0 17 0 14 0 698629759 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15389/tid=15400] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15400/stat : 15400 (java) S 15387 15389 14562 0 -1 64 2 0 0 0 0 0 0 0 21 0 14 0 698629759 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15401] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15401/stat : 15401 (java) S 15387 15389 14562 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 698629759 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15389/tid=15402] ppid=15387 vsize=1785776 CPUtime=0
/proc/15389/task/15402/stat : 15402 (java) S 15387 15389 14562 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 698629795 1828634624 44204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.27
Current children cumulated vsize (KiB) 1785776

Child status: 143
Real time (s): 1200.45
CPU time (s): 1200.32
CPU user time (s): 1199.78
CPU system time (s): 0.534918
CPU usage (%): 99.9886
Max. virtual memory (cumulated for all children) (KiB): 1785776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45527
page faults= 47
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25032
involuntary context switches= 6018

runsolver used 1.51877 second user time and 3.99139 second system time

The end

Launcher Data

Begin job on node88 at 2009-03-28 06:15:47
IDJOB=1513387
IDBENCH=70259
IDSOLVER=500
FILE ID=node88/1513387-1238217347
PBS_JOBID= 9060479
Free space on /tmp= 66476 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1802626390-033.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513387-1238217347/watcher-1513387-1238217347 -o /tmp/evaluation-result-1513387-1238217347/solver-1513387-1238217347 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1513387-1238217347.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 298c47e7c897264ddc867921f7476e46
RANDOM SEED=1483577212

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1131928 kB
Buffers:         80220 kB
Cached:         750884 kB
SwapCached:       7608 kB
Active:         115192 kB
Inactive:       725304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131928 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:             608 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            67700 kB
Committed_AS:  1770436 kB
PageTables:       2664 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= 66476 MiB
End job on node88 at 2009-03-28 06:35:49