Trace number 1728521

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CORE 2.1 RC1? (TO) 1200.29 1199.08

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

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.20	c c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-1728521-1240737834.cnf
0.09/0.20	c reading problem ... 
0.87/0.73	c ... done. Wall clock time 0.531s.
0.87/0.73	c #vars     1325
0.87/0.73	c #constraints  174298
0.87/0.73	c constraints type 
0.87/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 157248
0.87/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17050
1200.03/1198.92	c starts		: 1076
1200.03/1198.92	c conflicts		: 791702
1200.03/1198.92	c decisions		: 993594
1200.03/1198.92	c propagations		: 20524625
1200.03/1198.92	c inspects		: 2561737194
1200.03/1198.92	c learnt literals	: 0
1200.03/1198.92	c learnt binary clauses	: 0
1200.03/1198.92	c learnt ternary clauses	: 0
1200.03/1198.92	c learnt clauses	: 264074
1200.03/1198.92	c ignored clauses	: 527628
1200.03/1198.92	c root simplifications	: 1076
1200.03/1198.92	c removed literals (reason simplification)	: 6198488
1200.03/1198.92	c reason swapping (by a shorter reason)	: 0
1200.03/1198.92	c Calls to reduceDB	: 0
1200.03/1198.92	c speed (assignments/second)	: 17129.732562836547
1200.03/1198.92	c non guided choices	6711
1200.03/1199.00	c learnt constraints type 
1200.03/1199.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 264113
1200.03/1199.00	s UNKNOWN
1200.03/1199.00	c Total wall clock time (in seconds) : 1198.72

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728521-1240737834/watcher-1728521-1240737834 -o /tmp/evaluation-result-1728521-1240737834/solver-1728521-1240737834 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1728521-1240737834.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.09 1.04 1.00 3/64 12775
/proc/meminfo: memFree=937688/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=272 CPUtime=0
/proc/12775/stat : 12775 (java6) R 12773 12775 12510 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 101810992 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12775/statm: 68 37 28 9 0 6 0

[startup+0.040936 s]
/proc/loadavg: 1.09 1.04 1.00 3/64 12775
/proc/meminfo: memFree=937688/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1777088 CPUtime=0.03
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 3290 0 1 0 1 2 0 0 18 0 4 0 101810992 1819738112 3037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 444272 3037 938 9 0 441623 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777088

[startup+0.10194 s]
/proc/loadavg: 1.09 1.04 1.00 3/64 12775
/proc/meminfo: memFree=937688/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1780924 CPUtime=0.09
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 3897 0 1 0 6 3 0 0 18 0 12 0 101810992 1823666176 3640 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 445231 3640 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301961 s]
/proc/loadavg: 1.09 1.04 1.00 3/64 12775
/proc/meminfo: memFree=937688/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1783468 CPUtime=0.37
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 5410 0 1 0 33 4 0 0 18 0 12 0 101810992 1826271232 5148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 445867 5148 1367 9 0 443214 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783468

[startup+0.702011 s]
/proc/loadavg: 1.09 1.04 1.00 3/64 12775
/proc/meminfo: memFree=937688/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1783468 CPUtime=0.87
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 8281 0 1 0 81 6 0 0 18 0 12 0 101810992 1826271232 7939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 445867 7939 1374 9 0 443214 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783468

[startup+1.5021 s]
/proc/loadavg: 1.09 1.04 1.00 4/77 12788
/proc/meminfo: memFree=906928/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=1.97
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 10348 0 1 0 190 7 0 0 18 0 13 0 101810992 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 9556 1407 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=1.34
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 7984 0 1 0 129 5 0 0 25 0 13 0 101810993 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4109537582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101810994 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101810994 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 101810996 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101810997 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101810997 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.3
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 456 0 0 0 30 0 0 0 16 0 13 0 101811001 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.3
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1159 0 0 0 30 0 0 0 16 0 13 0 101811001 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 9556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1785132

[startup+3.10229 s]
/proc/loadavg: 1.08 1.03 1.00 2/77 12788
/proc/meminfo: memFree=902704/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=3.63
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 11431 0 1 0 355 8 0 0 18 0 13 0 101810992 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 10598 1411 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=2.93
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 9017 0 1 0 287 6 0 0 25 0 13 0 101810993 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101810994 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101810994 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101810997 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101810997 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.3
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 456 0 0 0 30 0 0 0 15 0 13 0 101811001 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.36
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1209 0 0 0 36 0 0 0 16 0 13 0 101811001 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 10598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1785132

[startup+6.30165 s]
/proc/loadavg: 1.08 1.03 1.00 2/77 12788
/proc/meminfo: memFree=894832/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=6.85
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 13231 0 1 0 676 9 0 0 18 0 13 0 101810992 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 12364 1411 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=6.11
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 10779 0 1 0 603 8 0 0 25 0 13 0 101810993 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101810994 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101810994 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101810997 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101810997 1827975168 12364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.34
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 34 0 0 0 17 0 13 0 101811001 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 12365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1785132

[startup+12.7014 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 12788
/proc/meminfo: memFree=882480/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=13.26
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 16114 0 1 0 1315 11 0 0 18 0 13 0 101810992 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 15247 1411 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=12.5
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 13662 0 1 0 1241 9 0 0 25 0 13 0 101810993 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4109502271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101810994 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101810994 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101810997 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101810997 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.34
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 34 0 0 0 17 0 13 0 101811001 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 15247 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785132

[startup+25.5029 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 12788
/proc/meminfo: memFree=863664/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=26.06
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 20637 0 1 0 2593 13 0 0 18 0 13 0 101810992 1827975168 19770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 19770 1411 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=25.31
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 18185 0 1 0 2519 12 0 0 25 0 13 0 101810993 1827975168 19770 1992294400 134512640 134550932 4294956000 18446744073709551615 4109502271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101810994 1827975168 19770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101810994 1827975168 19770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12775] ppid=12773 vsize=1785132 CPUtime=1063.46
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 92016 0 1 0 106292 54 0 0 18 0 13 0 101810992 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 86395 1420 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=1060.91
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 37580 0 1 0 106064 27 0 0 25 0 13 0 101810993 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4109502271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0.89
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 25747 0 0 0 76 13 0 0 19 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0.86
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 26234 0 0 0 74 12 0 0 16 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.36
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 36 0 0 0 16 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.46
Current children cumulated vsize (KiB) 1785132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12790
/proc/meminfo: memFree=596208/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=1123.44
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 92016 0 1 0 112290 54 0 0 18 0 13 0 101810992 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 86395 1420 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=1120.89
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 37580 0 1 0 112062 27 0 0 25 0 13 0 101810993 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0.89
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 25747 0 0 0 76 13 0 0 19 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0.86
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 26234 0 0 0 74 12 0 0 16 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.36
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 36 0 0 0 16 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.44
Current children cumulated vsize (KiB) 1785132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12790
/proc/meminfo: memFree=596208/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=1183.42
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 92016 0 1 0 118288 54 0 0 18 0 13 0 101810992 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 86395 1420 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=1180.88
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 37580 0 1 0 118061 27 0 0 25 0 13 0 101810993 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0.89
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 25747 0 0 0 76 13 0 0 19 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0.86
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 26234 0 0 0 74 12 0 0 16 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.36
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 36 0 0 0 16 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.42
Current children cumulated vsize (KiB) 1785132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12790
/proc/meminfo: memFree=596208/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785132 CPUtime=1200.03
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 92016 0 1 0 119949 54 0 0 18 0 13 0 101810992 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12775/statm: 446283 86395 1420 9 0 443630 0
[pid=12775/tid=12777] ppid=12773 vsize=1785132 CPUtime=1197.48
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 37580 0 1 0 119721 27 0 0 25 0 13 0 101810993 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785132 CPUtime=0.89
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 25747 0 0 0 76 13 0 0 19 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785132 CPUtime=0.86
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 26234 0 0 0 74 12 0 0 16 0 13 0 101810994 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101810996 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101810997 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785132 CPUtime=0.36
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 493 0 0 0 36 0 0 0 16 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785132 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101811001 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785132 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101811066 1827975168 86395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1785132

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

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

[startup+1199.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12790
/proc/meminfo: memFree=596208/2055920 swapFree=4192956/4192956
[pid=12775] ppid=12773 vsize=1785780 CPUtime=1200.22
/proc/12775/stat : 12775 (java) S 12773 12775 12510 0 -1 0 92040 0 1 0 119968 54 0 0 16 0 14 0 101810992 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12775/statm: 446445 86419 1421 9 0 443792 0
[pid=12775/tid=12777] ppid=12773 vsize=1785780 CPUtime=1197.59
/proc/12775/task/12777/stat : 12777 (java) R 12773 12775 12510 0 -1 64 37580 0 1 0 119732 27 0 0 25 0 14 0 101810993 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12778] ppid=12773 vsize=1785780 CPUtime=0.89
/proc/12775/task/12778/stat : 12778 (java) S 12773 12775 12510 0 -1 64 25747 0 0 0 76 13 0 0 19 0 14 0 101810994 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12779] ppid=12773 vsize=1785780 CPUtime=0.86
/proc/12775/task/12779/stat : 12779 (java) S 12773 12775 12510 0 -1 64 26234 0 0 0 74 12 0 0 16 0 14 0 101810994 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12780] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12780/stat : 12780 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 101810996 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12781] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12781/stat : 12781 (java) S 12773 12775 12510 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 101810997 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12782] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12782/stat : 12782 (java) S 12773 12775 12510 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 101810997 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12783] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12783/stat : 12783 (java) S 12773 12775 12510 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 101811001 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12784] ppid=12773 vsize=1785780 CPUtime=0.4
/proc/12775/task/12784/stat : 12784 (java) S 12773 12775 12510 0 -1 64 496 0 0 0 40 0 0 0 16 0 14 0 101811001 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12785] ppid=12773 vsize=1785780 CPUtime=0.38
/proc/12775/task/12785/stat : 12785 (java) S 12773 12775 12510 0 -1 64 1210 0 0 0 38 0 0 0 17 0 14 0 101811001 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12786] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12786/stat : 12786 (java) S 12773 12775 12510 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 101811001 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12775/tid=12787] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12787/stat : 12787 (java) S 12773 12775 12510 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 101811001 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12775/tid=12788] ppid=12773 vsize=1785780 CPUtime=0
/proc/12775/task/12788/stat : 12788 (java) S 12773 12775 12510 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 101811066 1828638720 86419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 1785780

Child status: 143
Real time (s): 1199.08
CPU time (s): 1200.29
CPU user time (s): 1199.69
CPU system time (s): 0.599908
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1785780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.69
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92040
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= 24677
involuntary context switches= 26664

runsolver used 1.37979 second user time and 3.00154 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-26 11:23:54
IDJOB=1728521
IDBENCH=24676
IDSOLVER=500
FILE ID=node62/1728521-1240737834
PBS_JOBID= 9186960
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728521-1240737834/watcher-1728521-1240737834 -o /tmp/evaluation-result-1728521-1240737834/solver-1728521-1240737834 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1728521-1240737834.cnf

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=2139405088

node62.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.220
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.220
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:        938168 kB
Buffers:         91532 kB
Cached:         917180 kB
SwapCached:          0 kB
Active:         256528 kB
Inactive:       767716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          25240 kB
Slab:            79272 kB
Committed_AS:   214624 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node62 at 2009-04-26 11:43:55