Trace number 332065

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.18 1192.06

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/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/332065-1173367099/instance-332065-1173367099.cnf
0.20/0.20	c reading problem ... 
32.82/26.69	c ... done. Wall clock time 26.485s.
32.82/26.69	c CPU time (experimental) 20.09s.
32.82/26.69	c #vars     371419
32.82/26.69	c #constraints  7170908
1200.02/1191.91	c starts		: 17
1200.02/1191.91	c conflicts		: 168929
1200.02/1191.91	c decisions		: 9930647
1200.02/1191.91	c propagations		: 553835399
1200.02/1191.91	c inspects		: 2730677093
1200.02/1191.91	c learnt literals	: 2
1200.02/1191.91	c learnt binary clauses	: 775
1200.02/1191.91	c learnt ternary clauses	: 2203
1200.02/1191.91	c learnt clauses	: 168927
1200.02/1191.91	c root simplifications	: 0
1200.02/1191.91	c removed literals (reason simplification)	: 14445285
1200.02/1191.91	c reason swapping (by a shorter reason)	: 0
1200.02/1191.91	c Calls to reduceDB	: 0
1200.02/1191.91	c speed (decisions/second)	: 8523.099700037335
1200.02/1191.91	c non guided choices	6322240
1200.02/1191.91	s UNKNOWN
1200.02/1191.91	c Total wall clock time (in seconds) : 1191.71
1200.02/1191.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/node7/watcher-332065-1173367099 -o ROOT/results/node7/solver-332065-1173367099 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332065-1173367099/sat4j-sat2007.jar /tmp/evaluation/332065-1173367099/instance-332065-1173367099.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.15 1.03 0.95 2/77 4926
/proc/meminfo: memFree=1405528/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=152 CPUtime=0
/proc/4926/stat : 4926 (java6) D 4924 4926 3896 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 356665538 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10416932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4926/statm: 38 26 19 9 0 4 0

[startup+0.055864 s]
/proc/loadavg: 1.15 1.03 0.95 2/77 4926
/proc/meminfo: memFree=1405528/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1777060 CPUtime=0.03
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 3525 0 1 0 2 1 0 0 18 0 5 0 356665538 1819709440 3270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 444265 3270 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101871 s]
/proc/loadavg: 1.15 1.03 0.95 2/77 4926
/proc/meminfo: memFree=1405528/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1780108 CPUtime=0.08
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 356665538 1822830592 3707 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30189 s]
/proc/loadavg: 1.15 1.03 0.95 2/77 4926
/proc/meminfo: memFree=1405528/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1782460 CPUtime=0.3
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 15294 0 1 0 23 7 0 0 18 0 12 0 356665538 1825239040 15033 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 445615 15033 1264 9 0 443227 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782460

[startup+0.701923 s]
/proc/loadavg: 1.15 1.03 0.95 2/77 4926
/proc/meminfo: memFree=1405528/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1784272 CPUtime=0.85
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 18478 0 1 0 76 9 0 0 18 0 12 0 356665538 1827094528 17845 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 446068 17846 1289 9 0 443680 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1784272

[startup+1.50301 s]
/proc/loadavg: 1.15 1.03 0.95 2/89 4938
/proc/meminfo: memFree=1331320/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1784272 CPUtime=1.65
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 24854 0 1 0 154 11 0 0 18 0 12 0 356665538 1827094528 24220 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 446068 24221 1304 9 0 443680 0
[pid=4926/tid=4928] ppid=4924 vsize=1784272 CPUtime=1.36
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 22883 0 1 0 126 10 0 0 20 0 12 0 356665540 1827094528 24221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109511028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356665541 1827094528 24221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 356665541 1827094528 24221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356665543 1827094528 24222 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356665544 1827094528 24222 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356665544 1827094528 24222 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356665548 1827094528 24223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1784272 CPUtime=0.11
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 497 0 0 0 11 0 0 0 16 0 12 0 356665548 1827094528 24223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1784272 CPUtime=0.16
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 753 0 0 0 16 0 0 0 16 0 12 0 356665548 1827094528 24223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665548 1827094528 24224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665548 1827094528 24224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1784272

[startup+3.10217 s]
/proc/loadavg: 1.22 1.05 0.96 2/89 4938
/proc/meminfo: memFree=1295096/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1784272 CPUtime=3.25
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 37400 0 1 0 307 18 0 0 18 0 12 0 356665538 1827094528 36766 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 446068 36767 1304 9 0 443680 0
[pid=4926/tid=4928] ppid=4924 vsize=1784272 CPUtime=2.95
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 35429 0 1 0 279 16 0 0 25 0 12 0 356665540 1827094528 36767 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109511013 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356665541 1827094528 36767 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 356665541 1827094528 36768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356665543 1827094528 36768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356665544 1827094528 36768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356665544 1827094528 36768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356665548 1827094528 36769 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1784272 CPUtime=0.11
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 497 0 0 0 11 0 0 0 16 0 12 0 356665548 1827094528 36769 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1784272 CPUtime=0.16
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 753 0 0 0 16 0 0 0 16 0 12 0 356665548 1827094528 36769 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665548 1827094528 36770 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1784272 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665548 1827094528 36770 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 1784272

[startup+6.30151 s]
/proc/loadavg: 1.22 1.05 0.96 2/89 4938
/proc/meminfo: memFree=1131128/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1790040 CPUtime=7.3
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 74888 0 1 0 690 40 0 0 18 0 12 0 356665538 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 447510 70491 1313 9 0 445122 0
[pid=4926/tid=4928] ppid=4924 vsize=1790040 CPUtime=5.3
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37691 0 1 0 510 20 0 0 25 0 12 0 356665540 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1790040 CPUtime=0.84
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 12770 0 0 0 76 8 0 0 24 0 12 0 356665541 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1790040 CPUtime=0.84
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 22450 0 0 0 74 10 0 0 16 0 12 0 356665541 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356665543 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356665544 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356665544 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356665548 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1790040 CPUtime=0.11
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 497 0 0 0 11 0 0 0 16 0 12 0 356665548 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1790040 CPUtime=0.16
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 753 0 0 0 16 0 0 0 16 0 12 0 356665548 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665548 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1790040 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665548 1833000960 70491 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1790040

[startup+12.7022 s]
/proc/loadavg: 1.19 1.05 0.96 2/89 4938
/proc/meminfo: memFree=977912/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1799640 CPUtime=15.22
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 119884 0 1 0 1458 64 0 0 18 0 12 0 356665538 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 449910 108704 1313 9 0 447522 0
[pid=4926/tid=4928] ppid=4924 vsize=1799640 CPUtime=10.09
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37692 0 1 0 986 23 0 0 25 0 12 0 356665540 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109488642 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1799640 CPUtime=2.37
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 34917 0 0 0 219 18 0 0 21 0 12 0 356665541 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1799640 CPUtime=2.45
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 45298 0 0 0 223 22 0 0 25 0 12 0 356665541 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356665543 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356665544 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356665544 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356665548 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1799640 CPUtime=0.11
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 497 0 0 0 11 0 0 0 16 0 12 0 356665548 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1799640 CPUtime=0.16
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 753 0 0 0 16 0 0 0 16 0 12 0 356665548 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665548 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1799640 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665548 1842831360 108704 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 1799640

[startup+25.5015 s]
/proc/loadavg: 1.39 1.09 0.97 2/89 4938
/proc/meminfo: memFree=710392/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1825240 CPUtime=31.72
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 201860 0 1 0 3065 107 0 0 18 0 12 0 356665538 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 456310 175497 1313 9 0 453922 0
[pid=4926/tid=4928] ppid=4924 vsize=1825240 CPUtime=18.9
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37694 0 1 0 1862 28 0 0 25 0 12 0 356665540 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1825240 CPUtime=6.21
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 78458 0 0 0 585 36 0 0 25 0 12 0 356665541 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1825240 CPUtime=6.28
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 83731 0 0 0 588 40 0 0 19 0 12 0 356665541 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1825240 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356665543 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825240 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356665544 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825240 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356665544 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825240 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356665548 1869045760 175497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4926/tid=4931] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356665543 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1825392 CPUtime=0.41
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 550 0 0 0 41 0 0 0 17 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1825392 CPUtime=0.48
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 788 0 0 0 47 1 0 0 16 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4939] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4939/stat : 4939 (java) S 4924 4926 3896 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 356668215 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1010.47
Current children cumulated vsize (KiB) 1825392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 4939
/proc/meminfo: memFree=589680/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1825392 CPUtime=1070.45
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 235129 0 1 0 106911 134 0 0 18 0 13 0 356665538 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 456348 205594 1331 9 0 453960 0
[pid=4926/tid=4928] ppid=4924 vsize=1825392 CPUtime=1053.23
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37719 0 1 0 105287 36 0 0 25 0 13 0 356665540 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109581120 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1825392 CPUtime=8.03
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 93263 0 0 0 758 45 0 0 16 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1825392 CPUtime=8.25
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 102077 0 0 0 776 49 0 0 25 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356665543 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1825392 CPUtime=0.41
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 550 0 0 0 41 0 0 0 17 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1825392 CPUtime=0.48
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 788 0 0 0 47 1 0 0 16 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4939] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4939/stat : 4939 (java) S 4924 4926 3896 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 356668215 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1070.45
Current children cumulated vsize (KiB) 1825392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 4939
/proc/meminfo: memFree=589680/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1825392 CPUtime=1130.43
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 235129 0 1 0 112909 134 0 0 18 0 13 0 356665538 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 456348 205594 1331 9 0 453960 0
[pid=4926/tid=4928] ppid=4924 vsize=1825392 CPUtime=1113.21
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37719 0 1 0 111284 37 0 0 25 0 13 0 356665540 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109664785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1825392 CPUtime=8.03
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 93263 0 0 0 758 45 0 0 16 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1825392 CPUtime=8.25
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 102077 0 0 0 776 49 0 0 25 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356665543 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1825392 CPUtime=0.41
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 550 0 0 0 41 0 0 0 17 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1825392 CPUtime=0.48
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 788 0 0 0 47 1 0 0 16 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4939] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4939/stat : 4939 (java) S 4924 4926 3896 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 356668215 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1130.43
Current children cumulated vsize (KiB) 1825392

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 4939
/proc/meminfo: memFree=589680/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1825392 CPUtime=1190.42
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 235129 0 1 0 118907 135 0 0 18 0 13 0 356665538 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 456348 205594 1331 9 0 453960 0
[pid=4926/tid=4928] ppid=4924 vsize=1825392 CPUtime=1173.19
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37719 0 1 0 117282 37 0 0 25 0 13 0 356665540 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109563731 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1825392 CPUtime=8.03
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 93263 0 0 0 758 45 0 0 16 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1825392 CPUtime=8.25
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 102077 0 0 0 776 49 0 0 25 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356665543 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1825392 CPUtime=0.41
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 550 0 0 0 41 0 0 0 17 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1825392 CPUtime=0.48
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 788 0 0 0 47 1 0 0 16 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4939] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4939/stat : 4939 (java) S 4924 4926 3896 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 356668215 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1190.42
Current children cumulated vsize (KiB) 1825392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1191.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 4939
/proc/meminfo: memFree=589680/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=1825392 CPUtime=1200.02
/proc/4926/stat : 4926 (java) S 4924 4926 3896 0 -1 0 235129 0 1 0 119867 135 0 0 18 0 13 0 356665538 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4926/statm: 456348 205594 1331 9 0 453960 0
[pid=4926/tid=4928] ppid=4924 vsize=1825392 CPUtime=1182.8
/proc/4926/task/4928/stat : 4928 (java) R 4924 4926 3896 0 -1 64 37719 0 1 0 118243 37 0 0 25 0 13 0 356665540 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109709302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4929] ppid=4924 vsize=1825392 CPUtime=8.03
/proc/4926/task/4929/stat : 4929 (java) S 4924 4926 3896 0 -1 64 93263 0 0 0 758 45 0 0 16 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4930] ppid=4924 vsize=1825392 CPUtime=8.25
/proc/4926/task/4930/stat : 4930 (java) S 4924 4926 3896 0 -1 64 102077 0 0 0 776 49 0 0 25 0 13 0 356665541 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4931] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4931/stat : 4931 (java) S 4924 4926 3896 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356665543 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4932] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4932/stat : 4932 (java) S 4924 4926 3896 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4933] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4933/stat : 4933 (java) S 4924 4926 3896 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665544 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4934] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4934/stat : 4934 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4935] ppid=4924 vsize=1825392 CPUtime=0.41
/proc/4926/task/4935/stat : 4935 (java) S 4924 4926 3896 0 -1 64 550 0 0 0 41 0 0 0 17 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4936] ppid=4924 vsize=1825392 CPUtime=0.48
/proc/4926/task/4936/stat : 4936 (java) S 4924 4926 3896 0 -1 64 788 0 0 0 47 1 0 0 16 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4937] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4937/stat : 4937 (java) S 4924 4926 3896 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4926/tid=4938] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4938/stat : 4938 (java) S 4924 4926 3896 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665548 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4926/tid=4939] ppid=4924 vsize=1825392 CPUtime=0
/proc/4926/task/4939/stat : 4939 (java) S 4924 4926 3896 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 356668215 1869201408 205594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1825392

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

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

[startup+1192.01 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 4939
/proc/meminfo: memFree=589680/2055920 swapFree=4147472/4192956
[pid=4926] ppid=4924 vsize=0 CPUtime=1200.13
/proc/4926/stat : 4926 (java) Z 4924 4926 3896 0 -1 1036 235149 0 1 0 119871 142 0 0 16 0 2 0 356665538 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1192.06
CPU time (s): 1200.18
CPU user time (s): 1198.71
CPU system time (s): 1.47078
CPU usage (%): 100.681
Max. virtual memory (cumulated for all children) (KiB): 1825564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.71
system time used= 1.47078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235149
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= 24801
involuntary context switches= 46149

runsolver used 1.05784 second user time and 3.3115 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Thu Mar  8 15:18:28 UTC 2007

IDJOB= 332065
IDBENCH= 20579
IDSOLVER= 141
FILE ID= node7/332065-1173367099

PBS_JOBID= 4045325

Free space on /tmp= 66331 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  776da55785376fd8eac6989ca812b102

RANDOM SEED= 45082516

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1406000 kB
Buffers:         39952 kB
Cached:         522456 kB
SwapCached:       8588 kB
Active:         353032 kB
Inactive:       237960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406000 kB
SwapTotal:     4192956 kB
SwapFree:      4147472 kB
Dirty:          157660 kB
Writeback:           0 kB
Mapped:          35612 kB
Slab:            44464 kB
Committed_AS:  1196240 kB
PageTables:       1776 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= 66331 MiB

End job on node7 on Thu Mar  8 15:38:22 UTC 2007