Trace number 357614

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1785.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/357614-1176830121/instance-357614-1176830121.opb
0.20/0.20	c reading problem ... 
2.45/2.08	c ... done. Wall clock time 1.883s.
2.45/2.08	c CPU time (experimental) 1.68s.
2.45/2.08	c #vars     23409
2.45/2.08	c #constraints  1386
1800.08/1785.22	c starts		: 2
1800.08/1785.22	c conflicts		: 1415
1800.08/1785.22	c decisions		: 25986
1800.08/1785.22	c propagations		: 267088
1800.08/1785.22	c inspects		: 357814
1800.08/1785.22	c learnt literals	: 0
1800.08/1785.22	c learnt binary clauses	: 0
1800.08/1785.22	c learnt ternary clauses	: 0
1800.08/1785.22	c learnt clauses	: 1414
1800.08/1785.22	c root simplifications	: 0
1800.08/1785.22	c removed literals (reason simplification)	: 0
1800.08/1785.22	c reason swapping (by a shorter reason)	: 0
1800.08/1785.22	c Calls to reduceDB	: 0
1800.08/1785.22	c speed (decisions/second)	: 14.573528290120105
1800.08/1785.22	c non guided choices	5377
1800.08/1785.22	s UNKNOWN
1800.08/1785.22	c Total wall clock time (ms): 1785.017

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-357614-1176830121 -o ROOT/results/node35/solver-357614-1176830121 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357614-1176830121/sat4jPseudoCPClause.jar /tmp/evaluation/357614-1176830121/instance-357614-1176830121.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 5770
/proc/meminfo: memFree=1854280/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1608 CPUtime=0
/proc/5770/stat : 5770 (java) R 5768 5770 5063 0 -1 0 133 0 0 0 0 0 0 0 18 0 1 0 130927545 1646592 106 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5770/statm: 450 110 85 9 0 92 0

[startup+0.013142 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 5770
/proc/meminfo: memFree=1854280/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=12412 CPUtime=0
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 749 0 0 0 0 0 0 0 18 0 2 0 130927545 12709888 536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 3103 536 229 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101625 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 5770
/proc/meminfo: memFree=1854280/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1780112 CPUtime=0.08
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 130927545 1822834688 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301652 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 5770
/proc/meminfo: memFree=1854280/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1782360 CPUtime=0.3
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 5333 0 1 0 27 3 0 0 18 0 12 0 130927545 1825136640 5072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 445590 5072 1264 9 0 443201 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782360

[startup+0.701699 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 5770
/proc/meminfo: memFree=1854280/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1784856 CPUtime=0.93
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 7995 0 1 0 89 4 0 0 18 0 12 0 130927545 1827692544 7047 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 446214 7047 1301 9 0 443825 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784856

[startup+1.50279 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 5782
/proc/meminfo: memFree=1815080/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1784856 CPUtime=1.92
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 26944 0 1 0 179 13 0 0 18 0 12 0 130927545 1827692544 25995 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 446214 25996 1302 9 0 443825 0
[pid=5770/tid=5772] ppid=5768 vsize=1784856 CPUtime=1.13
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 24403 0 1 0 102 11 0 0 24 0 12 0 130927547 1827692544 25997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109548469 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 130927548 1827692544 25998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 130927548 1827692544 25999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 130927550 1827692544 26001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 130927551 1827692544 26004 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 130927551 1827692544 26007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 130927555 1827692544 26009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1784856 CPUtime=0.39
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 1025 0 0 0 39 0 0 0 16 0 12 0 130927555 1827692544 26010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1784856 CPUtime=0.37
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 799 0 0 0 37 0 0 0 16 0 12 0 130927555 1827692544 26010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 130927555 1827692544 26011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1784856 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 130927555 1827692544 26012 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1784856

[startup+3.10298 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 5782
/proc/meminfo: memFree=1696040/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1791332 CPUtime=4.12
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 43945 0 1 0 391 21 0 0 18 0 13 0 130927545 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 447833 42114 1321 9 0 445444 0
[pid=5770/tid=5772] ppid=5768 vsize=1791332 CPUtime=2.47
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 37725 0 1 0 230 17 0 0 25 0 13 0 130927547 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109749819 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1791332 CPUtime=0.02
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 765 0 0 0 2 0 0 0 16 0 13 0 130927548 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1791332 CPUtime=0.02
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 652 0 0 0 2 0 0 0 16 0 13 0 130927548 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 130927550 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1791332 CPUtime=0.72
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 1169 0 0 0 72 0 0 0 16 0 13 0 130927555 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1791332 CPUtime=0.82
/proc/5770/task/5780/stat : 5780 (java) R 5768 5770 5063 0 -1 64 2906 0 0 0 82 0 0 0 17 0 13 0 130927555 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105432638 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1791332 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1834323968 42114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1791332

[startup+6.30135 s]
/proc/loadavg: 1.01 1.00 0.99 2/90 5783
/proc/meminfo: memFree=1684512/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1796120 CPUtime=8.64
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 55194 0 1 0 837 27 0 0 18 0 13 0 130927545 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 449030 45896 1324 9 0 446641 0
[pid=5770/tid=5772] ppid=5768 vsize=1796120 CPUtime=5.27
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 37732 0 1 0 510 17 0 0 23 0 13 0 130927547 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109749709 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1796120 CPUtime=0.14
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 2787 0 0 0 13 1 0 0 16 0 13 0 130927548 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1796120 CPUtime=0.14
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 2825 0 0 0 13 1 0 0 16 0 13 0 130927548 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 130927550 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1796120 CPUtime=1.35
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4844 0 0 0 133 2 0 0 16 0 13 0 130927555 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1796120 CPUtime=1.67
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6255 0 0 0 165 2 0 0 17 0 13 0 130927555 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1796120 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1839226880 45896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1796120

[startup+12.7021 s]
/proc/loadavg: 1.01 1.00 0.99 2/90 5783
/proc/meminfo: memFree=1653920/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1794584 CPUtime=15.16
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 61127 0 1 0 1486 30 0 0 18 0 13 0 130927545 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448646 50885 1324 9 0 446257 0
[pid=5770/tid=5772] ppid=5768 vsize=1794584 CPUtime=11.57
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 40257 0 1 0 1139 18 0 0 25 0 13 0 130927547 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109760898 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1794584 CPUtime=0.22
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 4244 0 0 0 20 2 0 0 16 0 13 0 130927548 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1794584 CPUtime=0.21
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 4769 0 0 0 19 2 0 0 16 0 13 0 130927548 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 130927550 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1794584 CPUtime=1.41
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 139 2 0 0 16 0 13 0 130927555 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1794584 CPUtime=1.69
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6255 0 0 0 167 2 0 0 16 0 13 0 130927555 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1794584 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1837654016 50885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (KiB) 1794584

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 5783
/proc/meminfo: memFree=1716192/2055920 swapFree=4103040/4192956
[pid=5770] ppid=5768 vsize=1793560 CPUtime=28.28
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 62790 0 1 0 2796 32 0 0 18 0 13 0 130927545 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448390 35509 1324 9 0 446001 0
[pid=5770/tid=5772] ppid=5768 vsize=1793560 CPUtime=24.23
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 40283 0 1 0 2405 18 0 0 25 0 13 0 130927547 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109749825 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1793560 CPUtime=0.29
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 4770 0 0 0 27 2 0 0 16 0 13 0 130927548 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1793560 CPUtime=0.28
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 5315 0 0 0 26 2 0 0 16 0 13 0 130927548 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.01
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 32 0 0 0 0 1 0 0 16 0 13 0 130927550 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 35509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.82
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 581 0 0 0 43 39 0 0 15 0 13 0 130927550 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1793560 CPUtime=1.45
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 143 2 0 0 16 0 13 0 130927555 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1793560 CPUtime=1.99
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6820 0 0 0 197 2 0 0 17 0 13 0 130927555 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1836605440 132474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615.84
Current children cumulated vsize (KiB) 1793560

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/90 5785
/proc/meminfo: memFree=1318880/2055920 swapFree=4103744/4192956
[pid=5770] ppid=5768 vsize=1793560 CPUtime=1676.29
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 313530 0 1 0 167381 248 0 0 18 0 13 0 130927545 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448390 134742 1324 9 0 446001 0
[pid=5770/tid=5772] ppid=5768 vsize=1793560 CPUtime=1646.54
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 182921 0 1 0 164560 94 0 0 25 0 13 0 130927547 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761030 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1793560 CPUtime=12.71
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 57382 0 0 0 1220 51 0 0 16 0 13 0 130927548 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1793560 CPUtime=12.68
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 60242 0 0 0 1214 54 0 0 16 0 13 0 130927548 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.84
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 595 0 0 0 44 40 0 0 16 0 13 0 130927550 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1793560 CPUtime=1.45
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 143 2 0 0 16 0 13 0 130927555 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1793560 CPUtime=1.99
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6820 0 0 0 197 2 0 0 17 0 13 0 130927555 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1836605440 134742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.29
Current children cumulated vsize (KiB) 1793560

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 5785
/proc/meminfo: memFree=1305312/2055920 swapFree=4103744/4192956
[pid=5770] ppid=5768 vsize=1793560 CPUtime=1736.74
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 318756 0 1 0 173421 253 0 0 18 0 13 0 130927545 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448390 137994 1324 9 0 446001 0
[pid=5770/tid=5772] ppid=5768 vsize=1793560 CPUtime=1705.91
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 184908 0 1 0 170496 95 0 0 25 0 13 0 130927547 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761162 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1793560 CPUtime=13.24
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 59080 0 0 0 1272 52 0 0 16 0 13 0 130927548 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1793560 CPUtime=13.22
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 61776 0 0 0 1265 57 0 0 16 0 13 0 130927548 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.87
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 602 0 0 0 46 41 0 0 16 0 13 0 130927550 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1793560 CPUtime=1.45
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 143 2 0 0 16 0 13 0 130927555 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1793560 CPUtime=1.99
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6820 0 0 0 197 2 0 0 17 0 13 0 130927555 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1836605440 137994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.74
Current children cumulated vsize (KiB) 1793560

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 5785
/proc/meminfo: memFree=1297952/2055920 swapFree=4103808/4192956
[pid=5770] ppid=5768 vsize=1793560 CPUtime=1797.16
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 323497 0 1 0 179457 259 0 0 18 0 13 0 130927545 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448390 139876 1324 9 0 446001 0
[pid=5770/tid=5772] ppid=5768 vsize=1793560 CPUtime=1765.28
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 186648 0 1 0 176432 96 0 0 25 0 13 0 130927547 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109749903 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1793560 CPUtime=13.75
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 60559 0 0 0 1321 54 0 0 16 0 13 0 130927548 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1793560 CPUtime=13.72
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 63291 0 0 0 1313 59 0 0 16 0 13 0 130927548 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.9
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 609 0 0 0 47 43 0 0 16 0 13 0 130927550 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1793560 CPUtime=1.45
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 143 2 0 0 16 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1793560 CPUtime=1.99
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6820 0 0 0 197 2 0 0 17 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (KiB) 1793560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 5785
/proc/meminfo: memFree=1297888/2055920 swapFree=4103808/4192956
[pid=5770] ppid=5768 vsize=1793560 CPUtime=1800.08
/proc/5770/stat : 5770 (java) S 5768 5770 5063 0 -1 0 323505 0 1 0 179749 259 0 0 18 0 13 0 130927545 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5770/statm: 448390 139876 1324 9 0 446001 0
[pid=5770/tid=5772] ppid=5768 vsize=1793560 CPUtime=1768.17
/proc/5770/task/5772/stat : 5772 (java) R 5768 5770 5063 0 -1 64 186652 0 1 0 176721 96 0 0 20 0 13 0 130927547 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109760605 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5773] ppid=5768 vsize=1793560 CPUtime=13.77
/proc/5770/task/5773/stat : 5773 (java) S 5768 5770 5063 0 -1 64 60561 0 0 0 1323 54 0 0 15 0 13 0 130927548 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5774] ppid=5768 vsize=1793560 CPUtime=13.74
/proc/5770/task/5774/stat : 5774 (java) S 5768 5770 5063 0 -1 64 63293 0 0 0 1315 59 0 0 16 0 13 0 130927548 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5775] ppid=5768 vsize=1793560 CPUtime=0.9
/proc/5770/task/5775/stat : 5775 (java) S 5768 5770 5063 0 -1 64 609 0 0 0 47 43 0 0 15 0 13 0 130927550 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5776] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5776/stat : 5776 (java) S 5768 5770 5063 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5777] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5777/stat : 5777 (java) S 5768 5770 5063 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130927551 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5778] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5778/stat : 5778 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5779] ppid=5768 vsize=1793560 CPUtime=1.45
/proc/5770/task/5779/stat : 5779 (java) S 5768 5770 5063 0 -1 64 4850 0 0 0 143 2 0 0 16 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5780] ppid=5768 vsize=1793560 CPUtime=1.99
/proc/5770/task/5780/stat : 5780 (java) S 5768 5770 5063 0 -1 64 6820 0 0 0 197 2 0 0 17 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5781] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5781/stat : 5781 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5770/tid=5782] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5782/stat : 5782 (java) S 5768 5770 5063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130927555 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5770/tid=5783] ppid=5768 vsize=1793560 CPUtime=0
/proc/5770/task/5783/stat : 5783 (java) S 5768 5770 5063 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130927758 1836605440 139876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793560

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

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

[startup+1785.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 5785
/proc/meminfo: memFree=1297888/2055920 swapFree=4103808/4192956
[pid=5770] ppid=5768 vsize=0 CPUtime=1800.19
/proc/5770/stat : 5770 (java) Z 5768 5770 5063 0 -1 1036 323525 0 1 0 179752 267 0 0 16 0 2 0 130927545 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5770/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.33
CPU time (s): 1800.21
CPU user time (s): 1797.53
CPU system time (s): 2.68459
CPU usage (%): 100.834
Max. virtual memory (cumulated for all children) (KiB): 1797820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.53
system time used= 2.68459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323525
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= 71049
involuntary context switches= 61060

runsolver used 2.07468 second user time and 5.51916 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Tue Apr 17 17:15:21 UTC 2007

IDJOB= 357614
IDBENCH= 1155
IDSOLVER= 164
FILE ID= node35/357614-1176830121

PBS_JOBID= 4586364

Free space on /tmp= 66473 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357614-1176830121/sat4jPseudoCPClause.jar /tmp/evaluation/357614-1176830121/instance-357614-1176830121.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-357614-1176830121 -o ROOT/results/node35/solver-357614-1176830121 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357614-1176830121/sat4jPseudoCPClause.jar /tmp/evaluation/357614-1176830121/instance-357614-1176830121.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f17e31cb6762bd0e8d3e659d7bd1050c

RANDOM SEED= 505311173

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.232
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.232
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:       1854688 kB
Buffers:         29120 kB
Cached:          92292 kB
SwapCached:      24652 kB
Active:          97528 kB
Inactive:        69168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854688 kB
SwapTotal:     4192956 kB
SwapFree:      4103040 kB
Dirty:            5856 kB
Writeback:           0 kB
Mapped:          38828 kB
Slab:            19776 kB
Committed_AS:  2371316 kB
PageTables:       1996 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= 66473 MiB

End job on node35 on Tue Apr 17 17:45:08 UTC 2007