Trace number 351760

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.3 1745.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
MD5SUM11ee19baa608345f86d8483767b8a181
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 244
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 711535
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 711535
Number of bits of the biggest sum of numbers20
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.22	--- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.22	c No reason simplification
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c Simplify asserted PB constraints to clauses
0.19/0.22	c solving /tmp/evaluation/351760-1176612241/instance-351760-1176612241.opb
0.19/0.22	c reading problem ... 
10.25/7.78	c ... done. Wall clock time 7.563s.
10.25/7.78	c CPU time (experimental) 5.63s.
10.25/7.78	c #vars     309773
10.25/7.78	c #constraints  10347
1800.09/1745.41	c starts		: 2
1800.09/1745.41	c conflicts		: 51300
1800.09/1745.41	c decisions		: 140512
1800.09/1745.41	c propagations		: 4572323
1800.09/1745.41	c inspects		: 349614251
1800.09/1745.41	c learnt literals	: 0
1800.09/1745.41	c learnt binary clauses	: 0
1800.09/1745.41	c learnt ternary clauses	: 0
1800.09/1745.41	c learnt clauses	: 51300
1800.09/1745.41	c root simplifications	: 0
1800.09/1745.41	c removed literals (reason simplification)	: 0
1800.09/1745.41	c reason swapping (by a shorter reason)	: 0
1800.09/1745.41	c Calls to reduceDB	: 0
1800.09/1745.41	c speed (decisions/second)	: 80.90658304538616
1800.09/1745.41	c non guided choices	2264
1800.09/1745.41	s UNKNOWN
1800.09/1745.41	c Total wall clock time (ms): 1745.195

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/node26/watcher-351760-1176612241 -o ROOT/results/node26/solver-351760-1176612241 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351760-1176612241/sat4jPseudoCPClause.jar /tmp/evaluation/351760-1176612241/instance-351760-1176612241.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: 1.00 1.00 1.00 3/77 19097
/proc/meminfo: memFree=1693880/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=140 CPUtime=0
/proc/19097/stat : 19097 (java) R 19095 19097 18739 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 109140943 143360 3 18446744073709551615 0 0 4294956994 18446744073709551615 269028486439 0 0 4096 0 0 0 0 17 1 0 0
/proc/19097/statm: 37 20 14 9 0 3 0

[startup+0.0925409 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19097
/proc/meminfo: memFree=1693880/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1777844 CPUtime=0.07
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 3836 0 1 0 5 2 0 0 18 0 7 0 109140943 1820512256 3578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 444461 3578 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101539 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19097
/proc/meminfo: memFree=1693880/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1780040 CPUtime=0.08
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 3911 0 1 0 6 2 0 0 18 0 12 0 109140943 1822760960 3652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 445010 3652 1101 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.301559 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19097
/proc/meminfo: memFree=1693880/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1781432 CPUtime=0.29
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 7718 0 1 0 25 4 0 0 18 0 12 0 109140943 1824186368 7456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 445358 7456 1264 9 0 442969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781432

[startup+0.701603 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19097
/proc/meminfo: memFree=1693880/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1784952 CPUtime=0.89
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 11670 0 1 0 82 7 0 0 18 0 12 0 109140943 1827790848 10741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 446238 10741 1296 9 0 443849 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784952

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 19109
/proc/meminfo: memFree=1625112/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1784952 CPUtime=1.68
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 30661 0 1 0 154 14 0 0 18 0 12 0 109140943 1827790848 29732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 446238 29733 1296 9 0 443849 0
[pid=19097/tid=19099] ppid=19095 vsize=1784952 CPUtime=1.29
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 28176 0 1 0 116 13 0 0 25 0 12 0 109140944 1827790848 29734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109586073 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 109140946 1827790848 29735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 109140946 1827790848 29735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 109140948 1827790848 29736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 109140949 1827790848 29737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 109140949 1827790848 29738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 109140953 1827790848 29739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1784952 CPUtime=0.19
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 886 0 0 0 19 0 0 0 16 0 12 0 109140953 1827790848 29740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1784952 CPUtime=0.17
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 882 0 0 0 17 0 0 0 16 0 12 0 109140953 1827790848 29741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 109140953 1827790848 29742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1784952 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109140953 1827790848 29742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1784952

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 5/89 19109
/proc/meminfo: memFree=1558168/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1792852 CPUtime=4.3
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 56113 0 1 0 404 26 0 0 18 0 12 0 109140943 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 448213 50159 1320 9 0 445824 0
[pid=19097/tid=19099] ppid=19095 vsize=1792852 CPUtime=2.31
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 37673 0 1 0 214 17 0 0 20 0 12 0 109140944 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109614895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1792852 CPUtime=0.14
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 5676 0 0 0 12 2 0 0 16 0 12 0 109140946 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1792852 CPUtime=0.17
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 3895 0 0 0 16 1 0 0 18 0 12 0 109140946 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 109140948 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 109140949 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109140949 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 109140953 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1792852 CPUtime=0.99
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5359 0 0 0 97 2 0 0 16 0 12 0 109140953 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1792852 CPUtime=0.64
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 2785 0 0 0 64 0 0 0 15 0 12 0 109140953 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 109140953 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1792852 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109140953 1835880448 50159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1792852

[startup+6.30211 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 19109
/proc/meminfo: memFree=1419104/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1795092 CPUtime=8.43
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 85904 0 1 0 803 40 0 0 18 0 12 0 109140943 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 448773 75816 1320 9 0 446384 0
[pid=19097/tid=19099] ppid=19095 vsize=1795092 CPUtime=4.57
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 37678 0 1 0 439 18 0 0 18 0 12 0 109140944 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638685 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1795092 CPUtime=1.08
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 22532 0 0 0 98 10 0 0 16 0 12 0 109140946 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1795092 CPUtime=1.09
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 16825 0 0 0 102 7 0 0 19 0 12 0 109140946 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 109140948 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 109140949 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109140949 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 109140953 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1795092 CPUtime=1.01
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5359 0 0 0 98 3 0 0 16 0 12 0 109140953 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1795092 CPUtime=0.64
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 2785 0 0 0 64 0 0 0 16 0 12 0 109140953 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 109140953 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1795092 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109140953 1838174208 75816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 1795092

[startup+12.7027 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 19110
/proc/meminfo: memFree=1318936/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1795992 CPUtime=17.06
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 109495 0 1 0 1653 53 0 0 18 0 13 0 109140943 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 448998 94667 1334 9 0 446609 0
[pid=19097/tid=19099] ppid=19095 vsize=1795992 CPUtime=9.25
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 37737 0 1 0 907 18 0 0 18 0 13 0 109140944 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110136739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1795992 CPUtime=2.21
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 34291 0 0 0 206 15 0 0 16 0 13 0 109140946 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1795992 CPUtime=2.2
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 26766 0 0 0 208 12 0 0 16 0 13 0 109140946 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 109140948 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1795992 CPUtime=1.89
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5450 0 0 0 186 3 0 0 16 0 13 0 109140953 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1795992 CPUtime=1.46
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 4521 0 0 0 145 1 0 0 16 0 13 0 109140953 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1795992 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1839095808 94667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 1795992

[startup+25.5019 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 19110
/proc/meminfo: memFree=1320920/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1798008 CPUtime=30.42
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 111830 0 1 0 2987 55 0 0 18 0 13 0 109140943 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 449502 94104 1334 9 0 447113 0
[pid=19097/tid=19099] ppid=19095 vsize=1798008 CPUtime=21.7
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 37761 0 1 0 2151 19 0 0 25 0 13 0 109140944 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110074501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1798008 CPUtime=2.46
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 34764 0 0 0 230 16 0 0 16 0 13 0 109140946 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1798008 CPUtime=2.45
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 27455 0 0 0 232 13 0 0 16 0 13 0 109140946 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 109140948 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 94104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0.21
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 18 0 0 0 14 7 0 0 15 0 13 0 109140948 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1798008 CPUtime=2.24
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5476 0 0 0 221 3 0 0 16 0 13 0 109140953 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1798008 CPUtime=1.88
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 5663 0 0 0 186 2 0 0 16 0 13 0 109140953 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1841160192 261436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.84
Current children cumulated vsize (KiB) 1798008

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 19308
/proc/meminfo: memFree=637912/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1798008 CPUtime=1651.92
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 307326 0 1 0 165019 173 0 0 18 0 13 0 109140943 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 449502 264190 1334 9 0 447113 0
[pid=19097/tid=19099] ppid=19095 vsize=1798008 CPUtime=1551.68
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 38616 0 1 0 155130 38 0 0 25 0 13 0 109140944 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110007181 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1798008 CPUtime=47.92
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 131811 0 0 0 4731 61 0 0 16 0 13 0 109140946 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1798008 CPUtime=47.9
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 125019 0 0 0 4733 57 0 0 17 0 13 0 109140946 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0.23
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 18 0 0 0 15 8 0 0 16 0 13 0 109140948 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1798008 CPUtime=2.24
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5476 0 0 0 221 3 0 0 16 0 13 0 109140953 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1798008 CPUtime=1.88
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 5663 0 0 0 186 2 0 0 16 0 13 0 109140953 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1841160192 264190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.92
Current children cumulated vsize (KiB) 1798008

[startup+1662.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/90 19308
/proc/meminfo: memFree=625752/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1798008 CPUtime=1714.01
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 310525 0 1 0 171227 174 0 0 18 0 13 0 109140943 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 449502 267215 1334 9 0 447113 0
[pid=19097/tid=19099] ppid=19095 vsize=1798008 CPUtime=1609.52
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 38639 0 1 0 160914 38 0 0 25 0 13 0 109140944 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110074146 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1798008 CPUtime=50.06
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 134589 0 0 0 4944 62 0 0 17 0 13 0 109140946 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1798008 CPUtime=50.02
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 125417 0 0 0 4945 57 0 0 16 0 13 0 109140946 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0.23
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 18 0 0 0 15 8 0 0 16 0 13 0 109140948 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1798008 CPUtime=2.24
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5476 0 0 0 221 3 0 0 16 0 13 0 109140953 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1798008 CPUtime=1.88
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 5663 0 0 0 186 2 0 0 16 0 13 0 109140953 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1841160192 267215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.01
Current children cumulated vsize (KiB) 1798008

[startup+1722.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 19308
/proc/meminfo: memFree=614872/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1798008 CPUtime=1776.14
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 313342 0 1 0 177439 175 0 0 18 0 13 0 109140943 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 449502 269914 1334 9 0 447113 0
[pid=19097/tid=19099] ppid=19095 vsize=1798008 CPUtime=1667.34
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 38662 0 1 0 166696 38 0 0 25 0 13 0 109140944 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628957 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1798008 CPUtime=52.21
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 136262 0 0 0 5159 62 0 0 17 0 13 0 109140946 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1798008 CPUtime=52.17
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 126538 0 0 0 5159 58 0 0 16 0 13 0 109140946 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0.24
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 18 0 0 0 16 8 0 0 16 0 13 0 109140948 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1798008 CPUtime=2.24
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5476 0 0 0 221 3 0 0 16 0 13 0 109140953 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1798008 CPUtime=1.88
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 5663 0 0 0 186 2 0 0 16 0 13 0 109140953 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1841160192 269914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.14
Current children cumulated vsize (KiB) 1798008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.4 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 19308
/proc/meminfo: memFree=610648/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=1798008 CPUtime=1800.09
/proc/19097/stat : 19097 (java) S 19095 19097 18739 0 -1 0 314390 0 1 0 179833 176 0 0 18 0 13 0 109140943 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19097/statm: 449502 270953 1334 9 0 447113 0
[pid=19097/tid=19099] ppid=19095 vsize=1798008 CPUtime=1689.58
/proc/19097/task/19099/stat : 19099 (java) R 19095 19097 18739 0 -1 64 38671 0 1 0 168920 38 0 0 25 0 13 0 109140944 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110185767 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19100] ppid=19095 vsize=1798008 CPUtime=53.06
/proc/19097/task/19100/stat : 19100 (java) S 19095 19097 18739 0 -1 64 136280 0 0 0 5243 63 0 0 17 0 13 0 109140946 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19101] ppid=19095 vsize=1798008 CPUtime=53.02
/proc/19097/task/19101/stat : 19101 (java) S 19095 19097 18739 0 -1 64 127559 0 0 0 5244 58 0 0 16 0 13 0 109140946 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19102] ppid=19095 vsize=1798008 CPUtime=0.24
/proc/19097/task/19102/stat : 19102 (java) S 19095 19097 18739 0 -1 64 18 0 0 0 16 8 0 0 15 0 13 0 109140948 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19103] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19103/stat : 19103 (java) S 19095 19097 18739 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19104] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19104/stat : 19104 (java) S 19095 19097 18739 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109140949 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19105] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19105/stat : 19105 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 109140953 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19106] ppid=19095 vsize=1798008 CPUtime=2.24
/proc/19097/task/19106/stat : 19106 (java) S 19095 19097 18739 0 -1 64 5476 0 0 0 221 3 0 0 16 0 13 0 109140953 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19107] ppid=19095 vsize=1798008 CPUtime=1.88
/proc/19097/task/19107/stat : 19107 (java) S 19095 19097 18739 0 -1 64 5663 0 0 0 186 2 0 0 16 0 13 0 109140953 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19097/tid=19108] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19108/stat : 19108 (java) S 19095 19097 18739 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109140953 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19109] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19109/stat : 19109 (java) S 19095 19097 18739 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109140953 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19097/tid=19110] ppid=19095 vsize=1798008 CPUtime=0
/proc/19097/task/19110/stat : 19110 (java) S 19095 19097 18739 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 109141834 1841160192 270953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798008

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

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

[startup+1745.6 s]
/proc/loadavg: 1.02 1.02 1.00 2/80 19311
/proc/meminfo: memFree=1664776/2055920 swapFree=4170236/4192956
[pid=19097] ppid=19095 vsize=0 CPUtime=1800.28
/proc/19097/stat : 19097 (java) Z 19095 19097 18739 0 -1 1036 314410 0 1 0 179836 192 0 0 16 0 2 0 109140943 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19097/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1745.61
CPU time (s): 1800.3
CPU user time (s): 1798.36
CPU system time (s): 1.93171
CPU usage (%): 103.133
Max. virtual memory (cumulated for all children) (KiB): 1798184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.93171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314410
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= 45254
involuntary context switches= 77583

runsolver used 1.89971 second user time and 5.50716 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Apr 15 04:44:01 UTC 2007

IDJOB= 351760
IDBENCH= 1801
IDSOLVER= 164
FILE ID= node26/351760-1176612241

PBS_JOBID= 4557046

Free space on /tmp= 66551 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351760-1176612241/sat4jPseudoCPClause.jar /tmp/evaluation/351760-1176612241/instance-351760-1176612241.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-351760-1176612241 -o ROOT/results/node26/solver-351760-1176612241 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351760-1176612241/sat4jPseudoCPClause.jar /tmp/evaluation/351760-1176612241/instance-351760-1176612241.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  11ee19baa608345f86d8483767b8a181

RANDOM SEED= 508338238

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1694352 kB
Buffers:         23568 kB
Cached:         228316 kB
SwapCached:       4000 kB
Active:          74176 kB
Inactive:       201440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694352 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:           13464 kB
Writeback:           0 kB
Mapped:          30164 kB
Slab:            71608 kB
Committed_AS:   235800 kB
PageTables:       1716 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= 66551 MiB

End job on node26 on Sun Apr 15 05:13:09 UTC 2007