Trace number 330110

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.12 1199.49

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k60.cnf
MD5SUM4237e8072317ac6566570c291ae71078
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark192.238
Satisfiable
(Un)Satisfiability was proved
Number of variables123224
Number of clauses512149
Sum of the clauses size1313041
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2362980
Number of clauses of size 396066
Number of clauses of size 418234
Number of clauses of size 510379
Number of clauses of size over 522418

Solver Data (download as text)

0.08/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.30	c version SAT COMPETITION 2007
0.15/0.30	c sun.arch.data.model	32
0.15/0.30	c java.version	1.6.0
0.15/0.30	c os.name	Linux
0.15/0.30	c os.version	2.6.9-22.EL.rootsmp
0.15/0.30	c os.arch	i386
0.15/0.30	c Free memory 1703279312
0.15/0.30	c Max memory 1706164224
0.15/0.30	c Total memory 1706164224
0.15/0.30	c Number of processors 2
0.15/0.36	c --- Begin Solver configuration ---
0.15/0.36	c Stops conflict analysis at the first Unique Implication Point
0.15/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.36	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.36	c Expensive reason simplification
0.15/0.36	c --- End Solver configuration ---
0.15/0.36	c timeout: 2147483s
0.15/0.36	c solving /tmp/evaluation/330110-1173157146/instance-330110-1173157146.cnf
0.15/0.36	c reading problem ... 
1.84/1.99	c ... done. Wall clock time 1.635s.
1.84/1.99	c CPU time (experimental) 1.74s.
1.84/1.99	c #vars     123224
1.84/1.99	c #constraints  502712
1200.04/1199.41	c starts		: 19
1200.04/1199.41	c conflicts		: 324908
1200.04/1199.41	c decisions		: 703102
1200.04/1199.41	c propagations		: 504047455
1200.04/1199.41	c inspects		: 2198301552
1200.04/1199.41	c learnt literals	: 41
1200.04/1199.41	c learnt binary clauses	: 4777
1200.04/1199.41	c learnt ternary clauses	: 8005
1200.04/1199.41	c learnt clauses	: 324867
1200.04/1199.41	c root simplifications	: 0
1200.04/1199.41	c removed literals (reason simplification)	: 19047997
1200.04/1199.41	c reason swapping (by a shorter reason)	: 0
1200.04/1199.41	c Calls to reduceDB	: 0
1200.04/1199.41	c speed (decisions/second)	: 587.2092149241415
1200.04/1199.41	c non guided choices	20195
1200.04/1199.41	s UNKNOWN
1200.04/1199.41	c Total wall clock time (in seconds) : 1199.056
1200.04/1199.41	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15103
/proc/meminfo: memFree=1653128/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=0 CPUtime=0
/proc/15103/stat : 15103 (runsolver) R 15101 15103 13661 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 335669236 0 0 18446744073709551615 0 0 0 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 0 0 0
/proc/15103/statm: 0 0 0 0 0 0 0

[startup+0.0335389 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15103
/proc/meminfo: memFree=1653128/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=12056 CPUtime=0
/proc/15103/stat : 15103 (java) D 15101 15103 13661 0 -1 0 371 0 8 0 0 0 0 0 18 0 1 0 335669236 12345344 186 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 7951146 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15103/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.1061 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15103
/proc/meminfo: memFree=1653128/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1827476 CPUtime=0.03
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 3313 0 32 0 1 2 0 0 18 0 4 0 335669236 1871335424 3090 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 456869 3090 904 9 0 454505 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1827476

[startup+0.301119 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15103
/proc/meminfo: memFree=1653128/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1831816 CPUtime=0.15
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 4403 0 32 0 11 4 0 0 18 0 12 0 335669236 1875779584 4175 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 457954 4175 1226 9 0 455566 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1831816

[startup+0.701171 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15103
/proc/meminfo: memFree=1653128/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1834116 CPUtime=0.59
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 6761 0 32 0 54 5 0 0 18 0 12 0 335669236 1878134784 6525 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 458529 6525 1276 9 0 456141 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1834116

[startup+1.50226 s]
/proc/loadavg: 0.99 0.97 0.99 2/89 15115
/proc/meminfo: memFree=1617704/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1834244 CPUtime=1.44
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 14409 0 32 0 134 10 0 0 18 0 12 0 335669236 1878265856 14163 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 458561 14163 1290 9 0 456173 0
[pid=15103/tid=15105] ppid=15101 vsize=1834244 CPUtime=1.25
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 13145 0 6 0 116 9 0 0 19 0 12 0 335669241 1878265856 14163 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109518444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 335669244 1878265856 14163 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 335669244 1878265856 14163 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 335669247 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 335669248 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 335669248 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 335669257 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1834244 CPUtime=0.08
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 365 0 0 0 8 0 0 0 16 0 12 0 335669257 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1834244 CPUtime=0.08
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 203 0 0 0 8 0 0 0 16 0 12 0 335669257 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 335669257 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1834244 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 335669257 1878265856 14164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1834244

[startup+3.10145 s]
/proc/loadavg: 0.99 0.97 0.99 4/89 15115
/proc/meminfo: memFree=1574824/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1837332 CPUtime=3.36
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 21662 0 32 0 322 14 0 0 18 0 13 0 335669236 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 459333 20627 1310 9 0 456945 0
[pid=15103/tid=15105] ppid=15101 vsize=1837332 CPUtime=2.67
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 18857 0 6 0 254 13 0 0 25 0 13 0 335669241 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109343410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 335669244 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669244 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 335669247 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 335669248 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 335669248 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1837332 CPUtime=0.34
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1128 0 0 0 34 0 0 0 16 0 13 0 335669257 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1837332 CPUtime=0.32
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 977 0 0 0 32 0 0 0 16 0 13 0 335669257 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1837332 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1881427968 20627 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1837332

[startup+6.30282 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15116
/proc/meminfo: memFree=1570464/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1836788 CPUtime=6.65
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 21858 0 32 0 650 15 0 0 18 0 13 0 335669236 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 459197 20685 1316 9 0 456809 0
[pid=15103/tid=15105] ppid=15101 vsize=1836788 CPUtime=5.85
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 19036 0 6 0 572 13 0 0 25 0 13 0 335669241 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109621157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 335669244 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669244 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 335669247 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 335669248 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 335669248 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1836788 CPUtime=0.38
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1132 0 0 0 38 0 0 0 16 0 13 0 335669257 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1836788 CPUtime=0.38
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 990 0 0 0 38 0 0 0 15 0 13 0 335669257 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1880870912 20685 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 1836788

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15116
/proc/meminfo: memFree=1569696/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1836788 CPUtime=13.05
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 22150 0 32 0 1289 16 0 0 18 0 13 0 335669236 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 459197 20976 1316 9 0 456809 0
[pid=15103/tid=15105] ppid=15101 vsize=1836788 CPUtime=12.25
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 19328 0 6 0 1211 14 0 0 25 0 13 0 335669241 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109627316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 335669244 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669244 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 335669247 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 335669248 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 335669248 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1836788 CPUtime=0.39
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1132 0 0 0 39 0 0 0 16 0 13 0 335669257 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1836788 CPUtime=0.38
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 990 0 0 0 38 0 0 0 16 0 13 0 335669257 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1836788 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1880870912 20976 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 1836788

[startup+25.5021 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15116
/proc/meminfo: memFree=1567520/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1836756 CPUtime=25.86
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 22710 0 32 0 2570 16 0 0 18 0 13 0 335669236 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 459189 21527 1317 9 0 456801 0
[pid=15103/tid=15105] ppid=15101 vsize=1836756 CPUtime=25
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 19879 0 6 0 2486 14 0 0 25 0 13 0 335669241 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109547475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1836756 CPUtime=0
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 335669244 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1836756 CPUtime=0
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669244 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1836756 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 335669247 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1836756 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 335669248 1880838144 21527 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15103] ppid=15101 vsize=1842524 CPUtime=1002.98
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 80460 0 32 0 100230 68 0 0 18 0 13 0 335669236 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 460631 73273 1326 9 0 458243 0
[pid=15103/tid=15105] ppid=15101 vsize=1842524 CPUtime=1000.66
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 38820 0 6 0 100017 49 0 0 25 0 13 0 335669241 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109547302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1842524 CPUtime=0.7
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 20776 0 0 0 61 9 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1842524 CPUtime=0.71
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 18027 0 0 0 64 7 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 335669247 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1135 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 997 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.98
Current children cumulated vsize (KiB) 1842524

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15314
/proc/meminfo: memFree=1359904/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1842524 CPUtime=1062.96
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 80460 0 32 0 106228 68 0 0 18 0 13 0 335669236 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 460631 73273 1326 9 0 458243 0
[pid=15103/tid=15105] ppid=15101 vsize=1842524 CPUtime=1060.64
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 38820 0 6 0 106015 49 0 0 25 0 13 0 335669241 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109548171 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1842524 CPUtime=0.7
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 20776 0 0 0 61 9 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1842524 CPUtime=0.71
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 18027 0 0 0 64 7 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 335669247 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1135 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 997 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.96
Current children cumulated vsize (KiB) 1842524

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15314
/proc/meminfo: memFree=1359904/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1842524 CPUtime=1122.95
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 80460 0 32 0 112226 69 0 0 18 0 13 0 335669236 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 460631 73273 1326 9 0 458243 0
[pid=15103/tid=15105] ppid=15101 vsize=1842524 CPUtime=1120.62
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 38820 0 6 0 112013 49 0 0 25 0 13 0 335669241 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109559769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1842524 CPUtime=0.7
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 20776 0 0 0 61 9 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1842524 CPUtime=0.71
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 18027 0 0 0 64 7 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 335669247 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1135 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 997 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.95
Current children cumulated vsize (KiB) 1842524

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15314
/proc/meminfo: memFree=1359968/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1842524 CPUtime=1182.93
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 80460 0 32 0 118224 69 0 0 18 0 13 0 335669236 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 460631 73273 1326 9 0 458243 0
[pid=15103/tid=15105] ppid=15101 vsize=1842524 CPUtime=1180.61
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 38820 0 6 0 118011 50 0 0 25 0 13 0 335669241 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109634978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1842524 CPUtime=0.7
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 20776 0 0 0 61 9 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1842524 CPUtime=0.71
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 18027 0 0 0 64 7 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 335669247 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1135 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 997 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.93
Current children cumulated vsize (KiB) 1842524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15314
/proc/meminfo: memFree=1359968/2055920 swapFree=4169972/4192956
[pid=15103] ppid=15101 vsize=1842524 CPUtime=1200.04
/proc/15103/stat : 15103 (java) S 15101 15103 13661 0 -1 0 80460 0 32 0 119934 70 0 0 18 0 13 0 335669236 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15103/statm: 460631 73273 1326 9 0 458243 0
[pid=15103/tid=15105] ppid=15101 vsize=1842524 CPUtime=1197.71
/proc/15103/task/15105/stat : 15105 (java) R 15101 15103 13661 0 -1 64 38820 0 6 0 119721 50 0 0 25 0 13 0 335669241 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109559769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15106] ppid=15101 vsize=1842524 CPUtime=0.7
/proc/15103/task/15106/stat : 15106 (java) S 15101 15103 13661 0 -1 64 20776 0 0 0 61 9 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15107] ppid=15101 vsize=1842524 CPUtime=0.71
/proc/15103/task/15107/stat : 15107 (java) S 15101 15103 13661 0 -1 64 18027 0 0 0 64 7 0 0 23 0 13 0 335669244 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15108] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15108/stat : 15108 (java) S 15101 15103 13661 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 335669247 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15109] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15109/stat : 15109 (java) S 15101 15103 13661 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15110] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15110/stat : 15110 (java) S 15101 15103 13661 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 335669248 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15111] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15111/stat : 15111 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15112] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15112/stat : 15112 (java) S 15101 15103 13661 0 -1 64 1135 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15113] ppid=15101 vsize=1842524 CPUtime=0.43
/proc/15103/task/15113/stat : 15113 (java) S 15101 15103 13661 0 -1 64 997 0 0 0 43 0 0 0 17 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15103/tid=15114] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15114/stat : 15114 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15115] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15115/stat : 15115 (java) S 15101 15103 13661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 335669257 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15103/tid=15116] ppid=15101 vsize=1842524 CPUtime=0
/proc/15103/task/15116/stat : 15116 (java) S 15101 15103 13661 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 335669448 1886744576 73273 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1842524

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

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

Child status: 143
Real time (s): 1199.49
CPU time (s): 1200.12
CPU user time (s): 1199.38
CPU system time (s): 0.745886
CPU usage (%): 100.053
Max. virtual memory (cumulated for all children) (KiB): 1842524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.38
system time used= 0.745886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80481
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= 25079
involuntary context switches= 4918

runsolver used 1.10283 second user time and 3.36749 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Mar  6 04:59:07 UTC 2007

IDJOB= 330110
IDBENCH= 20556
IDSOLVER= 96
FILE ID= node11/330110-1173157146

PBS_JOBID= 4014993

Free space on /tmp= 66507 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4237e8072317ac6566570c291ae71078

RANDOM SEED= 30103431

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1653536 kB
Buffers:         39800 kB
Cached:         271780 kB
SwapCached:       2852 kB
Active:          98400 kB
Inactive:       239220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653536 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           13196 kB
Writeback:           0 kB
Mapped:          33420 kB
Slab:            50300 kB
Committed_AS:  1118136 kB
PageTables:       1768 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= 66507 MiB

End job on node11 on Tue Mar  6 05:19:08 UTC 2007