Trace number 1718905

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.35 1195.33

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications 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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

0.10/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.23	c See www.sat4j.org for details.
0.10/0.23	c version 2.1.0.v20090228
0.10/0.23	c sun.arch.data.model	32
0.10/0.23	c java.version	1.6.0_12
0.10/0.23	c os.name	Linux
0.10/0.23	c os.version	2.6.9-22.EL.rootsmp
0.10/0.23	c os.arch	i386
0.10/0.23	c Free memory 1651659224
0.10/0.23	c Max memory 1654456320
0.10/0.23	c Total memory 1654456320
0.10/0.23	c Number of processors 2
0.10/0.28	c c --- Begin Solver configuration ---
0.10/0.28	c Stops conflict analysis at the first Unique Implication Point
0.10/0.28	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.10/0.28	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.10/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.28	c Expensive reason simplification
0.10/0.28	c Armin Biere (Picosat) restarts strategy
0.10/0.28	c timeout=2147483647s
0.10/0.28	c DB Simplification allowed=true
0.10/0.28	c --- End Solver configuration ---
0.10/0.28	c solving HOME/instance-1718905-1240641056.cnf
0.10/0.28	c reading problem ... 
34.75/30.22	c ... done. Wall clock time 29.937s.
34.75/30.22	c #vars     482093
34.75/30.22	c #constraints  9676386
34.75/30.22	c constraints type 
34.75/30.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 524228
34.75/30.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9152157
1200.03/1195.11	c starts		: 408
1200.03/1195.11	c conflicts		: 119999
1200.03/1195.11	c decisions		: 6060774
1200.03/1195.11	c propagations		: 557969992
1200.03/1195.11	c inspects		: 2227673781
1200.03/1195.11	c learnt literals	: 1
1200.03/1195.11	c learnt binary clauses	: 465
1200.03/1195.11	c learnt ternary clauses	: 604
1200.03/1195.11	c learnt clauses	: 119998
1200.03/1195.11	c ignored clauses	: 0
1200.03/1195.11	c root simplifications	: 409
1200.03/1195.11	c removed literals (reason simplification)	: 3281229
1200.03/1195.11	c reason swapping (by a shorter reason)	: 0
1200.03/1195.11	c Calls to reduceDB	: 0
1200.03/1195.11	c speed (assignments/second)	: 478990.2093675879
1200.03/1195.11	c non guided choices	3842910
1200.03/1195.18	c learnt constraints type 
1200.03/1195.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 465
1200.03/1195.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119546
1200.03/1195.18	s UNKNOWN
1200.03/1195.18	c Total wall clock time (in seconds) : 1194.83

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-1718905-1240641056/watcher-1718905-1240641056 -o /tmp/evaluation-result-1718905-1240641056/solver-1718905-1240641056 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1718905-1240641056.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.86 1.83 1.45 3/64 19407
/proc/meminfo: memFree=1096176/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=324 CPUtime=0
/proc/19407/stat : 19407 (java6) R 19405 19407 19180 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 92140061 331776 44 1992294400 134512640 134550932 4294956160 18446744073709551615 8438564 0 0 4096 0 0 0 0 17 0 0 0
/proc/19407/statm: 81 44 33 9 0 6 0

[startup+0.08127 s]
/proc/loadavg: 1.86 1.83 1.45 3/64 19407
/proc/meminfo: memFree=1096176/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1778556 CPUtime=0.06
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 3681 0 1 0 4 2 0 0 18 0 7 0 92140061 1821241344 3426 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 444639 3426 1032 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.101272 s]
/proc/loadavg: 1.86 1.83 1.45 3/64 19407
/proc/meminfo: memFree=1096176/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1778556 CPUtime=0.07
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 3730 0 1 0 5 2 0 0 18 0 7 0 92140061 1821241344 3475 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 444639 3475 1039 9 0 441990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778556

[startup+0.30131 s]
/proc/loadavg: 1.86 1.83 1.45 3/64 19407
/proc/meminfo: memFree=1096176/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1782788 CPUtime=0.25
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 6958 0 1 0 21 4 0 0 18 0 12 0 92140061 1825574912 6696 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 445697 6696 1338 9 0 443044 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782788

[startup+0.701341 s]
/proc/loadavg: 1.86 1.83 1.45 3/64 19407
/proc/meminfo: memFree=1096176/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1784916 CPUtime=0.77
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 19249 0 1 0 68 9 0 0 18 0 12 0 92140061 1827753984 18767 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 446229 18767 1373 9 0 443576 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1784916

[startup+1.50242 s]
/proc/loadavg: 1.86 1.83 1.45 2/76 19419
/proc/meminfo: memFree=1018256/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1784916 CPUtime=1.59
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 24974 0 1 0 147 12 0 0 18 0 12 0 92140061 1827753984 24491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 446229 24491 1375 9 0 443576 0
[pid=19407/tid=19409] ppid=19405 vsize=1784916 CPUtime=1.31
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 22917 0 1 0 120 11 0 0 25 0 12 0 92140063 1827753984 24491 1992294400 134512640 134550932 4294955984 18446744073709551615 4109466438 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 92140065 1827753984 24491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 92140065 1827753984 24491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 92140066 1827753984 24491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 92140067 1827753984 24492 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 92140067 1827753984 24492 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92140079 1827753984 24492 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1784916 CPUtime=0.11
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 461 0 0 0 11 0 0 0 15 0 12 0 92140079 1827753984 24492 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1784916 CPUtime=0.14
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 850 0 0 0 14 0 0 0 16 0 12 0 92140079 1827753984 24493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92140079 1827753984 24493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92140079 1827753984 24493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1784916

[startup+3.1026 s]
/proc/loadavg: 1.87 1.83 1.45 2/76 19419
/proc/meminfo: memFree=987644/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1784916 CPUtime=3.19
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 36174 0 1 0 300 19 0 0 18 0 12 0 92140061 1827753984 35691 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 446229 35691 1375 9 0 443576 0
[pid=19407/tid=19409] ppid=19405 vsize=1784916 CPUtime=2.91
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 34117 0 1 0 273 18 0 0 25 0 12 0 92140063 1827753984 35691 1992294400 134512640 134550932 4294955984 18446744073709551615 4109460338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 92140065 1827753984 35691 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 92140065 1827753984 35692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92140066 1827753984 35692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 92140067 1827753984 35692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 92140067 1827753984 35693 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92140079 1827753984 35693 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1784916 CPUtime=0.11
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 461 0 0 0 11 0 0 0 15 0 12 0 92140079 1827753984 35693 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1784916 CPUtime=0.14
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 850 0 0 0 14 0 0 0 16 0 12 0 92140079 1827753984 35693 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92140079 1827753984 35694 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1784916 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92140079 1827753984 35694 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1784916

[startup+6.30194 s]
/proc/loadavg: 1.87 1.83 1.45 2/76 19419
/proc/meminfo: memFree=828688/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1784756 CPUtime=6.88
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 71187 0 2 0 650 38 0 0 18 0 12 0 92140061 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 446189 69006 1385 9 0 443536 0
[pid=19407/tid=19409] ppid=19405 vsize=1784756 CPUtime=5.6
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37544 0 1 0 538 22 0 0 25 0 12 0 92140063 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4109434305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1784756 CPUtime=0.5
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 10588 0 0 0 45 5 0 0 16 0 12 0 92140065 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1784756 CPUtime=0.49
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 20994 0 0 0 39 10 0 0 16 0 12 0 92140065 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 92140066 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 92140067 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 12 0 92140067 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92140079 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1784756 CPUtime=0.11
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 461 0 0 0 11 0 0 0 15 0 12 0 92140079 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1784756 CPUtime=0.14
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 850 0 0 0 14 0 0 0 16 0 12 0 92140079 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92140079 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1784756 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92140079 1827590144 69006 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1784756

[startup+12.7026 s]
/proc/loadavg: 1.74 1.80 1.45 2/76 19419
/proc/meminfo: memFree=678800/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1795644 CPUtime=14.22
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 115063 0 2 0 1362 60 0 0 18 0 12 0 92140061 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 448911 106389 1385 9 0 446258 0
[pid=19407/tid=19409] ppid=19405 vsize=1795644 CPUtime=11.05
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37545 0 1 0 1080 25 0 0 25 0 12 0 92140063 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4109447589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1795644 CPUtime=1.44
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 38334 0 0 0 128 16 0 0 16 0 12 0 92140065 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1795644 CPUtime=1.43
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 37123 0 0 0 126 17 0 0 25 0 12 0 92140065 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 92140066 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 92140067 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 12 0 92140067 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92140079 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1795644 CPUtime=0.11
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 461 0 0 0 11 0 0 0 15 0 12 0 92140079 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1795644 CPUtime=0.14
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 850 0 0 0 14 0 0 0 16 0 12 0 92140079 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92140079 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1795644 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92140079 1838739456 106389 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 1795644

[startup+25.502 s]
/proc/loadavg: 1.70 1.79 1.45 2/76 19419
/proc/meminfo: memFree=434576/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1805244 CPUtime=28.91
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 185956 0 2 0 2792 99 0 0 18 0 12 0 92140061 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 451311 167387 1385 9 0 448658 0
[pid=19407/tid=19409] ppid=19405 vsize=1805244 CPUtime=21.84
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37547 0 1 0 2152 32 0 0 25 0 12 0 92140063 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4109447463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1805244 CPUtime=3.36
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 72724 0 0 0 305 31 0 0 16 0 12 0 92140065 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1805244 CPUtime=3.39
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 73624 0 0 0 305 34 0 0 25 0 12 0 92140065 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1805244 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 92140066 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1805244 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 92140067 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1805244 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 12 0 92140067 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1805244 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92140079 1848569856 167387 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 867 0 0 0 57 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1804792 CPUtime=0.76
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 1770 0 0 0 76 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19420] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19420/stat : 19420 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92143100 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1007.29
Current children cumulated vsize (KiB) 1804792

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1804792 CPUtime=1067.27
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 220235 0 2 0 106610 117 0 0 18 0 13 0 92140061 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 451198 196353 1420 9 0 448545 0
[pid=19407/tid=19409] ppid=19405 vsize=1804792 CPUtime=1056.84
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37579 0 1 0 105649 35 0 0 25 0 13 0 92140063 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4109705820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1804792 CPUtime=4.51
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 83291 0 0 0 414 37 0 0 25 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1804792 CPUtime=4.54
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 95974 0 0 0 411 43 0 0 16 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 92140066 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1804792 CPUtime=0.57
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 867 0 0 0 57 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1804792 CPUtime=0.76
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 1770 0 0 0 76 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19420] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19420/stat : 19420 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92143100 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1067.27
Current children cumulated vsize (KiB) 1804792

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1804792 CPUtime=1127.25
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 220235 0 2 0 112608 117 0 0 18 0 13 0 92140061 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 451198 196353 1420 9 0 448545 0
[pid=19407/tid=19409] ppid=19405 vsize=1804792 CPUtime=1116.82
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37579 0 1 0 111647 35 0 0 25 0 13 0 92140063 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4109532179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1804792 CPUtime=4.51
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 83291 0 0 0 414 37 0 0 25 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1804792 CPUtime=4.54
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 95974 0 0 0 411 43 0 0 16 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 92140066 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1804792 CPUtime=0.57
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 867 0 0 0 57 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1804792 CPUtime=0.76
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 1770 0 0 0 76 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19420] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19420/stat : 19420 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92143100 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1127.25
Current children cumulated vsize (KiB) 1804792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1804792 CPUtime=1187.23
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 220235 0 2 0 118606 117 0 0 18 0 13 0 92140061 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 451198 196353 1420 9 0 448545 0
[pid=19407/tid=19409] ppid=19405 vsize=1804792 CPUtime=1176.8
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37579 0 1 0 117645 35 0 0 25 0 13 0 92140063 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4109697217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1804792 CPUtime=4.51
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 83291 0 0 0 414 37 0 0 25 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1804792 CPUtime=4.54
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 95974 0 0 0 411 43 0 0 16 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 92140066 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1804792 CPUtime=0.57
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 867 0 0 0 57 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1804792 CPUtime=0.76
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 1770 0 0 0 76 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19420] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19420/stat : 19420 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92143100 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1187.23
Current children cumulated vsize (KiB) 1804792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1195.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=1804792 CPUtime=1200.03
/proc/19407/stat : 19407 (java) S 19405 19407 19180 0 -1 0 220235 0 2 0 119886 117 0 0 18 0 13 0 92140061 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19407/statm: 451198 196353 1420 9 0 448545 0
[pid=19407/tid=19409] ppid=19405 vsize=1804792 CPUtime=1189.6
/proc/19407/task/19409/stat : 19409 (java) R 19405 19407 19180 0 -1 64 37579 0 1 0 118925 35 0 0 25 0 13 0 92140063 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4109638144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19410] ppid=19405 vsize=1804792 CPUtime=4.51
/proc/19407/task/19410/stat : 19410 (java) S 19405 19407 19180 0 -1 64 83291 0 0 0 414 37 0 0 25 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19411] ppid=19405 vsize=1804792 CPUtime=4.54
/proc/19407/task/19411/stat : 19411 (java) S 19405 19407 19180 0 -1 64 95974 0 0 0 411 43 0 0 16 0 13 0 92140065 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19412] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19412/stat : 19412 (java) S 19405 19407 19180 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 92140066 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19413] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19413/stat : 19413 (java) S 19405 19407 19180 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19414] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19414/stat : 19414 (java) S 19405 19407 19180 0 -1 64 6 0 1 0 0 0 0 0 17 0 13 0 92140067 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19415] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19415/stat : 19415 (java) S 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19416] ppid=19405 vsize=1804792 CPUtime=0.57
/proc/19407/task/19416/stat : 19416 (java) S 19405 19407 19180 0 -1 64 867 0 0 0 57 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19407/tid=19417] ppid=19405 vsize=1804792 CPUtime=0.76
/proc/19407/task/19417/stat : 19417 (java) S 19405 19407 19180 0 -1 64 1770 0 0 0 76 0 0 0 17 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19418] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19418/stat : 19418 (java) S 19405 19407 19180 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19419] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19419/stat : 19419 (java) R 19405 19407 19180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92140079 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19407/tid=19420] ppid=19405 vsize=1804792 CPUtime=0
/proc/19407/task/19420/stat : 19420 (java) S 19405 19407 19180 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92143100 1848107008 196353 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1804792

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

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

[startup+1195.21 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=0 CPUtime=1200.22
/proc/19407/stat : 19407 (java) Z 19405 19407 19180 0 -1 1036 220294 0 2 0 119904 118 0 0 15 0 2 0 92140061 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 0

[startup+1195.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 19422
/proc/meminfo: memFree=318408/2055920 swapFree=4192956/4192956
[pid=19407] ppid=19405 vsize=0 CPUtime=1200.3
/proc/19407/stat : 19407 (java) Z 19405 19407 19180 0 -1 1036 220294 0 2 0 119904 126 0 0 15 0 2 0 92140061 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1195.33
CPU time (s): 1200.35
CPU user time (s): 1199.05
CPU system time (s): 1.2998
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 1806136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.05
system time used= 1.2998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220294
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24880
involuntary context switches= 3513

runsolver used 1.3318 second user time and 3.09153 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-25 08:31:09
IDJOB=1718905
IDBENCH=20574
IDSOLVER=500
FILE ID=node21/1718905-1240641056
PBS_JOBID= 9186450
Free space on /tmp= 66072 MiB

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

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=542325400

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:       1096592 kB
Buffers:         80828 kB
Cached:         770532 kB
SwapCached:          0 kB
Active:         268976 kB
Inactive:       596300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1096592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          205364 kB
Writeback:           0 kB
Mapped:          23664 kB
Slab:            80044 kB
Committed_AS:   309576 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= 66068 MiB
End job on node21 at 2009-04-25 08:51:06