Trace number 1719113

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.46 1198.4

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark853.531
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.19	c Expensive reason simplification
0.09/0.19	c Armin Biere (Picosat) restarts strategy
0.09/0.19	c timeout=2147483647s
0.09/0.19	c DB Simplification allowed=true
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-1719113-1240643474.cnf
0.09/0.19	c reading problem ... 
4.67/4.50	c ... done. Wall clock time 4.308s.
4.67/4.50	c #vars     106013
4.67/4.50	c #constraints  1598301
4.67/4.50	c constraints type 
4.67/4.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106693
4.67/4.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1491607
1200.01/1198.11	c starts		: 816
1200.01/1198.11	c conflicts		: 431829
1200.01/1198.11	c decisions		: 5737498
1200.01/1198.11	c propagations		: 392475491
1200.01/1198.11	c inspects		: 1947062674
1200.01/1198.11	c learnt literals	: 0
1200.01/1198.11	c learnt binary clauses	: 373
1200.01/1198.11	c learnt ternary clauses	: 843
1200.01/1198.11	c learnt clauses	: 431829
1200.01/1198.11	c ignored clauses	: 0
1200.01/1198.11	c root simplifications	: 816
1200.01/1198.11	c removed literals (reason simplification)	: 35796218
1200.01/1198.11	c reason swapping (by a shorter reason)	: 0
1200.01/1198.11	c Calls to reduceDB	: 0
1200.01/1198.11	c speed (assignments/second)	: 328814.9977337599
1200.01/1198.11	c non guided choices	1100890
1200.21/1198.26	c learnt constraints type 
1200.21/1198.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 373
1200.21/1198.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 431473
1200.21/1198.26	s UNKNOWN
1200.21/1198.26	c Total wall clock time (in seconds) : 1197.918

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719113-1240643474/watcher-1719113-1240643474 -o /tmp/evaluation-result-1719113-1240643474/solver-1719113-1240643474 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719113-1240643474.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19485
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1612 CPUtime=0
/proc/19485/stat : 19485 (java6) R 19483 19485 19180 0 -1 0 151 0 0 0 0 0 0 0 20 0 1 0 92380766 1650688 123 1992294400 134512640 134550932 4294956160 18446744073709551615 4160589855 0 0 4096 0 0 0 0 17 1 0 0
/proc/19485/statm: 403 125 89 9 0 45 0

[startup+0.026903 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19485
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1774988 CPUtime=0.01
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 2550 0 1 0 0 1 0 0 18 0 4 0 92380766 1817587712 2299 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 443747 2299 413 9 0 441499 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774988

[startup+0.101924 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19485
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1781336 CPUtime=0.09
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 3897 0 1 0 6 3 0 0 18 0 12 0 92380766 1824088064 3640 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 445334 3640 1069 9 0 442681 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1781336

[startup+0.301948 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19485
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1782816 CPUtime=0.37
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 7378 0 1 0 32 5 0 0 18 0 12 0 92380766 1825603584 7070 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 445704 7070 1365 9 0 443051 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1782816

[startup+0.701989 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19485
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785092 CPUtime=0.88
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 10220 0 1 0 82 6 0 0 18 0 12 0 92380766 1827934208 9736 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446273 9736 1374 9 0 443620 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1785092

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19497
/proc/meminfo: memFree=1224784/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785092 CPUtime=1.68
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 15764 0 1 0 158 10 0 0 18 0 12 0 92380766 1827934208 15279 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446273 15279 1375 9 0 443620 0
[pid=19485/tid=19487] ppid=19483 vsize=1785092 CPUtime=1.39
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 13703 0 1 0 130 9 0 0 20 0 12 0 92380767 1827934208 15280 1992294400 134512640 134550932 4294955984 18446744073709551615 4109472427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92380768 1827934208 15280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 92380768 1827934208 15280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92380770 1827934208 15280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 92380770 1827934208 15280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 92380771 1827934208 15281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 92380775 1827934208 15281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785092 CPUtime=0.11
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 438 0 0 0 11 0 0 0 15 0 12 0 92380775 1827934208 15281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785092 CPUtime=0.15
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 878 0 0 0 15 0 0 0 16 0 12 0 92380775 1827934208 15281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 92380775 1827934208 15281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92380775 1827934208 15282 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1785092

[startup+3.10225 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19497
/proc/meminfo: memFree=1196112/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785092 CPUtime=3.28
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 26580 0 1 0 313 15 0 0 18 0 12 0 92380766 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446273 26095 1375 9 0 443620 0
[pid=19485/tid=19487] ppid=19483 vsize=1785092 CPUtime=2.98
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 24518 0 1 0 284 14 0 0 25 0 12 0 92380767 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4109446366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92380768 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 92380768 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92380770 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 92380770 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 92380771 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 92380775 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785092 CPUtime=0.11
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 438 0 0 0 11 0 0 0 15 0 12 0 92380775 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785092 CPUtime=0.15
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 878 0 0 0 15 0 0 0 16 0 12 0 92380775 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 92380775 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785092 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92380775 1827934208 26095 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1785092

[startup+6.3026 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=1123656/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1786408 CPUtime=6.95
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 38396 0 1 0 673 22 0 0 18 0 13 0 92380766 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446602 37606 1409 9 0 443949 0
[pid=19485/tid=19487] ppid=19483 vsize=1786408 CPUtime=5.96
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 35671 0 1 0 575 21 0 0 25 0 13 0 92380767 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4109633536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380768 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92380768 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380770 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 12 0 0 0 0 0 0 0 20 0 13 0 92380770 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92380771 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1786408 CPUtime=0.41
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1016 0 0 0 41 0 0 0 16 0 13 0 92380775 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1786408 CPUtime=0.56
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 959 0 0 0 56 0 0 0 16 0 13 0 92380775 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1786408 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1829281792 37606 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1786408

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=1121736/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1786376 CPUtime=13.4
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 38788 0 1 0 1317 23 0 0 18 0 13 0 92380766 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446594 37959 1409 9 0 443941 0
[pid=19485/tid=19487] ppid=19483 vsize=1786376 CPUtime=12.34
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 36058 0 1 0 1213 21 0 0 25 0 13 0 92380767 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380768 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92380768 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380770 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 12 0 0 0 0 0 0 0 20 0 13 0 92380770 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92380771 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1786376 CPUtime=0.41
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1016 0 0 0 41 0 0 0 16 0 13 0 92380775 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1786376 CPUtime=0.62
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 964 0 0 0 62 0 0 0 17 0 13 0 92380775 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1786376 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1829249024 37959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.4
Current children cumulated vsize (KiB) 1786376

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=1120648/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785944 CPUtime=26.2
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 39172 0 1 0 2597 23 0 0 18 0 13 0 92380766 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446486 38235 1411 9 0 443833 0
[pid=19485/tid=19487] ppid=19483 vsize=1785944 CPUtime=25.11
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 36439 0 1 0 2490 21 0 0 25 0 13 0 92380767 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4109605931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380768 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92380768 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92380770 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 12 0 0 0 0 0 0 0 20 0 13 0 92380770 1828806656 38235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19485/tid=19490] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92380770 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 92380770 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92380771 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785944 CPUtime=0.5
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1027 0 0 0 50 0 0 0 17 0 13 0 92380775 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785944 CPUtime=0.72
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 975 0 0 0 72 0 0 0 17 0 13 0 92380775 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1828806656 105653 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.79
Current children cumulated vsize (KiB) 1785944

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 19498
/proc/meminfo: memFree=707656/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785944 CPUtime=1124.22
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 165703 0 1 0 112336 86 0 0 18 0 13 0 92380766 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446486 141232 1420 9 0 443833 0
[pid=19485/tid=19487] ppid=19483 vsize=1785944 CPUtime=1120.09
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 37560 0 1 0 111982 27 0 0 25 0 13 0 92380767 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4109618973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785944 CPUtime=1.44
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 59562 0 0 0 118 26 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785944 CPUtime=1.4
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 65824 0 0 0 110 30 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92380771 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785944 CPUtime=0.5
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1027 0 0 0 50 0 0 0 17 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785944 CPUtime=0.72
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 975 0 0 0 72 0 0 0 17 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.22
Current children cumulated vsize (KiB) 1785944

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=707592/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785944 CPUtime=1184.2
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 165703 0 1 0 118334 86 0 0 18 0 13 0 92380766 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446486 141232 1420 9 0 443833 0
[pid=19485/tid=19487] ppid=19483 vsize=1785944 CPUtime=1180.07
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 37560 0 1 0 117980 27 0 0 25 0 13 0 92380767 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4109615839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785944 CPUtime=1.44
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 59562 0 0 0 118 26 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785944 CPUtime=1.4
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 65824 0 0 0 110 30 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92380771 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785944 CPUtime=0.51
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1027 0 0 0 51 0 0 0 16 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785944 CPUtime=0.72
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 975 0 0 0 72 0 0 0 17 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1184.2
Current children cumulated vsize (KiB) 1785944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=707592/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1785944 CPUtime=1200.01
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 165703 0 1 0 119914 87 0 0 18 0 13 0 92380766 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19485/statm: 446486 141232 1420 9 0 443833 0
[pid=19485/tid=19487] ppid=19483 vsize=1785944 CPUtime=1195.87
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 37560 0 1 0 119560 27 0 0 25 0 13 0 92380767 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4109538928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1785944 CPUtime=1.44
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 59562 0 0 0 118 26 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1785944 CPUtime=1.4
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 65824 0 0 0 110 30 0 0 16 0 13 0 92380768 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 92380770 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92380771 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1785944 CPUtime=0.51
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1027 0 0 0 51 0 0 0 16 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1785944 CPUtime=0.72
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 975 0 0 0 72 0 0 0 17 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92380775 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1785944 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 92381226 1828806656 141232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1785944

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

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

[startup+1198.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=707592/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=1786592 CPUtime=1200.21
/proc/19485/stat : 19485 (java) S 19483 19485 19180 0 -1 0 165780 0 1 0 119934 87 0 0 16 0 15 0 92380766 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19485/statm: 446648 141281 1420 9 0 443995 0
[pid=19485/tid=19487] ppid=19483 vsize=1786592 CPUtime=1195.98
/proc/19485/task/19487/stat : 19487 (java) R 19483 19485 19180 0 -1 64 37560 0 1 0 119571 27 0 0 25 0 15 0 92380767 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4109554377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19488] ppid=19483 vsize=1786592 CPUtime=1.44
/proc/19485/task/19488/stat : 19488 (java) S 19483 19485 19180 0 -1 64 59562 0 0 0 118 26 0 0 16 0 15 0 92380768 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19489] ppid=19483 vsize=1786592 CPUtime=1.4
/proc/19485/task/19489/stat : 19489 (java) S 19483 19485 19180 0 -1 64 65824 0 0 0 110 30 0 0 16 0 15 0 92380768 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19490] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19490/stat : 19490 (java) S 19483 19485 19180 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 92380770 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19491] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19491/stat : 19491 (java) S 19483 19485 19180 0 -1 64 13 0 0 0 0 0 0 0 17 0 15 0 92380770 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19492] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19492/stat : 19492 (java) S 19483 19485 19180 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 92380771 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19493] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19493/stat : 19493 (java) S 19483 19485 19180 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 92380775 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19494] ppid=19483 vsize=1786592 CPUtime=0.54
/proc/19485/task/19494/stat : 19494 (java) S 19483 19485 19180 0 -1 64 1085 0 0 0 54 0 0 0 17 0 15 0 92380775 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19495] ppid=19483 vsize=1786592 CPUtime=0.72
/proc/19485/task/19495/stat : 19495 (java) S 19483 19485 19180 0 -1 64 975 0 0 0 72 0 0 0 17 0 15 0 92380775 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19496] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19496/stat : 19496 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 92380775 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19485/tid=19497] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19497/stat : 19497 (java) S 19483 19485 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 92380775 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19485/tid=19498] ppid=19483 vsize=1786592 CPUtime=0
/proc/19485/task/19498/stat : 19498 (java) S 19483 19485 19180 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 92381226 1829470208 141281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 1786592

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19498
/proc/meminfo: memFree=707592/2055920 swapFree=4192956/4192956
[pid=19485] ppid=19483 vsize=0 CPUtime=1200.45
/proc/19485/stat : 19485 (java) Z 19483 19485 19180 0 -1 1036 165784 0 1 0 119950 95 0 0 15 0 2 0 92380766 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19485/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.4
CPU time (s): 1200.46
CPU user time (s): 1199.51
CPU system time (s): 0.955854
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 1786592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.51
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165784
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= 24841
involuntary context switches= 4919

runsolver used 1.47877 second user time and 2.90156 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-25 09:11:16
IDJOB=1719113
IDBENCH=20578
IDSOLVER=500
FILE ID=node21/1719113-1240643474
PBS_JOBID= 9186450
Free space on /tmp= 66248 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq4.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719113-1240643474/watcher-1719113-1240643474 -o /tmp/evaluation-result-1719113-1240643474/solver-1719113-1240643474 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719113-1240643474.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6fcbaf8c6c7ed0c41d8ac12258cafaee
RANDOM SEED=877619206

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

/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.233
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.233
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:       1268880 kB
Buffers:         81228 kB
Cached:         605232 kB
SwapCached:          0 kB
Active:          93896 kB
Inactive:       606520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           31792 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            72676 kB
Committed_AS:   309672 kB
PageTables:       1376 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= 66248 MiB
End job on node21 at 2009-04-25 09:31:16