Trace number 349415

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUMd9d4457b33bb6978c15b3abc72f33e33
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c Simplify asserted PB constraints to clauses
0.11/0.27	c solving /tmp/evaluation/349415-1176700047/instance-349415-1176700047.opb
0.11/0.27	c reading problem ... 
2.09/1.70	c ... done. Wall clock time 1.428s.
2.09/1.70	c CPU time (experimental) 1.28s.
2.09/1.70	c #vars     33244
2.09/1.70	c #constraints  616
1800.09/1787.21	c starts		: 2
1800.09/1787.21	c conflicts		: 6397
1800.09/1787.21	c decisions		: 176470
1800.09/1787.21	c propagations		: 4089492
1800.09/1787.21	c inspects		: 99964313
1800.09/1787.21	c learnt literals	: 0
1800.09/1787.21	c learnt binary clauses	: 0
1800.09/1787.21	c learnt ternary clauses	: 0
1800.09/1787.21	c learnt clauses	: 6396
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 0
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 0
1800.09/1787.21	c speed (decisions/second)	: 98.83738514151551
1800.09/1787.21	c non guided choices	82
1800.09/1787.21	s UNKNOWN
1800.09/1787.21	c Total wall clock time (ms): 1786.937

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/node50/watcher-349415-1176700047 -o ROOT/results/node50/solver-349415-1176700047 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349415-1176700047/sat4jPseudoCPClause.jar /tmp/evaluation/349415-1176700047/instance-349415-1176700047.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.93 1.05 1.02 2/64 22735
/proc/meminfo: memFree=1760432/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=152 CPUtime=0
/proc/22735/stat : 22735 (java) D 22733 22735 21736 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 24849838 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22735/statm: 38 26 19 9 0 4 0

[startup+0.098153 s]
/proc/loadavg: 0.93 1.05 1.02 2/64 22735
/proc/meminfo: memFree=1760432/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1772952 CPUtime=0
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 1439 0 1 0 0 0 0 0 18 0 2 0 24849838 1815502848 1188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 443238 1188 381 9 0 441252 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1772952

[startup+0.101156 s]
/proc/loadavg: 0.93 1.05 1.02 2/64 22735
/proc/meminfo: memFree=1760432/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1772952 CPUtime=0.01
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 1971 0 1 0 0 1 0 0 18 0 2 0 24849838 1815502848 1720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 443238 1720 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.301166 s]
/proc/loadavg: 0.93 1.05 1.02 2/64 22735
/proc/meminfo: memFree=1760432/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1782424 CPUtime=0.23
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 5205 0 1 0 19 4 0 0 18 0 12 0 24849838 1825202176 4943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 445606 4943 1246 9 0 443217 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782424

[startup+0.701204 s]
/proc/loadavg: 0.93 1.05 1.02 2/64 22735
/proc/meminfo: memFree=1760432/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1783916 CPUtime=0.83
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 6947 0 1 0 78 5 0 0 18 0 12 0 24849838 1826729984 6634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 445979 6634 1304 9 0 443590 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783916

[startup+1.50228 s]
/proc/loadavg: 0.93 1.05 1.02 2/76 22747
/proc/meminfo: memFree=1726800/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1783916 CPUtime=1.89
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 22787 0 1 0 178 11 0 0 18 0 12 0 24849838 1826729984 22159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 445979 22161 1305 9 0 443590 0
[pid=22735/tid=22737] ppid=22733 vsize=1783916 CPUtime=1.08
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 20763 0 1 0 98 10 0 0 20 0 12 0 24849847 1826729984 22162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534518 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 24849849 1826729984 22163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24849849 1826729984 22164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24849851 1826729984 22166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24849852 1826729984 22167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24849852 1826729984 22168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24849855 1826729984 22169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1783916 CPUtime=0.41
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 640 0 0 0 41 0 0 0 16 0 12 0 24849855 1826729984 22170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1783916 CPUtime=0.38
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 664 0 0 0 38 0 0 0 16 0 12 0 24849855 1826729984 22171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24849855 1826729984 22172 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1783916 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24849855 1826729984 22173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1783916

[startup+3.10142 s]
/proc/loadavg: 0.93 1.05 1.02 2/77 22748
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1784564 CPUtime=3.79
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 44422 0 1 0 360 19 0 0 18 0 13 0 24849838 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446141 43680 1322 9 0 443752 0
[pid=22735/tid=22737] ppid=22733 vsize=1784564 CPUtime=2.52
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 37722 0 1 0 236 16 0 0 17 0 13 0 24849847 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1784564 CPUtime=0.08
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 2306 0 0 0 7 1 0 0 16 0 13 0 24849849 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1784564 CPUtime=0.08
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 2292 0 0 0 7 1 0 0 16 0 13 0 24849849 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 24849851 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1784564 CPUtime=0.59
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 703 0 0 0 59 0 0 0 17 0 13 0 24849855 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1784564 CPUtime=0.48
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 668 0 0 0 48 0 0 0 17 0 13 0 24849855 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1784564 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1827393536 43680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1784564

[startup+6.30269 s]
/proc/loadavg: 1.09 1.08 1.03 2/77 22748
/proc/meminfo: memFree=1570312/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1787696 CPUtime=7.84
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 51388 0 1 0 761 23 0 0 18 0 13 0 24849838 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446924 49044 1326 9 0 444535 0
[pid=22735/tid=22737] ppid=22733 vsize=1787696 CPUtime=5.24
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 37734 0 1 0 508 16 0 0 21 0 13 0 24849847 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711041 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1787696 CPUtime=0.25
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 4815 0 0 0 23 2 0 0 16 0 13 0 24849849 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1787696 CPUtime=0.25
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 4585 0 0 0 23 2 0 0 16 0 13 0 24849849 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849851 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1787696 CPUtime=1.08
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1652 0 0 0 108 0 0 0 16 0 13 0 24849855 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1787696 CPUtime=0.99
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1867 0 0 0 98 1 0 0 16 0 13 0 24849855 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1787696 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1830600704 49044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 1787696

[startup+12.7013 s]
/proc/loadavg: 1.08 1.08 1.03 2/77 22748
/proc/meminfo: memFree=1566856/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786672 CPUtime=14.38
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 51783 0 1 0 1414 24 0 0 18 0 13 0 24849838 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446668 49382 1326 9 0 444279 0
[pid=22735/tid=22737] ppid=22733 vsize=1786672 CPUtime=11.53
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 37739 0 1 0 1137 16 0 0 25 0 13 0 24849847 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786672 CPUtime=0.33
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 4965 0 0 0 31 2 0 0 16 0 13 0 24849849 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786672 CPUtime=0.32
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 4763 0 0 0 30 2 0 0 16 0 13 0 24849849 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 24849851 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786672 CPUtime=1.12
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1656 0 0 0 112 0 0 0 16 0 13 0 24849855 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786672 CPUtime=1.02
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1922 0 0 0 101 1 0 0 16 0 13 0 24849855 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786672 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829552128 49382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 1786672

[startup+25.5024 s]
/proc/loadavg: 1.07 1.08 1.02 2/77 22748
/proc/meminfo: memFree=1544008/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786348 CPUtime=27.52
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 58896 0 1 0 2725 27 0 0 18 0 13 0 24849838 1829220352 55145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446587 55145 1326 9 0 444198 0
[pid=22735/tid=22737] ppid=22733 vsize=1786348 CPUtime=23.98
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 37746 0 1 0 2382 16 0 0 25 0 13 0 24849847 1829220352 55145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711219 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786348 CPUtime=0.66
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 8579 0 0 0 63 3 0 0 16 0 13 0 24849849 1829220352 55145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786348 CPUtime=0.66
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 8250 0 0 0 62 4 0 0 16 0 13 0 24849849 1829220352 55145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 24849851 1829220352 55145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0.2
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 214 0 0 0 10 10 0 0 16 0 13 0 24849851 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786348 CPUtime=1.21
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1657 0 0 0 121 0 0 0 16 0 13 0 24849855 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786348 CPUtime=1.1
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1928 0 0 0 109 1 0 0 16 0 13 0 24849855 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829220352 110328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.25
Current children cumulated vsize (KiB) 1786348

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22748
/proc/meminfo: memFree=1302024/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786348 CPUtime=1673.26
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 195194 0 1 0 167229 97 0 0 18 0 13 0 24849838 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446587 115389 1333 9 0 444198 0
[pid=22735/tid=22737] ppid=22733 vsize=1786348 CPUtime=1649.75
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 85831 0 1 0 164936 39 0 0 25 0 13 0 24849847 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757744 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786348 CPUtime=10.48
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 54218 0 0 0 1028 20 0 0 16 0 13 0 24849849 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786348 CPUtime=10.46
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 50622 0 0 0 1023 23 0 0 16 0 13 0 24849849 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0.21
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 214 0 0 0 11 10 0 0 16 0 13 0 24849851 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786348 CPUtime=1.21
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1657 0 0 0 121 0 0 0 16 0 13 0 24849855 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786348 CPUtime=1.1
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1928 0 0 0 109 1 0 0 16 0 13 0 24849855 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829220352 115389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.26
Current children cumulated vsize (KiB) 1786348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22748
/proc/meminfo: memFree=1283784/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786348 CPUtime=1734.29
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 200730 0 1 0 173329 100 0 0 18 0 13 0 24849838 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446587 120013 1333 9 0 444198 0
[pid=22735/tid=22737] ppid=22733 vsize=1786348 CPUtime=1708.58
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 85895 0 1 0 170819 39 0 0 25 0 13 0 24849847 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972412 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786348 CPUtime=11.58
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 57018 0 0 0 1136 22 0 0 16 0 13 0 24849849 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786348 CPUtime=11.55
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 53294 0 0 0 1130 25 0 0 16 0 13 0 24849849 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0.22
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 214 0 0 0 12 10 0 0 16 0 13 0 24849851 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786348 CPUtime=1.21
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1657 0 0 0 121 0 0 0 16 0 13 0 24849855 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786348 CPUtime=1.1
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1928 0 0 0 109 1 0 0 16 0 13 0 24849855 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829220352 120013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.29
Current children cumulated vsize (KiB) 1786348

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22748
/proc/meminfo: memFree=1270152/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786348 CPUtime=1795.07
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 204700 0 1 0 179405 102 0 0 18 0 13 0 24849838 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446587 123332 1333 9 0 444198 0
[pid=22735/tid=22737] ppid=22733 vsize=1786348 CPUtime=1767.73
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 85939 0 1 0 176734 39 0 0 25 0 13 0 24849847 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845411 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786348 CPUtime=12.39
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 59249 0 0 0 1217 22 0 0 16 0 13 0 24849849 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786348 CPUtime=12.35
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 54989 0 0 0 1210 25 0 0 16 0 13 0 24849849 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0.24
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 214 0 0 0 13 11 0 0 15 0 13 0 24849851 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786348 CPUtime=1.21
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1657 0 0 0 121 0 0 0 16 0 13 0 24849855 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786348 CPUtime=1.1
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1928 0 0 0 109 1 0 0 16 0 13 0 24849855 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829220352 123332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.07
Current children cumulated vsize (KiB) 1786348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22748
/proc/meminfo: memFree=1268360/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=1786348 CPUtime=1800.09
/proc/22735/stat : 22735 (java) S 22733 22735 21736 0 -1 0 205219 0 1 0 179906 103 0 0 18 0 13 0 24849838 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/statm: 446587 123767 1333 9 0 444198 0
[pid=22735/tid=22737] ppid=22733 vsize=1786348 CPUtime=1772.53
/proc/22735/task/22737/stat : 22737 (java) R 22733 22735 21736 0 -1 64 85945 0 1 0 177214 39 0 0 19 0 13 0 24849847 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845563 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22738] ppid=22733 vsize=1786348 CPUtime=12.5
/proc/22735/task/22738/stat : 22738 (java) S 22733 22735 21736 0 -1 64 59582 0 0 0 1227 23 0 0 16 0 13 0 24849849 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22739] ppid=22733 vsize=1786348 CPUtime=12.45
/proc/22735/task/22739/stat : 22739 (java) S 22733 22735 21736 0 -1 64 55169 0 0 0 1220 25 0 0 15 0 13 0 24849849 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22740] ppid=22733 vsize=1786348 CPUtime=0.24
/proc/22735/task/22740/stat : 22740 (java) S 22733 22735 21736 0 -1 64 214 0 0 0 13 11 0 0 15 0 13 0 24849851 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22741] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22741/stat : 22741 (java) S 22733 22735 21736 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22742] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22742/stat : 22742 (java) S 22733 22735 21736 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24849852 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22743] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22743/stat : 22743 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22744] ppid=22733 vsize=1786348 CPUtime=1.21
/proc/22735/task/22744/stat : 22744 (java) S 22733 22735 21736 0 -1 64 1657 0 0 0 121 0 0 0 16 0 13 0 24849855 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22745] ppid=22733 vsize=1786348 CPUtime=1.1
/proc/22735/task/22745/stat : 22745 (java) S 22733 22735 21736 0 -1 64 1928 0 0 0 109 1 0 0 16 0 13 0 24849855 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22735/tid=22746] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22746/stat : 22746 (java) S 22733 22735 21736 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24849855 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22747] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22747/stat : 22747 (java) S 22733 22735 21736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24849855 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22735/tid=22748] ppid=22733 vsize=1786348 CPUtime=0
/proc/22735/task/22748/stat : 22748 (java) S 22733 22735 21736 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24850033 1829220352 123767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1786348

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

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

[startup+1787.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22748
/proc/meminfo: memFree=1268360/2055920 swapFree=4183788/4192956
[pid=22735] ppid=22733 vsize=0 CPUtime=1800.19
/proc/22735/stat : 22735 (java) Z 22733 22735 21736 0 -1 1036 205239 0 1 0 179911 108 0 0 16 0 2 0 24849838 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22735/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): 1787.34
CPU time (s): 1800.23
CPU user time (s): 1799.12
CPU system time (s): 1.10683
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 1787696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.10683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205239
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= 44775
involuntary context switches= 33421

runsolver used 1.86372 second user time and 5.06723 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Apr 16 05:07:27 UTC 2007

IDJOB= 349415
IDBENCH= 2413
IDSOLVER= 164
FILE ID= node50/349415-1176700047

PBS_JOBID= 4560001

Free space on /tmp= 66546 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349415-1176700047/sat4jPseudoCPClause.jar /tmp/evaluation/349415-1176700047/instance-349415-1176700047.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-349415-1176700047 -o ROOT/results/node50/solver-349415-1176700047 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349415-1176700047/sat4jPseudoCPClause.jar /tmp/evaluation/349415-1176700047/instance-349415-1176700047.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d9d4457b33bb6978c15b3abc72f33e33

RANDOM SEED= 523519107

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760840 kB
Buffers:         10016 kB
Cached:         217784 kB
SwapCached:       3468 kB
Active:         109532 kB
Inactive:       141728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760840 kB
SwapTotal:     4192956 kB
SwapFree:      4183788 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          28896 kB
Slab:            29796 kB
Committed_AS:   987252 kB
PageTables:       1500 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= 66546 MiB

End job on node50 on Mon Apr 16 05:37:16 UTC 2007