Trace number 1581719

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 RC1UNSAT 817.093 815.821

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.0.v20090228
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.21/0.21	c c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c timeout=2147483647s
0.21/0.21	c DB Simplification allowed=true
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-1581719-1238931926.cnf
0.21/0.21	c reading problem ... 
1.97/1.87	c ... done. Wall clock time 1.661s.
1.97/1.87	c #vars     130859
1.97/1.87	c #constraints  626788
1.97/1.87	c constraints type 
1.97/1.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121638
1.97/1.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 498294
816.95/815.71	c starts		: 431
816.95/815.71	c conflicts		: 129251
816.95/815.71	c decisions		: 1148630
816.95/815.71	c propagations		: 374064937
816.95/815.71	c inspects		: 1220278400
816.95/815.71	c learnt literals	: 226
816.95/815.71	c learnt binary clauses	: 1844
816.95/815.71	c learnt ternary clauses	: 1805
816.95/815.71	c learnt clauses	: 129024
816.95/815.71	c ignored clauses	: 0
816.95/815.71	c root simplifications	: 656
816.95/815.71	c removed literals (reason simplification)	: 11440993
816.95/815.71	c reason swapping (by a shorter reason)	: 0
816.95/815.71	c Calls to reduceDB	: 0
816.95/815.71	c speed (assignments/second)	: 459630.14429143845
816.95/815.71	c non guided choices	2726
816.95/815.77	c learnt constraints type 
816.95/815.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1499
816.95/815.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82832
816.95/815.77	s UNSATISFIABLE
816.95/815.77	c Total wall clock time (in seconds) : 815.504

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581719-1238931926/watcher-1581719-1238931926 -o /tmp/evaluation-result-1581719-1238931926/solver-1581719-1238931926 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1581719-1238931926.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: 0.92 0.98 0.99 2/64 14665
/proc/meminfo: memFree=1341560/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=152 CPUtime=0
/proc/14665/stat : 14665 (java6) R 14663 14665 13952 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 1165854559 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10383659 0 0 4096 0 0 0 0 17 1 0 0
/proc/14665/statm: 38 26 19 9 0 4 0

[startup+0.0383181 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 14665
/proc/meminfo: memFree=1341560/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1776936 CPUtime=0.02
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 3017 0 1 0 0 2 0 0 18 0 4 0 1165854559 1819582464 2764 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 444234 2764 772 9 0 441585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776936

[startup+0.101324 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 14665
/proc/meminfo: memFree=1341560/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1780752 CPUtime=0.08
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 3841 0 1 0 5 3 0 0 18 0 12 0 1165854559 1823490048 3584 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 445188 3584 1057 9 0 442539 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780752

[startup+0.301344 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 14665
/proc/meminfo: memFree=1341560/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1783244 CPUtime=0.35
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 6500 0 1 0 30 5 0 0 18 0 12 0 1165854559 1826041856 6232 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 445811 6232 1360 9 0 443158 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1783244

[startup+0.701384 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 14665
/proc/meminfo: memFree=1341560/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1783276 CPUtime=0.81
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 12009 0 1 0 74 7 0 0 18 0 12 0 1165854559 1826074624 11702 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 445819 11702 1374 9 0 443166 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1783276

[startup+1.50245 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 14677
/proc/meminfo: memFree=1293464/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1783276 CPUtime=1.62
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 16473 0 1 0 152 10 0 0 18 0 12 0 1165854559 1826074624 16165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 445819 16165 1377 9 0 443166 0
[pid=14665/tid=14667] ppid=14663 vsize=1783276 CPUtime=1.41
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 15026 0 1 0 132 9 0 0 19 0 12 0 1165854561 1826074624 16165 1992294400 134512640 134550932 4294955984 18446744073709551615 4109468907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1165854562 1826074624 16165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1165854562 1826074624 16166 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1165854564 1826074624 16166 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 1165854565 1826074624 16167 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1165854565 1826074624 16167 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1165854569 1826074624 16167 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1783276 CPUtime=0.09
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 236 0 0 0 9 0 0 0 16 0 12 0 1165854569 1826074624 16168 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1783276 CPUtime=0.1
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 469 0 0 0 10 0 0 0 16 0 12 0 1165854569 1826074624 16168 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1165854569 1826074624 16168 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1783276 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1165854569 1826074624 16169 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1783276

[startup+3.10261 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 14677
/proc/meminfo: memFree=1262168/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1786948 CPUtime=3.92
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 23095 0 1 0 378 14 0 0 18 0 13 0 1165854559 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446737 21906 1404 9 0 444084 0
[pid=14665/tid=14667] ppid=14663 vsize=1786948 CPUtime=2.82
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 19841 0 1 0 270 12 0 0 20 0 13 0 1165854561 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1165854562 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1165854562 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1165854564 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1165854565 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1165854565 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1786948 CPUtime=0.51
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1111 0 0 0 51 0 0 0 17 0 13 0 1165854569 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1786948 CPUtime=0.55
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1397 0 0 0 55 0 0 0 16 0 13 0 1165854569 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1829834752 21906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1786948

[startup+6.3019 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1258000/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1786948 CPUtime=7.25
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 23251 0 1 0 711 14 0 0 18 0 13 0 1165854559 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446737 21962 1411 9 0 444084 0
[pid=14665/tid=14667] ppid=14663 vsize=1786948 CPUtime=5.95
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 19969 0 1 0 583 12 0 0 25 0 13 0 1165854561 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1165854562 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1165854562 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1165854564 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1165854565 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1165854565 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1786948 CPUtime=0.6
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1119 0 0 0 60 0 0 0 17 0 13 0 1165854569 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1786948 CPUtime=0.67
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1417 0 0 0 67 0 0 0 16 0 13 0 1165854569 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1786948 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1829834752 21962 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 1786948

[startup+12.7025 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1258000/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=13.65
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 23557 0 1 0 1351 14 0 0 18 0 13 0 1165854559 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 21972 1411 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=12.35
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 20275 0 1 0 1223 12 0 0 25 0 13 0 1165854561 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4109525942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1165854562 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1165854562 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1165854565 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1165854565 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 21972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.6
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1119 0 0 0 60 0 0 0 17 0 13 0 1165854569 1828401152 21973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.67
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1417 0 0 0 67 0 0 0 16 0 13 0 1165854569 1828401152 21973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 21973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 21973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 21973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 1785548

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1255888/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=26.46
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 24081 0 1 0 2631 15 0 0 18 0 13 0 1165854559 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 22495 1411 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=25.14
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 20799 0 1 0 2501 13 0 0 25 0 13 0 1165854561 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1165854562 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1165854562 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1165854565 1828401152 22495 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14665] ppid=14663 vsize=1785548 CPUtime=813.95
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 76273 0 1 0 81341 54 0 0 18 0 13 0 1165854559 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 67523 1420 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=811.76
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 37576 0 1 0 81143 33 0 0 25 0 13 0 1165854561 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 21121 0 0 0 23 10 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 14263 0 0 0 26 7 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.7
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1138 0 0 0 70 0 0 0 16 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.76
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1421 0 0 0 76 0 0 0 17 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 813.95
Current children cumulated vsize (KiB) 1785548

[startup+814.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1075024/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=815.55
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 76273 0 1 0 81501 54 0 0 18 0 13 0 1165854559 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 67523 1420 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=813.36
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 37576 0 1 0 81303 33 0 0 25 0 13 0 1165854561 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4109725907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 21121 0 0 0 23 10 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 14263 0 0 0 26 7 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.7
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1138 0 0 0 70 0 0 0 16 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.76
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1421 0 0 0 76 0 0 0 17 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 815.55
Current children cumulated vsize (KiB) 1785548

[startup+815.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1075024/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=816.35
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 76273 0 1 0 81581 54 0 0 18 0 13 0 1165854559 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 67523 1420 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=814.17
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 37576 0 1 0 81384 33 0 0 25 0 13 0 1165854561 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 21121 0 0 0 23 10 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 14263 0 0 0 26 7 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.7
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1138 0 0 0 70 0 0 0 16 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.76
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1421 0 0 0 76 0 0 0 17 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.35
Current children cumulated vsize (KiB) 1785548

[startup+815.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1075024/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=816.75
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 76273 0 1 0 81621 54 0 0 18 0 13 0 1165854559 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 67523 1420 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=814.56
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 37576 0 1 0 81423 33 0 0 25 0 13 0 1165854561 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 21121 0 0 0 23 10 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 14263 0 0 0 26 7 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.7
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1138 0 0 0 70 0 0 0 16 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.76
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1421 0 0 0 76 0 0 0 17 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.75
Current children cumulated vsize (KiB) 1785548

[startup+815.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1075024/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=1785548 CPUtime=816.95
/proc/14665/stat : 14665 (java) S 14663 14665 13952 0 -1 0 76273 0 1 0 81641 54 0 0 18 0 13 0 1165854559 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 446387 67523 1420 9 0 443734 0
[pid=14665/tid=14667] ppid=14663 vsize=1785548 CPUtime=814.76
/proc/14665/task/14667/stat : 14667 (java) R 14663 14665 13952 0 -1 64 37576 0 1 0 81443 33 0 0 25 0 13 0 1165854561 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14668] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14668/stat : 14668 (java) S 14663 14665 13952 0 -1 64 21121 0 0 0 23 10 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14669] ppid=14663 vsize=1785548 CPUtime=0.33
/proc/14665/task/14669/stat : 14669 (java) S 14663 14665 13952 0 -1 64 14263 0 0 0 26 7 0 0 20 0 13 0 1165854562 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14670] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14670/stat : 14670 (java) S 14663 14665 13952 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1165854564 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14671] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14671/stat : 14671 (java) S 14663 14665 13952 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14672] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14672/stat : 14672 (java) S 14663 14665 13952 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1165854565 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14673] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14673/stat : 14673 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14674] ppid=14663 vsize=1785548 CPUtime=0.7
/proc/14665/task/14674/stat : 14674 (java) S 14663 14665 13952 0 -1 64 1138 0 0 0 70 0 0 0 16 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14675] ppid=14663 vsize=1785548 CPUtime=0.76
/proc/14665/task/14675/stat : 14675 (java) S 14663 14665 13952 0 -1 64 1421 0 0 0 76 0 0 0 17 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14665/tid=14676] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14676/stat : 14676 (java) S 14663 14665 13952 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14677] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14677/stat : 14677 (java) S 14663 14665 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1165854569 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14665/tid=14678] ppid=14663 vsize=1785548 CPUtime=0
/proc/14665/task/14678/stat : 14678 (java) S 14663 14665 13952 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1165854770 1828401152 67523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.95
Current children cumulated vsize (KiB) 1785548

[startup+815.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14678
/proc/meminfo: memFree=1075024/2055920 swapFree=4179076/4192956
[pid=14665] ppid=14663 vsize=0 CPUtime=817.07
/proc/14665/stat : 14665 (java) Z 14663 14665 13952 0 -1 1036 76359 0 1 0 81651 56 0 0 16 0 2 0 1165854559 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 817.07
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 815.821
CPU time (s): 817.093
CPU user time (s): 816.511
CPU system time (s): 0.581911
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 1786948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 816.511
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76359
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= 17035
involuntary context switches= 1944

runsolver used 0.942856 second user time and 2.03269 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-05 13:45:27
IDJOB=1581719
IDBENCH=71042
IDSOLVER=500
FILE ID=node61/1581719-1238931926
PBS_JOBID= 9101421
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581719-1238931926/watcher-1581719-1238931926 -o /tmp/evaluation-result-1581719-1238931926/solver-1581719-1238931926 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1581719-1238931926.cnf

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=1877661737

node61.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.238
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.238
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:       1341976 kB
Buffers:         73316 kB
Cached:         551660 kB
SwapCached:       7832 kB
Active:         138424 kB
Inactive:       496084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341976 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:           11200 kB
Writeback:           0 kB
Mapped:          15172 kB
Slab:            65440 kB
Committed_AS:  3103180 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node61 at 2009-04-05 13:59:03