Trace number 331667

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007? (TO) 1200.22 1198.13

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/total-10-15-s.cnf
MD5SUMc19d8230b3c2026af5f29abce0d10f19
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.1987
Satisfiable
(Un)Satisfiability was proved
Number of variables270120
Number of clauses1250036
Sum of the clauses size2877772
Maximum clause length10
Minimum clause length1
Number of clauses of size 122595
Number of clauses of size 2979486
Number of clauses of size 3197175
Number of clauses of size 45640
Number of clauses of size 522560
Number of clauses of size over 522580

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331667-1176883786/instance-331667-1176883786.cnf
0.20/0.20	c reading problem ... 
3.50/3.46	c ... done. Wall clock time 3.267s.
3.50/3.47	c CPU time (experimental) 3.33s.
3.50/3.47	c #vars     270120
3.50/3.47	c #constraints  1227441
1200.09/1198.01	c starts		: 17
1200.09/1198.01	c conflicts		: 150807
1200.09/1198.01	c decisions		: 225707
1200.09/1198.01	c propagations		: 299126595
1200.09/1198.01	c inspects		: 1907042662
1200.09/1198.01	c learnt literals	: 240
1200.09/1198.01	c learnt binary clauses	: 525
1200.09/1198.01	c learnt ternary clauses	: 386
1200.09/1198.01	c learnt clauses	: 150567
1200.09/1198.01	c root simplifications	: 0
1200.09/1198.01	c removed literals (reason simplification)	: 5981885
1200.09/1198.01	c reason swapping (by a shorter reason)	: 0
1200.09/1198.01	c Calls to reduceDB	: 0
1200.09/1198.01	c speed (decisions/second)	: 189.1419444477033
1200.09/1198.01	c non guided choices	2286
1200.09/1198.01	s UNKNOWN
1200.09/1198.01	c Total wall clock time (in seconds) : 1197.813
1200.09/1198.01	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-331667-1176883786 -o ROOT/results/node48/solver-331667-1176883786 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331667-1176883786/sat4j-sat2007.jar /tmp/evaluation/331667-1176883786/instance-331667-1176883786.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25479
/proc/meminfo: memFree=1604616/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=272 CPUtime=0
/proc/25479/stat : 25479 (java6) R 25477 25479 24648 0 -1 0 50 0 0 0 0 0 0 0 20 0 1 0 43223957 278528 34 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3533453 0 0 4096 0 0 0 0 17 1 0 0
/proc/25479/statm: 68 37 28 9 0 6 0

[startup+0.0680719 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25479
/proc/meminfo: memFree=1604616/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1777708 CPUtime=0.05
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 3690 0 1 0 3 2 0 0 18 0 7 0 43223957 1820372992 3432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 444427 3432 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102075 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25479
/proc/meminfo: memFree=1604616/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1780108 CPUtime=0.09
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 3978 0 1 0 6 3 0 0 18 0 12 0 43223957 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301095 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25479
/proc/meminfo: memFree=1604616/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1782436 CPUtime=0.33
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 8989 0 1 0 28 5 0 0 18 0 12 0 43223957 1825214464 8727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 445609 8728 1282 9 0 443221 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782436

[startup+0.701124 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25479
/proc/meminfo: memFree=1604616/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1782436 CPUtime=0.79
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 14192 0 1 0 72 7 0 0 18 0 12 0 43223957 1825214464 13928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 445609 13929 1290 9 0 443221 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1782436

[startup+1.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25491
/proc/meminfo: memFree=1532520/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1782436 CPUtime=1.59
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 24487 0 1 0 146 13 0 0 18 0 12 0 43223957 1825214464 24222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 445609 24222 1290 9 0 443221 0
[pid=25479/tid=25481] ppid=25477 vsize=1782436 CPUtime=1.38
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 23189 0 1 0 126 12 0 0 20 0 12 0 43223959 1825214464 24223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 43223960 1825214464 24223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 43223960 1825214464 24224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 43223962 1825214464 24224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 43223963 1825214464 24225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 43223963 1825214464 24225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 43223967 1825214464 24226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1782436 CPUtime=0.09
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 329 0 0 0 9 0 0 0 16 0 12 0 43223967 1825214464 24226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1782436 CPUtime=0.1
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 247 0 0 0 10 0 0 0 16 0 12 0 43223967 1825214464 24227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 43223967 1825214464 24227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43223967 1825214464 24228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1782436

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 25491
/proc/meminfo: memFree=1499432/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1782436 CPUtime=3.21
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 35850 0 1 0 303 18 0 0 18 0 12 0 43223957 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 445609 35584 1294 9 0 443221 0
[pid=25479/tid=25481] ppid=25477 vsize=1782436 CPUtime=2.96
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 34549 0 1 0 279 17 0 0 25 0 12 0 43223959 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109463973 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 43223960 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 43223960 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 43223962 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 43223963 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 43223963 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 43223967 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1782436 CPUtime=0.1
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 330 0 0 0 10 0 0 0 16 0 12 0 43223967 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1782436 CPUtime=0.12
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 248 0 0 0 12 0 0 0 16 0 12 0 43223967 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 43223967 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1782436 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43223967 1825214464 35584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 1782436

[startup+6.30264 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1327456/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1796036 CPUtime=7.95
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 78835 0 1 0 755 40 0 0 18 0 13 0 43223957 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 449009 70839 1320 9 0 446621 0
[pid=25479/tid=25481] ppid=25477 vsize=1796036 CPUtime=4.94
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37033 0 1 0 475 19 0 0 25 0 13 0 43223959 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557842 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1796036 CPUtime=1.13
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 16883 0 0 0 107 6 0 0 23 0 13 0 43223960 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1796036 CPUtime=1.14
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 21785 0 0 0 102 12 0 0 25 0 13 0 43223960 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 43223962 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1796036 CPUtime=0.35
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1856 0 0 0 35 0 0 0 16 0 13 0 43223967 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1796036 CPUtime=0.34
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 545 0 0 0 34 0 0 0 16 0 13 0 43223967 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1839140864 70839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 1796036

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1325480/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1796036 CPUtime=14.36
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 78840 0 1 0 1396 40 0 0 18 0 13 0 43223957 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 449009 70812 1323 9 0 446621 0
[pid=25479/tid=25481] ppid=25477 vsize=1796036 CPUtime=11.33
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37033 0 1 0 1114 19 0 0 25 0 13 0 43223959 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1796036 CPUtime=1.13
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 16883 0 0 0 107 6 0 0 23 0 13 0 43223960 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1796036 CPUtime=1.14
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 21785 0 0 0 102 12 0 0 25 0 13 0 43223960 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1796036 CPUtime=0.36
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1859 0 0 0 36 0 0 0 16 0 13 0 43223967 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1796036 CPUtime=0.36
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 547 0 0 0 36 0 0 0 15 0 13 0 43223967 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1796036 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1839140864 70812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1796036

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1326696/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1795320 CPUtime=27.22
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 78934 0 1 0 2682 40 0 0 18 0 13 0 43223957 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 448830 70560 1326 9 0 446442 0
[pid=25479/tid=25481] ppid=25477 vsize=1795320 CPUtime=24.11
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37034 0 1 0 2392 19 0 0 25 0 13 0 43223959 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1795320 CPUtime=1.13
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 16883 0 0 0 107 6 0 0 23 0 13 0 43223960 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1795320 CPUtime=1.14
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 21785 0 0 0 102 12 0 0 25 0 13 0 43223960 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1795320 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795320 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838407680 70560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25479/tid=25484] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1869 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 639 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.86
Current children cumulated vsize (KiB) 1795012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1326632/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1795012 CPUtime=1063.84
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 78948 0 1 0 106342 42 0 0 18 0 13 0 43223957 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 448753 70518 1327 9 0 446365 0
[pid=25479/tid=25481] ppid=25477 vsize=1795012 CPUtime=1060.62
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37039 0 1 0 106041 21 0 0 25 0 13 0 43223959 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1795012 CPUtime=1.13
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 16883 0 0 0 107 6 0 0 23 0 13 0 43223960 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1795012 CPUtime=1.14
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 21785 0 0 0 102 12 0 0 25 0 13 0 43223960 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1869 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 639 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.84
Current children cumulated vsize (KiB) 1795012

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1326696/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1795012 CPUtime=1123.83
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 78948 0 1 0 112341 42 0 0 18 0 13 0 43223957 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 448753 70518 1327 9 0 446365 0
[pid=25479/tid=25481] ppid=25477 vsize=1795012 CPUtime=1120.6
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37039 0 1 0 112039 21 0 0 25 0 13 0 43223959 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557851 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1795012 CPUtime=1.13
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 16883 0 0 0 107 6 0 0 23 0 13 0 43223960 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1795012 CPUtime=1.14
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 21785 0 0 0 102 12 0 0 25 0 13 0 43223960 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1869 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 639 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1838092288 70518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.83
Current children cumulated vsize (KiB) 1795012

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1166312/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1795012 CPUtime=1184.39
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 128364 0 1 0 118374 65 0 0 18 0 13 0 43223957 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 448753 110562 1327 9 0 446365 0
[pid=25479/tid=25481] ppid=25477 vsize=1795012 CPUtime=1180
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37710 0 1 0 117979 21 0 0 25 0 13 0 43223959 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1795012 CPUtime=1.72
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 43033 0 0 0 154 18 0 0 22 0 13 0 43223960 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1795012 CPUtime=1.72
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 44380 0 0 0 148 24 0 0 16 0 13 0 43223960 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1869 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 639 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.39
Current children cumulated vsize (KiB) 1795012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1166312/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=1795012 CPUtime=1200.09
/proc/25479/stat : 25479 (java) S 25477 25479 24648 0 -1 0 128364 0 1 0 119944 65 0 0 18 0 13 0 43223957 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25479/statm: 448753 110562 1327 9 0 446365 0
[pid=25479/tid=25481] ppid=25477 vsize=1795012 CPUtime=1195.7
/proc/25479/task/25481/stat : 25481 (java) R 25477 25479 24648 0 -1 64 37710 0 1 0 119549 21 0 0 25 0 13 0 43223959 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25482] ppid=25477 vsize=1795012 CPUtime=1.72
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24648 0 -1 64 43033 0 0 0 154 18 0 0 22 0 13 0 43223960 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=1795012 CPUtime=1.72
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24648 0 -1 64 44380 0 0 0 148 24 0 0 16 0 13 0 43223960 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25484] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24648 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43223962 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25479/tid=25485] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24648 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 43223963 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24648 0 -1 64 1869 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=1795012 CPUtime=0.45
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24648 0 -1 64 639 0 0 0 45 0 0 0 16 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24648 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43223967 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=1795012 CPUtime=0
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24648 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 43224439 1838092288 110562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1795012

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

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

[startup+1198.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25492
/proc/meminfo: memFree=1166312/2055920 swapFree=4184680/4192956
[pid=25479] ppid=25477 vsize=0 CPUtime=1200.19
/proc/25479/stat : 25479 (java) Z 25477 25479 24648 0 -1 1036 128385 0 1 0 119949 70 0 0 16 0 2 0 43223957 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.13
CPU time (s): 1200.22
CPU user time (s): 1199.5
CPU system time (s): 0.72089
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 1796036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.72089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24668
involuntary context switches= 3304

runsolver used 1.24281 second user time and 3.13852 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Wed Apr 18 08:09:46 UTC 2007

IDJOB= 331667
IDBENCH= 20364
IDSOLVER= 141
FILE ID= node48/331667-1176883786

PBS_JOBID= 4595100

Free space on /tmp= 66511 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c19d8230b3c2026af5f29abce0d10f19

RANDOM SEED= 84569332

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
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.238
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:       1605088 kB
Buffers:         22812 kB
Cached:         341156 kB
SwapCached:       2280 kB
Active:         151896 kB
Inactive:       243416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605088 kB
SwapTotal:     4192956 kB
SwapFree:      4184680 kB
Dirty:           23796 kB
Writeback:           0 kB
Mapped:          38144 kB
Slab:            41536 kB
Committed_AS:   977596 kB
PageTables:       1456 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= 66511 MiB

End job on node48 on Wed Apr 18 08:29:46 UTC 2007