Trace number 1717657

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 266.106 264.997

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5746
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.18	c c --- Begin Solver configuration ---
0.09/0.18	c Stops conflict analysis at the first Unique Implication Point
0.09/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.09/0.18	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.18	c Expensive reason simplification
0.09/0.18	c Armin Biere (Picosat) restarts strategy
0.09/0.18	c timeout=2147483647s
0.09/0.18	c DB Simplification allowed=true
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c solving HOME/instance-1717657-1240629563.cnf
0.09/0.18	c reading problem ... 
2.04/1.86	c ... done. Wall clock time 1.675s.
2.04/1.86	c #vars     115898
2.04/1.86	c #constraints  649004
2.04/1.86	c constraints type 
2.04/1.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 111689
2.04/1.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 537281
265.99/264.93	c starts		: 220
265.99/264.93	c conflicts		: 44536
265.99/264.93	c decisions		: 86865
265.99/264.93	c propagations		: 202902496
265.99/264.93	c inspects		: 477154654
265.99/264.93	c learnt literals	: 47
265.99/264.93	c learnt binary clauses	: 362
265.99/264.93	c learnt ternary clauses	: 2210
265.99/264.93	c learnt clauses	: 44488
265.99/264.93	c ignored clauses	: 0
265.99/264.93	c root simplifications	: 266
265.99/264.93	c removed literals (reason simplification)	: 901985
265.99/264.93	c reason swapping (by a shorter reason)	: 0
265.99/264.93	c Calls to reduceDB	: 0
265.99/264.93	c speed (assignments/second)	: 771304.686312076
265.99/264.93	c non guided choices	1927
265.99/264.96	c learnt constraints type 
265.99/264.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 248
265.99/264.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40761
265.99/264.96	s UNSATISFIABLE
265.99/264.96	c Total wall clock time (in seconds) : 264.742

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-1717657-1240629563/watcher-1717657-1240629563 -o /tmp/evaluation-result-1717657-1240629563/solver-1717657-1240629563 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717657-1240629563.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.01 1.01 1.00 2/64 2928
/proc/meminfo: memFree=866448/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=272 CPUtime=0
/proc/2928/stat : 2928 (java6) D 2926 2928 1946 0 -1 0 53 0 0 0 0 0 0 0 21 0 1 0 90984377 278528 37 1992294400 134512640 134550932 4294956160 18446744073709551615 8745764 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/2928/statm: 68 37 28 9 0 6 0

[startup+0.027887 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 2928
/proc/meminfo: memFree=866448/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1774988 CPUtime=0.01
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 2549 0 1 0 0 1 0 0 18 0 4 0 90984377 1817587712 2298 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 443747 2298 413 9 0 441499 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774988

[startup+0.101942 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 2928
/proc/meminfo: memFree=866448/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1781948 CPUtime=0.09
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 3893 0 1 0 6 3 0 0 18 0 12 0 90984377 1824714752 3636 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 445487 3636 1069 9 0 442834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1781948

[startup+0.301965 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 2928
/proc/meminfo: memFree=866448/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1783692 CPUtime=0.4
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 6512 0 1 0 36 4 0 0 18 0 12 0 90984377 1826500608 6248 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 445923 6248 1367 9 0 443270 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1783692

[startup+0.702009 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 2928
/proc/meminfo: memFree=866448/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1784600 CPUtime=0.89
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 9502 0 1 0 84 5 0 0 18 0 12 0 90984377 1827430400 9048 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446150 9048 1374 9 0 443497 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784600

[startup+1.5021 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2940
/proc/meminfo: memFree=826288/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1784600 CPUtime=1.74
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 16043 0 1 0 165 9 0 0 18 0 12 0 90984377 1827430400 15588 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446150 15589 1382 9 0 443497 0
[pid=2928/tid=2930] ppid=2926 vsize=1784600 CPUtime=1.42
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 14038 0 1 0 134 8 0 0 20 0 12 0 90984378 1827430400 15589 1992294400 134512640 134550932 4294955984 18446744073709551615 4109467445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 90984379 1827430400 15590 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 90984380 1827430400 15590 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 90984381 1827430400 15590 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 12 0 90984382 1827430400 15591 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 90984382 1827430400 15592 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 90984386 1827430400 15592 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1784600 CPUtime=0.1
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 477 0 0 0 10 0 0 0 17 0 12 0 90984386 1827430400 15592 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1784600 CPUtime=0.19
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 786 0 0 0 19 0 0 0 16 0 12 0 90984386 1827430400 15593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 90984386 1827430400 15593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1784600 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 90984386 1827430400 15594 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1784600

[startup+3.10228 s]
/proc/loadavg: 1.01 1.01 1.00 3/77 2941
/proc/meminfo: memFree=787368/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786460 CPUtime=3.99
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 22743 0 1 0 388 11 0 0 18 0 13 0 90984377 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446615 21379 1407 9 0 443962 0
[pid=2928/tid=2930] ppid=2926 vsize=1786460 CPUtime=2.96
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 19423 0 1 0 286 10 0 0 25 0 13 0 90984378 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4109570680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786460 CPUtime=0.51
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1227 0 0 0 51 0 0 0 15 0 13 0 90984386 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786460 CPUtime=0.49
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1346 0 0 0 49 0 0 0 15 0 13 0 90984386 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786460 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1829335040 21379 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1786460

[startup+6.30166 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 2941
/proc/meminfo: memFree=785832/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786236 CPUtime=7.25
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 22810 0 1 0 714 11 0 0 18 0 13 0 90984377 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446559 21328 1407 9 0 443906 0
[pid=2928/tid=2930] ppid=2926 vsize=1786236 CPUtime=6.16
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 19478 0 1 0 606 10 0 0 25 0 13 0 90984378 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4109680732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786236 CPUtime=0.58
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1239 0 0 0 58 0 0 0 16 0 13 0 90984386 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786236 CPUtime=0.49
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1346 0 0 0 49 0 0 0 15 0 13 0 90984386 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1829105664 21328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786236 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1829105664 21328 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) 1786236

[startup+12.7024 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 2941
/proc/meminfo: memFree=785584/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=13.66
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 22919 0 1 0 1355 11 0 0 18 0 13 0 90984377 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 21400 1407 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=12.56
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 19586 0 1 0 1246 10 0 0 25 0 13 0 90984378 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4109680735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.59
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1240 0 0 0 59 0 0 0 16 0 13 0 90984386 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.49
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1346 0 0 0 49 0 0 0 15 0 13 0 90984386 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 21400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 1786076

[startup+25.5029 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 2941
/proc/meminfo: memFree=784880/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=26.51
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 23113 0 1 0 2639 12 0 0 18 0 13 0 90984377 1828941824 21593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 21593 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=25.35
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 19772 0 1 0 2525 10 0 0 25 0 13 0 90984378 1828941824 21593 1992294400 134512640 134550932 4294955984 18446744073709551615 4109680735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 21593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 21593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 21593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24397 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24397 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.98
Current children cumulated vsize (KiB) 1786076

[startup+259.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2941
/proc/meminfo: memFree=773552/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=260.18
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 26006 0 1 0 26003 15 0 0 18 0 13 0 90984377 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 24424 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=258.87
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 22583 0 1 0 25874 13 0 0 25 0 13 0 90984378 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4109609012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.72
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1255 0 0 0 72 0 0 0 16 0 13 0 90984386 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.56
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1421 0 0 0 56 0 0 0 16 0 13 0 90984386 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.18
Current children cumulated vsize (KiB) 1786076

[startup+262.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2941
/proc/meminfo: memFree=773424/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=263.38
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 26024 0 1 0 26323 15 0 0 18 0 13 0 90984377 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 24442 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=262.07
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 22601 0 1 0 26194 13 0 0 25 0 13 0 90984378 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4109528791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.72
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1255 0 0 0 72 0 0 0 16 0 13 0 90984386 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.56
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1421 0 0 0 56 0 0 0 16 0 13 0 90984386 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 263.38
Current children cumulated vsize (KiB) 1786076

[startup+263.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2941
/proc/meminfo: memFree=773360/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=264.98
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 26037 0 1 0 26483 15 0 0 18 0 13 0 90984377 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 24455 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=263.68
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 22614 0 1 0 26355 13 0 0 25 0 13 0 90984378 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4109618247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.72
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1255 0 0 0 72 0 0 0 16 0 13 0 90984386 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.56
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1421 0 0 0 56 0 0 0 16 0 13 0 90984386 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.98
Current children cumulated vsize (KiB) 1786076

[startup+264.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2941
/proc/meminfo: memFree=773360/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=265.79
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 26041 0 1 0 26564 15 0 0 18 0 13 0 90984377 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 24459 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=264.47
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 22617 0 1 0 26434 13 0 0 25 0 13 0 90984378 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4109680735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.72
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1255 0 0 0 72 0 0 0 16 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.57
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1422 0 0 0 57 0 0 0 16 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.79
Current children cumulated vsize (KiB) 1786076

[startup+264.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2941
/proc/meminfo: memFree=773360/2055920 swapFree=4192956/4192956
[pid=2928] ppid=2926 vsize=1786076 CPUtime=265.99
/proc/2928/stat : 2928 (java) S 2926 2928 1946 0 -1 0 26041 0 1 0 26584 15 0 0 18 0 13 0 90984377 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2928/statm: 446519 24459 1411 9 0 443866 0
[pid=2928/tid=2930] ppid=2926 vsize=1786076 CPUtime=264.67
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 1946 0 -1 64 22617 0 1 0 26454 13 0 0 25 0 13 0 90984378 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4109640532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90984379 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 90984380 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 1946 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90984381 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 1946 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 90984382 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90984382 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 1946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1786076 CPUtime=0.72
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 1946 0 -1 64 1255 0 0 0 72 0 0 0 16 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1786076 CPUtime=0.57
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 1946 0 -1 64 1422 0 0 0 57 0 0 0 16 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 1946 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90984386 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2941] ppid=2926 vsize=1786076 CPUtime=0
/proc/2928/task/2941/stat : 2941 (java) S 2926 2928 1946 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90984573 1828941824 24459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.99
Current children cumulated vsize (KiB) 1786076

Child status: 20
Real time (s): 264.997
CPU time (s): 266.106
CPU user time (s): 265.938
CPU system time (s): 0.167974
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 1786652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.938
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26204
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= 5665
involuntary context switches= 552

runsolver used 0.333949 second user time and 0.643902 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 05:19:24
IDJOB=1717657
IDBENCH=20421
IDSOLVER=500
FILE ID=node53/1717657-1240629563
PBS_JOBID= 9186316
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717657-1240629563/watcher-1717657-1240629563 -o /tmp/evaluation-result-1717657-1240629563/solver-1717657-1240629563 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717657-1240629563.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=167965262

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        866928 kB
Buffers:         93720 kB
Cached:         992784 kB
SwapCached:          0 kB
Active:         150784 kB
Inactive:       949704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        866928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11820 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            74568 kB
Committed_AS:   226016 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= 66464 MiB
End job on node53 at 2009-04-25 05:23:49