Trace number 332067

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.16 1193.75

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
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 variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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.19/0.20	c --- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c Expensive reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c timeout: 2147483s
0.19/0.20	c solving /tmp/evaluation/332067-1173367106/instance-332067-1173367106.cnf
0.19/0.20	c reading problem ... 
25.72/21.50	c ... done. Wall clock time 21.295s.
25.72/21.50	c CPU time (experimental) 16.96s.
25.72/21.50	c #vars     306095
25.72/21.50	c #constraints  6069107
1200.00/1193.61	c starts		: 17
1200.00/1193.61	c conflicts		: 179466
1200.00/1193.61	c decisions		: 5958357
1200.00/1193.61	c propagations		: 634567923
1200.00/1193.61	c inspects		: 2637078677
1200.00/1193.61	c learnt literals	: 6
1200.00/1193.61	c learnt binary clauses	: 496
1200.00/1193.61	c learnt ternary clauses	: 523
1200.00/1193.61	c learnt clauses	: 179460
1200.00/1193.61	c root simplifications	: 0
1200.00/1193.61	c removed literals (reason simplification)	: 17927822
1200.00/1193.61	c reason swapping (by a shorter reason)	: 0
1200.00/1193.61	c Calls to reduceDB	: 0
1200.00/1193.61	c speed (decisions/second)	: 5083.740173133728
1200.00/1193.61	c non guided choices	3179781
1200.00/1193.61	s UNKNOWN
1200.00/1193.61	c Total wall clock time (in seconds) : 1193.41
1200.00/1193.61	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/node14/watcher-332067-1173367106 -o ROOT/results/node14/solver-332067-1173367106 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332067-1173367106/sat4j-sat2007.jar /tmp/evaluation/332067-1173367106/instance-332067-1173367106.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.93 0.98 0.99 3/77 15316
/proc/meminfo: memFree=1594752/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=152 CPUtime=0
/proc/15316/stat : 15316 (java6) D 15314 15316 14597 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 356665779 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 6927140 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15316/statm: 38 26 19 9 0 4 0

[startup+0.0502761 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 15316
/proc/meminfo: memFree=1594752/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1776376 CPUtime=0.03
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 3458 0 1 0 2 1 0 0 18 0 4 0 356665779 1819009024 3204 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.101243 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 15316
/proc/meminfo: memFree=1594752/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1780108 CPUtime=0.08
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 3960 0 1 0 6 2 0 0 18 0 12 0 356665779 1822830592 3702 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 445027 3702 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301259 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 15316
/proc/meminfo: memFree=1594752/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1782428 CPUtime=0.3
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 13635 0 1 0 23 7 0 0 18 0 12 0 356665779 1825206272 13374 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 445607 13374 1264 9 0 443219 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782428

[startup+0.701291 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 15316
/proc/meminfo: memFree=1594752/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1784052 CPUtime=0.85
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 16873 0 1 0 75 10 0 0 18 0 12 0 356665779 1826869248 16263 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 446013 16264 1289 9 0 443625 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1784052

[startup+1.50136 s]
/proc/loadavg: 1.25 1.05 1.02 2/89 15328
/proc/meminfo: memFree=1525472/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1784052 CPUtime=1.64
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 23181 0 1 0 151 13 0 0 18 0 12 0 356665779 1826869248 22570 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 446013 22570 1304 9 0 443625 0
[pid=15316/tid=15318] ppid=15314 vsize=1784052 CPUtime=1.35
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 21269 0 1 0 123 12 0 0 20 0 12 0 356665781 1826869248 22570 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109508981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 356665782 1826869248 22571 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356665782 1826869248 22571 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 356665785 1826869248 22571 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 356665785 1826869248 22571 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 356665785 1826869248 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356665789 1826869248 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1784052 CPUtime=0.12
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 509 0 0 0 12 0 0 0 16 0 12 0 356665789 1826869248 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1784052 CPUtime=0.14
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 683 0 0 0 14 0 0 0 16 0 12 0 356665789 1826869248 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665789 1826869248 22573 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665789 1826869248 22573 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1784052

[startup+3.10252 s]
/proc/loadavg: 1.25 1.05 1.02 2/89 15328
/proc/meminfo: memFree=1491488/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1784052 CPUtime=3.25
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 35552 0 1 0 305 20 0 0 18 0 12 0 356665779 1826869248 34941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 446013 34942 1304 9 0 443625 0
[pid=15316/tid=15318] ppid=15314 vsize=1784052 CPUtime=2.95
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 33641 0 1 0 277 18 0 0 25 0 12 0 356665781 1826869248 34942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109509486 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 356665782 1826869248 34942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356665782 1826869248 34942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356665785 1826869248 34943 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 356665785 1826869248 34943 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 356665785 1826869248 34943 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356665789 1826869248 34943 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1784052 CPUtime=0.12
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 509 0 0 0 12 0 0 0 16 0 12 0 356665789 1826869248 34944 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1784052 CPUtime=0.14
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 683 0 0 0 14 0 0 0 16 0 12 0 356665789 1826869248 34944 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665789 1826869248 34945 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1784052 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665789 1826869248 34945 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 1784052

[startup+6.30182 s]
/proc/loadavg: 1.23 1.05 1.02 2/89 15328
/proc/meminfo: memFree=1322336/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1789820 CPUtime=7.35
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 74875 0 1 0 694 41 0 0 18 0 12 0 356665779 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 447455 70227 1313 9 0 445067 0
[pid=15316/tid=15318] ppid=15314 vsize=1789820 CPUtime=5.23
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37694 0 1 0 502 21 0 0 25 0 12 0 356665781 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109495495 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1789820 CPUtime=0.89
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 11752 0 0 0 83 6 0 0 16 0 12 0 356665782 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1789820 CPUtime=0.9
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 23510 0 0 0 80 10 0 0 16 0 12 0 356665782 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356665785 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356665785 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356665785 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356665789 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1789820 CPUtime=0.12
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 509 0 0 0 12 0 0 0 16 0 12 0 356665789 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1789820 CPUtime=0.14
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 683 0 0 0 14 0 0 0 16 0 12 0 356665789 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665789 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1789820 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665789 1832775680 70227 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1789820

[startup+12.7024 s]
/proc/loadavg: 1.29 1.06 1.02 2/89 15328
/proc/meminfo: memFree=1170080/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1799420 CPUtime=15.24
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 119251 0 1 0 1463 61 0 0 18 0 12 0 356665779 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 449855 108213 1313 9 0 447467 0
[pid=15316/tid=15318] ppid=15314 vsize=1799420 CPUtime=10.06
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37697 0 1 0 982 24 0 0 25 0 12 0 356665781 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1799420 CPUtime=2.4
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 34646 0 0 0 224 16 0 0 16 0 12 0 356665782 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1799420 CPUtime=2.48
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 44989 0 0 0 228 20 0 0 25 0 12 0 356665782 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356665785 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356665785 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356665785 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356665789 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1799420 CPUtime=0.12
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 509 0 0 0 12 0 0 0 16 0 12 0 356665789 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1799420 CPUtime=0.14
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 683 0 0 0 14 0 0 0 16 0 12 0 356665789 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356665789 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1799420 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356665789 1842606080 108213 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1799420

[startup+25.5026 s]
/proc/loadavg: 1.25 1.06 1.02 3/90 15329
/proc/meminfo: memFree=935064/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1826368 CPUtime=32.08
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 199742 0 1 0 3105 103 0 0 18 0 13 0 356665779 1870200832 173998 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 456592 174009 1329 9 0 454204 0
[pid=15316/tid=15318] ppid=15314 vsize=1826368 CPUtime=18.96
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 14597 0 -1 64 37720 0 1 0 1870 26 0 0 25 0 13 0 356665781 1870200832 174015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1826368 CPUtime=6.08
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 75032 0 0 0 572 36 0 0 20 0 13 0 356665782 1870200832 174023 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1826368 CPUtime=6.18
/proc/15316/task/15320/stat : 15320 (java) R 15314 15316 14597 0 -1 64 84334 0 0 0 580 38 0 0 25 0 13 0 356665782 1870200832 174032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1826368 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1870200832 174040 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1826368 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1870200832 174041 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1826368 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1870200832 174041 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1826368 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1870200832 174041 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15316/tid=15321] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1825980 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 1248 0 0 0 51 0 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1825980 CPUtime=0.48
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 725 0 0 0 47 1 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 14597 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 356667937 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1008.75
Current children cumulated vsize (KiB) 1825980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15329
/proc/meminfo: memFree=904344/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1825980 CPUtime=1068.73
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 200393 0 1 0 106762 111 0 0 18 0 13 0 356665779 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 456495 174540 1331 9 0 454107 0
[pid=15316/tid=15318] ppid=15314 vsize=1825980 CPUtime=1055.4
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37723 0 1 0 105506 34 0 0 25 0 13 0 356665781 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109725269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1825980 CPUtime=6.08
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 75032 0 0 0 572 36 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1825980 CPUtime=6.21
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 84933 0 0 0 583 38 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1825980 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 1248 0 0 0 51 0 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1825980 CPUtime=0.48
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 725 0 0 0 47 1 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 14597 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 356667937 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1068.73
Current children cumulated vsize (KiB) 1825980

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15329
/proc/meminfo: memFree=904344/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1825980 CPUtime=1128.71
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 200393 0 1 0 112760 111 0 0 18 0 13 0 356665779 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 456495 174540 1331 9 0 454107 0
[pid=15316/tid=15318] ppid=15314 vsize=1825980 CPUtime=1115.4
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37723 0 1 0 111505 35 0 0 25 0 13 0 356665781 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109662489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1825980 CPUtime=6.08
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 75032 0 0 0 572 36 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1825980 CPUtime=6.21
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 84933 0 0 0 583 38 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1825980 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 1248 0 0 0 51 0 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1825980 CPUtime=0.48
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 725 0 0 0 47 1 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 14597 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 356667937 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1128.71
Current children cumulated vsize (KiB) 1825980

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15329
/proc/meminfo: memFree=904344/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1825980 CPUtime=1188.7
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 200393 0 1 0 118758 112 0 0 18 0 13 0 356665779 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 456495 174540 1331 9 0 454107 0
[pid=15316/tid=15318] ppid=15314 vsize=1825980 CPUtime=1175.38
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37723 0 1 0 117503 35 0 0 25 0 13 0 356665781 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109725481 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1825980 CPUtime=6.08
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 75032 0 0 0 572 36 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1825980 CPUtime=6.21
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 84933 0 0 0 583 38 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1825980 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 1248 0 0 0 51 0 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1825980 CPUtime=0.48
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 725 0 0 0 47 1 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 14597 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 356667937 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1188.7
Current children cumulated vsize (KiB) 1825980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1193.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15329
/proc/meminfo: memFree=904344/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=1825980 CPUtime=1200
/proc/15316/stat : 15316 (java) S 15314 15316 14597 0 -1 0 200393 0 1 0 119888 112 0 0 18 0 13 0 356665779 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 456495 174540 1331 9 0 454107 0
[pid=15316/tid=15318] ppid=15314 vsize=1825980 CPUtime=1186.68
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 14597 0 -1 64 37723 0 1 0 118633 35 0 0 25 0 13 0 356665781 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109523416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=1825980 CPUtime=6.08
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 14597 0 -1 64 75032 0 0 0 572 36 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=1825980 CPUtime=6.21
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 14597 0 -1 64 84933 0 0 0 583 38 0 0 16 0 13 0 356665782 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 14597 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 14597 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 14597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356665785 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 14597 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=1825980 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 14597 0 -1 64 1248 0 0 0 51 0 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=1825980 CPUtime=0.48
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 14597 0 -1 64 725 0 0 0 47 1 0 0 16 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 14597 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 14597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356665789 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=1825980 CPUtime=0
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 14597 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 356667937 1869803520 174540 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1825980

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

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

[startup+1193.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15329
/proc/meminfo: memFree=904344/2055920 swapFree=4146600/4192956
[pid=15316] ppid=15314 vsize=0 CPUtime=1200.11
/proc/15316/stat : 15316 (java) Z 15314 15316 14597 0 -1 1036 200416 0 1 0 119893 118 0 0 16 0 2 0 356665779 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1193.75
CPU time (s): 1200.16
CPU user time (s): 1198.93
CPU system time (s): 1.22381
CPU usage (%): 100.536
Max. virtual memory (cumulated for all children) (KiB): 1826368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.93
system time used= 1.22381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200416
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= 24674
involuntary context switches= 5094

runsolver used 1.08483 second user time and 3.2885 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Thu Mar  8 15:18:34 UTC 2007

IDJOB= 332067
IDBENCH= 20580
IDSOLVER= 141
FILE ID= node14/332067-1173367106

PBS_JOBID= 4045329

Free space on /tmp= 66410 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  0fbc00fde383cec371bb97d621c5e7e5

RANDOM SEED= 195534419

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1595160 kB
Buffers:         39288 kB
Cached:         338708 kB
SwapCached:      14908 kB
Active:         294956 kB
Inactive:       117144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595160 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:          132984 kB
Writeback:           0 kB
Mapped:          40804 kB
Slab:            34192 kB
Committed_AS:  1227896 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66410 MiB

End job on node14 on Thu Mar  8 15:38:29 UTC 2007