Trace number 350301

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.23 1765.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
MD5SUMfb1b2fb5676286fc8681e7e6d0d2728f
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark255.099
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
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.15/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.40	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.41	c no version file found!!!
0.15/0.41	c sun.arch.data.model	32
0.15/0.41	c java.version	1.6.0
0.15/0.41	c os.name	Linux
0.15/0.41	c os.version	2.6.9-22.EL.rootsmp
0.15/0.41	c os.arch	i386
0.15/0.41	c Free memory 1651659224
0.15/0.41	c Max memory 1654456320
0.15/0.41	c Total memory 1654456320
0.15/0.41	c Number of processors 2
0.15/0.47	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.47	--- Begin Solver configuration ---
0.15/0.47	c Stops conflict analysis at the first Unique Implication Point
0.15/0.47	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.47	c Learn all clauses as in MiniSAT
0.15/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.47	c No reason simplification
0.15/0.47	c --- End Solver configuration ---
0.15/0.47	c Simplify asserted PB constraints to clauses
0.15/0.47	c solving /tmp/evaluation/350301-1176495771/instance-350301-1176495771.opb
0.15/0.47	c reading problem ... 
1.15/1.16	c ... done. Wall clock time 0.688s.
1.15/1.16	c CPU time (experimental) 0.6s.
1.15/1.16	c #vars     231
1.15/1.16	c #constraints  2707
1800.08/1765.71	c starts		: 2
1800.08/1765.71	c conflicts		: 51345
1800.08/1765.71	c decisions		: 118287
1800.08/1765.71	c propagations		: 1754005
1800.08/1765.71	c inspects		: 652217588
1800.08/1765.71	c learnt literals	: 0
1800.08/1765.71	c learnt binary clauses	: 3
1800.08/1765.71	c learnt ternary clauses	: 36
1800.08/1765.71	c learnt clauses	: 51344
1800.08/1765.71	c root simplifications	: 0
1800.08/1765.71	c removed literals (reason simplification)	: 0
1800.08/1765.71	c reason swapping (by a shorter reason)	: 0
1800.08/1765.71	c Calls to reduceDB	: 0
1800.08/1765.71	c speed (decisions/second)	: 67.0352974246096
1800.08/1765.71	c non guided choices	121
1800.08/1765.71	s UNKNOWN
1800.08/1765.71	c Total wall clock time (ms): 1765.24

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/node6/watcher-350301-1176495771 -o ROOT/results/node6/solver-350301-1176495771 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350301-1176495771/sat4jPseudoCPClause.jar /tmp/evaluation/350301-1176495771/instance-350301-1176495771.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.99 0.97 0.91 2/77 2847
/proc/meminfo: memFree=1793336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=152 CPUtime=0
/proc/2847/stat : 2847 (java) D 2845 2847 2381 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 125614770 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2847/statm: 38 26 19 9 0 4 0

[startup+0.073053 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 2847
/proc/meminfo: memFree=1793336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=12056 CPUtime=0.01
/proc/2847/stat : 2847 (java) D 2845 2847 2381 0 -1 0 370 0 11 0 0 1 0 0 18 0 1 0 125614770 12345344 188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2159402 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2847/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.10398 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 2847
/proc/meminfo: memFree=1793336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=12380 CPUtime=0.02
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 711 0 25 0 0 2 0 0 18 0 2 0 125614770 12677120 530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 3095 530 225 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12380

[startup+0.303004 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 2847
/proc/meminfo: memFree=1793336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1777844 CPUtime=0.09
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 3774 0 39 0 4 5 0 0 18 0 7 0 125614770 1820512256 3554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 444461 3554 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1777844

[startup+0.702049 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 2847
/proc/meminfo: memFree=1793336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1782480 CPUtime=0.52
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 5400 0 39 0 45 7 0 0 18 0 12 0 125614770 1825259520 5176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 445620 5177 1276 9 0 443231 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1782480

[startup+1.50115 s]
/proc/loadavg: 0.99 0.97 0.91 3/89 2859
/proc/meminfo: memFree=1762968/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1786208 CPUtime=1.86
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 9490 0 39 0 177 9 0 0 18 0 13 0 125614770 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 446552 7895 1312 9 0 444163 0
[pid=2847/tid=2849] ppid=2845 vsize=1786208 CPUtime=0.75
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 6039 0 14 0 70 5 0 0 20 0 13 0 125614780 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125614789 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614789 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125614793 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 125614794 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 125614794 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1786208 CPUtime=0.52
/proc/2847/task/2856/stat : 2856 (java) R 2845 2847 2381 0 -1 64 1092 0 0 0 52 0 0 0 18 0 13 0 125614803 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336721 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1786208 CPUtime=0.54
/proc/2847/task/2857/stat : 2857 (java) R 2845 2847 2381 0 -1 64 1657 0 0 0 54 0 0 0 17 0 13 0 125614803 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102391867 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1786208 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1829076992 7895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1786208

[startup+3.10133 s]
/proc/loadavg: 0.99 0.97 0.91 4/90 2860
/proc/meminfo: memFree=1723792/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1793496 CPUtime=4.66
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 48795 0 39 0 441 25 0 0 18 0 13 0 125614770 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 448374 42108 1325 9 0 445985 0
[pid=2847/tid=2849] ppid=2845 vsize=1793496 CPUtime=1.88
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 37731 0 14 0 169 19 0 0 17 0 13 0 125614780 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109642030 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1793496 CPUtime=0.01
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 322 0 0 0 1 0 0 0 16 0 13 0 125614789 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 242 0 0 0 0 0 0 0 16 0 13 0 125614789 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 125614793 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1793496 CPUtime=1.4
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4683 0 0 0 139 1 0 0 16 0 13 0 125614803 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1793496 CPUtime=1.32
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 5111 0 0 0 130 2 0 0 16 0 13 0 125614803 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1793496 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1836539904 42108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1793496

[startup+6.3027 s]
/proc/loadavg: 1.15 1.00 0.92 2/90 2860
/proc/meminfo: memFree=1605712/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1797528 CPUtime=8.3
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 54159 0 39 0 801 29 0 0 18 0 13 0 125614770 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 449382 44556 1326 9 0 446993 0
[pid=2847/tid=2849] ppid=2845 vsize=1797528 CPUtime=4.89
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 37736 0 14 0 470 19 0 0 25 0 13 0 125614780 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1797528 CPUtime=0.1
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 2066 0 0 0 9 1 0 0 16 0 13 0 125614789 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1797528 CPUtime=0.1
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 1807 0 0 0 9 1 0 0 16 0 13 0 125614789 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 125614793 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1797528 CPUtime=1.51
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4685 0 0 0 150 1 0 0 16 0 13 0 125614803 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1797528 CPUtime=1.63
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 7151 0 0 0 160 3 0 0 15 0 13 0 125614803 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1840668672 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1797528

[startup+12.7015 s]
/proc/loadavg: 1.14 1.00 0.92 2/90 2860
/proc/meminfo: memFree=1573008/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1797528 CPUtime=14.93
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 63859 0 39 0 1458 35 0 0 18 0 13 0 125614770 1840668672 53765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 449382 53767 1332 9 0 446993 0
[pid=2847/tid=2849] ppid=2845 vsize=1797528 CPUtime=11.06
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 38768 0 14 0 1087 19 0 0 25 0 13 0 125614780 1840668672 53768 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1797528 CPUtime=0.29
/proc/2847/task/2850/stat : 2850 (java) R 2845 2847 2381 0 -1 64 6817 0 0 0 26 3 0 0 16 0 13 0 125614789 1840668672 53770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1797528 CPUtime=0.29
/proc/2847/task/2851/stat : 2851 (java) R 2845 2847 2381 0 -1 64 5712 0 0 0 26 3 0 0 16 0 13 0 125614789 1840668672 53772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 125614793 1840668672 53774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1840668672 53775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1840668672 53777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1840668672 53779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1797528 CPUtime=1.56
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4691 0 0 0 154 2 0 0 17 0 13 0 125614803 1840668672 53781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1797528 CPUtime=1.66
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 7151 0 0 0 163 3 0 0 16 0 13 0 125614803 1840668672 53783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1840668672 53784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1840668672 53787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1840668672 53788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1797528

[startup+25.5029 s]
/proc/loadavg: 1.11 1.00 0.92 2/90 2860
/proc/meminfo: memFree=1560016/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1797528 CPUtime=27.91
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 67705 0 39 0 2755 36 0 0 18 0 13 0 125614770 1840668672 57016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 449382 57016 1333 9 0 446993 0
[pid=2847/tid=2849] ppid=2845 vsize=1797528 CPUtime=23.7
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 38778 0 14 0 2351 19 0 0 25 0 13 0 125614780 1840668672 57016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109719624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1797528 CPUtime=0.43
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 9151 0 0 0 39 4 0 0 16 0 13 0 125614789 1840668672 57016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1797528 CPUtime=0.43
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 7183 0 0 0 40 3 0 0 16 0 13 0 125614789 1840668672 57016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1797528 CPUtime=0
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 125614793 1840668672 57016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=2847/tid=2852] ppid=2845 vsize=1800600 CPUtime=0.14
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 43 0 0 0 9 5 0 0 16 0 13 0 125614793 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1800600 CPUtime=1.69
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4696 0 0 0 167 2 0 0 17 0 13 0 125614803 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1800600 CPUtime=1.95
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 9160 0 0 0 191 4 0 0 17 0 13 0 125614803 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1843814400 130145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.07
Current children cumulated vsize (KiB) 1800600

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 0.96 2/90 2862
/proc/meminfo: memFree=1259856/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1800600 CPUtime=1632.55
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 157645 0 39 0 163158 97 0 0 18 0 13 0 125614770 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 450150 131905 1334 9 0 447761 0
[pid=2847/tid=2849] ppid=2845 vsize=1800600 CPUtime=1571.31
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 41658 0 14 0 157096 35 0 0 25 0 13 0 125614780 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666911 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1800600 CPUtime=28.7
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 57203 0 0 0 2844 26 0 0 17 0 13 0 125614789 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1800600 CPUtime=28.68
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 44186 0 0 0 2847 21 0 0 16 0 13 0 125614789 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1800600 CPUtime=0.15
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 43 0 0 0 10 5 0 0 15 0 13 0 125614793 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1800600 CPUtime=1.69
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4696 0 0 0 167 2 0 0 17 0 13 0 125614803 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1800600 CPUtime=1.95
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 9160 0 0 0 191 4 0 0 17 0 13 0 125614803 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1843814400 131905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.55
Current children cumulated vsize (KiB) 1800600

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 0.96 2/90 2862
/proc/meminfo: memFree=1252304/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1800600 CPUtime=1694
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 159676 0 39 0 169301 99 0 0 18 0 13 0 125614770 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 450150 133763 1334 9 0 447761 0
[pid=2847/tid=2849] ppid=2845 vsize=1800600 CPUtime=1629.83
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 41679 0 14 0 162947 36 0 0 25 0 13 0 125614780 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109719624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1800600 CPUtime=30.17
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 57887 0 0 0 2991 26 0 0 17 0 13 0 125614789 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1800600 CPUtime=30.14
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 45512 0 0 0 2993 21 0 0 16 0 13 0 125614789 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1800600 CPUtime=0.16
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 43 0 0 0 10 6 0 0 16 0 13 0 125614793 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1800600 CPUtime=1.69
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4696 0 0 0 167 2 0 0 17 0 13 0 125614803 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1800600 CPUtime=1.95
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 9160 0 0 0 191 4 0 0 17 0 13 0 125614803 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1843814400 133763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694
Current children cumulated vsize (KiB) 1800600

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 0.96 2/90 2862
/proc/meminfo: memFree=1245264/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1800600 CPUtime=1755.53
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 161580 0 39 0 175452 101 0 0 18 0 13 0 125614770 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 450150 135505 1334 9 0 447761 0
[pid=2847/tid=2849] ppid=2845 vsize=1800600 CPUtime=1688.22
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 41701 0 14 0 168786 36 0 0 25 0 13 0 125614780 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109718882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1800600 CPUtime=31.73
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 58552 0 0 0 3146 27 0 0 16 0 13 0 125614789 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1800600 CPUtime=31.71
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 46729 0 0 0 3149 22 0 0 16 0 13 0 125614789 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1800600 CPUtime=0.16
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 43 0 0 0 10 6 0 0 16 0 13 0 125614793 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1800600 CPUtime=1.69
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4696 0 0 0 167 2 0 0 17 0 13 0 125614803 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1800600 CPUtime=1.95
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 9160 0 0 0 191 4 0 0 17 0 13 0 125614803 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1843814400 135505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.53
Current children cumulated vsize (KiB) 1800600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.7 s]
/proc/loadavg: 1.00 1.02 0.96 2/90 2862
/proc/meminfo: memFree=1240336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=1800600 CPUtime=1800.08
/proc/2847/stat : 2847 (java) S 2845 2847 2381 0 -1 0 162890 0 39 0 179905 103 0 0 18 0 13 0 125614770 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/statm: 450150 136745 1334 9 0 447761 0
[pid=2847/tid=2849] ppid=2845 vsize=1800600 CPUtime=1730.45
/proc/2847/task/2849/stat : 2849 (java) R 2845 2847 2381 0 -1 64 41717 0 14 0 173008 37 0 0 25 0 13 0 125614780 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109719096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2850] ppid=2845 vsize=1800600 CPUtime=32.89
/proc/2847/task/2850/stat : 2850 (java) S 2845 2847 2381 0 -1 64 59464 0 0 0 3262 27 0 0 16 0 13 0 125614789 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2851] ppid=2845 vsize=1800600 CPUtime=32.86
/proc/2847/task/2851/stat : 2851 (java) S 2845 2847 2381 0 -1 64 47111 0 0 0 3264 22 0 0 16 0 13 0 125614789 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2852] ppid=2845 vsize=1800600 CPUtime=0.17
/proc/2847/task/2852/stat : 2852 (java) S 2845 2847 2381 0 -1 64 43 0 0 0 11 6 0 0 16 0 13 0 125614793 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2853] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2853/stat : 2853 (java) S 2845 2847 2381 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2854] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2854/stat : 2854 (java) S 2845 2847 2381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125614794 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2855] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2855/stat : 2855 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125614803 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2856] ppid=2845 vsize=1800600 CPUtime=1.69
/proc/2847/task/2856/stat : 2856 (java) S 2845 2847 2381 0 -1 64 4696 0 0 0 167 2 0 0 17 0 13 0 125614803 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2857] ppid=2845 vsize=1800600 CPUtime=1.95
/proc/2847/task/2857/stat : 2857 (java) S 2845 2847 2381 0 -1 64 9160 0 0 0 191 4 0 0 17 0 13 0 125614803 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2858] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2858/stat : 2858 (java) S 2845 2847 2381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125614803 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2847/tid=2859] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2859/stat : 2859 (java) S 2845 2847 2381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125614803 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2847/tid=2860] ppid=2845 vsize=1800600 CPUtime=0
/proc/2847/task/2860/stat : 2860 (java) S 2845 2847 2381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125614887 1843814400 136745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1800600

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

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

[startup+1765.81 s]
/proc/loadavg: 1.00 1.02 0.96 2/90 2862
/proc/meminfo: memFree=1240336/2055924 swapFree=4192812/4192956
[pid=2847] ppid=2845 vsize=0 CPUtime=1800.19
/proc/2847/stat : 2847 (java) Z 2845 2847 2381 0 -1 1036 162911 0 39 0 179911 108 0 0 16 0 2 0 125614770 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2847/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): 1765.84
CPU time (s): 1800.23
CPU user time (s): 1799.11
CPU system time (s): 1.11383
CPU usage (%): 101.947
Max. virtual memory (cumulated for all children) (KiB): 1801364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.11383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162911
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42540
involuntary context switches= 49510

runsolver used 1.75373 second user time and 4.75228 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Fri Apr 13 20:22:51 UTC 2007

IDJOB= 350301
IDBENCH= 1275
IDSOLVER= 164
FILE ID= node6/350301-1176495771

PBS_JOBID= 4556686

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350301-1176495771/sat4jPseudoCPClause.jar /tmp/evaluation/350301-1176495771/instance-350301-1176495771.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350301-1176495771 -o ROOT/results/node6/solver-350301-1176495771 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350301-1176495771/sat4jPseudoCPClause.jar /tmp/evaluation/350301-1176495771/instance-350301-1176495771.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fb1b2fb5676286fc8681e7e6d0d2728f

RANDOM SEED= 768724133

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1793808 kB
Buffers:         36208 kB
Cached:         118764 kB
SwapCached:          0 kB
Active:         151108 kB
Inactive:        58944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1793808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          73984 kB
Slab:            37708 kB
Committed_AS:  4815620 kB
PageTables:       1784 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= 66554 MiB

End job on node6 on Fri Apr 13 20:52:19 UTC 2007