Trace number 332053

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.24 1195.11

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data (download as text)

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c version SAT COMPETITION 2007
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.21	c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c Expensive reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c timeout: 2147483s
0.19/0.21	c solving /tmp/evaluation/332053-1173366569/instance-332053-1173366569.cnf
0.19/0.21	c reading problem ... 
1.17/1.00	c ... done. Wall clock time 0.794s.
1.17/1.00	c CPU time (experimental) 0.88s.
1.17/1.00	c #vars     24604
1.17/1.00	c #constraints  261472
1200.03/1194.91	c starts		: 22
1200.03/1194.91	c conflicts		: 1149422
1200.03/1194.91	c decisions		: 4363984
1200.03/1194.91	c propagations		: 277098332
1200.03/1194.91	c inspects		: 2095087304
1200.03/1194.91	c learnt literals	: 5
1200.03/1194.91	c learnt binary clauses	: 635
1200.03/1194.91	c learnt ternary clauses	: 736
1200.03/1194.91	c learnt clauses	: 1149417
1200.03/1194.91	c root simplifications	: 0
1200.03/1194.91	c removed literals (reason simplification)	: 95573091
1200.03/1194.91	c reason swapping (by a shorter reason)	: 0
1200.03/1194.91	c Calls to reduceDB	: 0
1200.03/1194.91	c speed (decisions/second)	: 3655.3382037850142
1200.03/1194.91	c non guided choices	223696
1200.03/1194.91	s UNKNOWN
1200.03/1194.91	c Total wall clock time (in seconds) : 1194.702
1200.03/1194.91	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/node15/watcher-332053-1173366569 -o ROOT/results/node15/solver-332053-1173366569 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332053-1173366569/sat4j-sat2007.jar /tmp/evaluation/332053-1173366569/instance-332053-1173366569.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 4052
/proc/meminfo: memFree=1746632/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=272 CPUtime=0
/proc/4052/stat : 4052 (java6) D 4050 4052 3371 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 356611354 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7512868 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4052/statm: 68 37 28 9 0 6 0

[startup+0.040863 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 4052
/proc/meminfo: memFree=1746632/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1774248 CPUtime=0.02
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 2564 0 1 0 0 2 0 0 18 0 4 0 356611354 1816829952 2313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 443562 2313 402 9 0 441576 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1774248

[startup+0.101871 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 4052
/proc/meminfo: memFree=1746632/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1777844 CPUtime=0.08
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 3859 0 1 0 5 3 0 0 18 0 7 0 356611354 1820512256 3602 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 444461 3602 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.301904 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 4052
/proc/meminfo: memFree=1746632/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1781896 CPUtime=0.33
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 5654 0 1 0 29 4 0 0 18 0 12 0 356611354 1824661504 5381 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 445474 5381 1285 9 0 443086 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781896

[startup+0.701975 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 4052
/proc/meminfo: memFree=1746632/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1783140 CPUtime=0.85
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 9271 0 1 0 80 5 0 0 18 0 12 0 356611354 1825935360 8659 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 445785 8659 1289 9 0 443397 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783140

[startup+1.50211 s]
/proc/loadavg: 0.91 0.98 0.99 2/89 4064
/proc/meminfo: memFree=1706344/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1784864 CPUtime=1.98
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 13519 0 1 0 190 8 0 0 18 0 13 0 356611354 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 446216 11848 1319 9 0 443828 0
[pid=4052/tid=4054] ppid=4050 vsize=1784864 CPUtime=1.23
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 10294 0 1 0 117 6 0 0 19 0 13 0 356611357 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109590505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 356611358 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356611358 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356611360 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 356611361 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 356611361 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1784864 CPUtime=0.36
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1416 0 0 0 36 0 0 0 16 0 13 0 356611365 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1784864 CPUtime=0.36
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1085 0 0 0 36 0 0 0 16 0 13 0 356611365 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1827700736 11848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1784864

[startup+3.10238 s]
/proc/loadavg: 0.91 0.98 0.99 2/90 4065
/proc/meminfo: memFree=1703520/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1784864 CPUtime=3.64
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 13736 0 1 0 356 8 0 0 18 0 13 0 356611354 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 446216 12008 1319 9 0 443828 0
[pid=4052/tid=4054] ppid=4050 vsize=1784864 CPUtime=2.81
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 10448 0 1 0 275 6 0 0 25 0 13 0 356611357 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583046 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 356611358 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356611358 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356611360 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 356611361 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 356611361 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1784864 CPUtime=0.37
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1418 0 0 0 37 0 0 0 15 0 13 0 356611365 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1784864 CPUtime=0.43
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1146 0 0 0 43 0 0 0 16 0 13 0 356611365 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1784864 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1827700736 12008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1784864

[startup+6.30294 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 4065
/proc/meminfo: memFree=1702496/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1784648 CPUtime=6.84
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 14091 0 1 0 676 8 0 0 18 0 13 0 356611354 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 446162 12308 1320 9 0 443774 0
[pid=4052/tid=4054] ppid=4050 vsize=1784648 CPUtime=6
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 10802 0 1 0 594 6 0 0 25 0 13 0 356611357 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109637782 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 356611358 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356611358 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356611360 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 356611361 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 356611361 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1784648 CPUtime=0.37
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1418 0 0 0 37 0 0 0 16 0 13 0 356611365 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1784648 CPUtime=0.44
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1147 0 0 0 44 0 0 0 16 0 13 0 356611365 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) R 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1784648 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1827479552 12308 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1784648

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 4065
/proc/meminfo: memFree=1700256/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1784380 CPUtime=13.28
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 14629 0 1 0 1319 9 0 0 18 0 13 0 356611354 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 446095 12777 1321 9 0 443707 0
[pid=4052/tid=4054] ppid=4050 vsize=1784380 CPUtime=12.36
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 11232 0 1 0 1229 7 0 0 25 0 13 0 356611357 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583046 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 356611358 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356611358 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356611360 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 356611361 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 356611361 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1784380 CPUtime=0.41
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1514 0 0 0 41 0 0 0 16 0 13 0 356611365 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1784380 CPUtime=0.48
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 48 0 0 0 17 0 13 0 356611365 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1827205120 12777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 1784380

[startup+25.5012 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 4065
/proc/meminfo: memFree=1691432/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1784380 CPUtime=26.07
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 16866 0 1 0 2597 10 0 0 18 0 13 0 356611354 1827205120 14932 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 446095 14932 1321 9 0 443707 0
[pid=4052/tid=4054] ppid=4050 vsize=1784380 CPUtime=25.15
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 13469 0 1 0 2507 8 0 0 25 0 13 0 356611357 1827205120 14932 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109704671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 356611358 1827205120 14932 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356611358 1827205120 14932 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1784380 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356611360 1827205120 14932 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1534 0 0 0 42 0 0 0 16 0 13 0 356611365 1837699072 265988 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1794628 CPUtime=0.5
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 50 0 0 0 17 0 13 0 356611365 1837699072 265988 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 265988 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1837699072 265988 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1837699072 265988 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1006.73
Current children cumulated vsize (KiB) 1794628

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 4065
/proc/meminfo: memFree=617448/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1794628 CPUtime=1067.1
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 371544 0 1 0 106515 195 0 0 18 0 13 0 356611354 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 448657 282859 1330 9 0 446269 0
[pid=4052/tid=4054] ppid=4050 vsize=1794628 CPUtime=1056.85
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 37709 0 1 0 105648 37 0 0 25 0 13 0 356611357 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109661581 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1794628 CPUtime=4.65
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 160625 0 0 0 389 76 0 0 19 0 13 0 356611358 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1794628 CPUtime=4.62
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 169787 0 0 0 383 79 0 0 16 0 13 0 356611358 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356611360 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356611361 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356611361 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1794628 CPUtime=0.42
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1534 0 0 0 42 0 0 0 16 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1794628 CPUtime=0.5
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 50 0 0 0 17 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1067.1
Current children cumulated vsize (KiB) 1794628

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4065
/proc/meminfo: memFree=617448/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1794628 CPUtime=1127.07
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 371544 0 1 0 112512 195 0 0 18 0 13 0 356611354 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 448657 282859 1330 9 0 446269 0
[pid=4052/tid=4054] ppid=4050 vsize=1794628 CPUtime=1116.82
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 37709 0 1 0 111645 37 0 0 25 0 13 0 356611357 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583323 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1794628 CPUtime=4.65
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 160625 0 0 0 389 76 0 0 19 0 13 0 356611358 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1794628 CPUtime=4.62
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 169787 0 0 0 383 79 0 0 16 0 13 0 356611358 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356611360 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356611361 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356611361 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1794628 CPUtime=0.42
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1534 0 0 0 42 0 0 0 16 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1794628 CPUtime=0.5
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 50 0 0 0 17 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1837699072 282859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1127.07
Current children cumulated vsize (KiB) 1794628

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4065
/proc/meminfo: memFree=553704/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1794628 CPUtime=1187.42
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 393376 0 1 0 118537 205 0 0 18 0 13 0 356611354 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 448657 298736 1330 9 0 446269 0
[pid=4052/tid=4054] ppid=4050 vsize=1794628 CPUtime=1176.41
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 37710 0 1 0 117603 38 0 0 25 0 13 0 356611357 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1794628 CPUtime=5.04
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 172400 0 0 0 422 82 0 0 20 0 13 0 356611358 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1794628 CPUtime=5.01
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 179843 0 0 0 418 83 0 0 20 0 13 0 356611358 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356611360 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356611361 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356611361 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1794628 CPUtime=0.42
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1534 0 0 0 42 0 0 0 16 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1794628 CPUtime=0.5
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 50 0 0 0 17 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1187.42
Current children cumulated vsize (KiB) 1794628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1194.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4065
/proc/meminfo: memFree=553704/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=1794628 CPUtime=1200.03
/proc/4052/stat : 4052 (java) S 4050 4052 3371 0 -1 0 393376 0 1 0 119797 206 0 0 18 0 13 0 356611354 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 448657 298736 1330 9 0 446269 0
[pid=4052/tid=4054] ppid=4050 vsize=1794628 CPUtime=1189.01
/proc/4052/task/4054/stat : 4054 (java) R 4050 4052 3371 0 -1 64 37710 0 1 0 118863 38 0 0 25 0 13 0 356611357 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109645984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4055] ppid=4050 vsize=1794628 CPUtime=5.04
/proc/4052/task/4055/stat : 4055 (java) S 4050 4052 3371 0 -1 64 172400 0 0 0 422 82 0 0 20 0 13 0 356611358 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4056] ppid=4050 vsize=1794628 CPUtime=5.01
/proc/4052/task/4056/stat : 4056 (java) S 4050 4052 3371 0 -1 64 179843 0 0 0 418 83 0 0 20 0 13 0 356611358 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4057] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4057/stat : 4057 (java) S 4050 4052 3371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356611360 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4058] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4058/stat : 4058 (java) S 4050 4052 3371 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356611361 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4059] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4059/stat : 4059 (java) S 4050 4052 3371 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356611361 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4060] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4060/stat : 4060 (java) S 4050 4052 3371 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4061] ppid=4050 vsize=1794628 CPUtime=0.42
/proc/4052/task/4061/stat : 4061 (java) S 4050 4052 3371 0 -1 64 1534 0 0 0 42 0 0 0 16 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4062] ppid=4050 vsize=1794628 CPUtime=0.5
/proc/4052/task/4062/stat : 4062 (java) S 4050 4052 3371 0 -1 64 1159 0 0 0 50 0 0 0 17 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4052/tid=4063] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4063/stat : 4063 (java) S 4050 4052 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4064] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4064/stat : 4064 (java) S 4050 4052 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356611365 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4052/tid=4065] ppid=4050 vsize=1794628 CPUtime=0
/proc/4052/task/4065/stat : 4065 (java) S 4050 4052 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356611460 1837699072 298736 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1794628

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

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

[startup+1195.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4065
/proc/meminfo: memFree=553704/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=0 CPUtime=1200.13
/proc/4052/stat : 4052 (java) Z 4050 4052 3371 0 -1 1036 393397 0 1 0 119800 213 0 0 16 0 2 0 356611354 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

[startup+1195.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4065
/proc/meminfo: memFree=553704/2055920 swapFree=4152672/4192956
[pid=4052] ppid=4050 vsize=0 CPUtime=1200.22
/proc/4052/stat : 4052 (java) Z 4050 4052 3371 0 -1 1036 393397 0 1 0 119800 222 0 0 16 0 2 0 356611354 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4052/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1195.11
CPU time (s): 1200.24
CPU user time (s): 1198.01
CPU system time (s): 2.23066
CPU usage (%): 100.429
Max. virtual memory (cumulated for all children) (KiB): 1797192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.01
system time used= 2.23066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393397
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= 24692
involuntary context switches= 24834

runsolver used 1.14383 second user time and 3.23551 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Thu Mar  8 15:09:30 UTC 2007

IDJOB= 332053
IDBENCH= 20573
IDSOLVER= 141
FILE ID= node15/332053-1173366569

PBS_JOBID= 4045321

Free space on /tmp= 66446 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332053-1173366569/sat4j-sat2007.jar /tmp/evaluation/332053-1173366569/instance-332053-1173366569.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-332053-1173366569 -o ROOT/results/node15/solver-332053-1173366569 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332053-1173366569/sat4j-sat2007.jar /tmp/evaluation/332053-1173366569/instance-332053-1173366569.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 924658614

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1747104 kB
Buffers:         37712 kB
Cached:         199764 kB
SwapCached:       2700 kB
Active:         190444 kB
Inactive:        70808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747104 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:            6004 kB
Writeback:           0 kB
Mapped:          30772 kB
Slab:            33048 kB
Committed_AS:  1281136 kB
PageTables:       1804 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= 66446 MiB

End job on node15 on Thu Mar  8 15:29:27 UTC 2007