Trace number 351248

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1787.99

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor1.opb
MD5SUMf5fea9f9b3e2808f219e4e92af96aba2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables3330
Total number of constraints117
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 constraints117
Minimum length of a constraint30
Maximum length of a constraint240
Number of terms in the objective function 810
Biggest coefficient in the objective function 21201
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524901
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 524901
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.06/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.19	c no version file found!!!
0.06/0.19	c sun.arch.data.model	32
0.06/0.19	c java.version	1.6.0
0.06/0.19	c os.name	Linux
0.06/0.19	c os.version	2.6.9-22.EL.rootsmp
0.06/0.19	c os.arch	i386
0.06/0.19	c Free memory 1651659224
0.06/0.19	c Max memory 1654456320
0.06/0.19	c Total memory 1654456320
0.06/0.19	c Number of processors 2
0.14/0.25	--- Begin Solver configuration ---
0.14/0.25	c Stops conflict analysis at the first Unique Implication Point
0.14/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.25	c Learn all clauses as in MiniSAT
0.14/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.25	c No reason simplification
0.14/0.25	c --- End Solver configuration ---
0.14/0.25	c solving /tmp/evaluation/351248-1176591602/instance-351248-1176591602.opb
0.14/0.25	c reading problem ... 
1.75/1.12	c ... done. Wall clock time 0.867s.
1.75/1.12	c CPU time (experimental) 0.57s.
1.75/1.12	c #vars     3330
1.75/1.12	c #constraints  180
1800.04/1787.81	c starts		: 24
1800.04/1787.81	c conflicts		: 2327637
1800.04/1787.81	c decisions		: 2771945
1800.04/1787.81	c propagations		: 37079936
1800.04/1787.81	c inspects		: 3627277422
1800.04/1787.81	c learnt literals	: 78
1800.04/1787.81	c learnt binary clauses	: 173
1800.04/1787.81	c learnt ternary clauses	: 272
1800.04/1787.81	c learnt clauses	: 2327559
1800.04/1787.81	c root simplifications	: 0
1800.04/1787.81	c removed literals (reason simplification)	: 0
1800.04/1787.81	c reason swapping (by a shorter reason)	: 0
1800.04/1787.81	c Calls to reduceDB	: 0
1800.04/1787.81	c speed (decisions/second)	: 1551.4710162448732
1800.04/1787.81	c non guided choices	6614
1800.04/1787.81	s UNKNOWN
1800.04/1787.81	c Total wall clock time (ms): 1787.563

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/node60/watcher-351248-1176591602 -o ROOT/results/node60/solver-351248-1176591602 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351248-1176591602/sat4jPseudoResolution.jar /tmp/evaluation/351248-1176591602/instance-351248-1176591602.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.08 1.15 1.09 2/64 21900
/proc/meminfo: memFree=1422792/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=200 CPUtime=0
/proc/21900/stat : 21900 (java) R 21898 21900 7323 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 107070232 204800 32 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5496580 0 0 4096 0 0 0 0 17 1 0 0
/proc/21900/statm: 68 33 26 9 0 4 0

[startup+0.041649 s]
/proc/loadavg: 1.08 1.15 1.09 2/64 21900
/proc/meminfo: memFree=1422792/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1772952 CPUtime=0.01
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 2256 0 1 0 0 1 0 0 18 0 2 0 107070232 1815502848 2005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 443238 2016 382 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102645 s]
/proc/loadavg: 1.08 1.15 1.09 2/64 21900
/proc/meminfo: memFree=1422792/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1777844 CPUtime=0.06
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 3814 0 1 0 5 1 0 0 18 0 7 0 107070232 1820512256 3556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 444461 3556 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.302671 s]
/proc/loadavg: 1.08 1.15 1.09 2/64 21900
/proc/meminfo: memFree=1422792/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1781392 CPUtime=0.25
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 4996 0 1 0 23 2 0 0 18 0 12 0 107070232 1824145408 4734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 445348 4734 1263 9 0 442960 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1781392

[startup+0.701712 s]
/proc/loadavg: 1.08 1.15 1.09 2/64 21900
/proc/meminfo: memFree=1422792/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1788208 CPUtime=0.95
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 8118 0 1 0 91 4 0 0 18 0 12 0 107070232 1831124992 7291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 447052 7291 1302 9 0 444664 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1788208

[startup+1.50179 s]
/proc/loadavg: 1.08 1.15 1.09 4/76 21912
/proc/meminfo: memFree=1389096/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1793976 CPUtime=2.52
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 16316 0 1 0 244 8 0 0 18 0 13 0 107070232 1837031424 11163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448494 11163 1321 9 0 446106 0
[pid=21900/tid=21902] ppid=21898 vsize=1793976 CPUtime=0.71
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 7113 0 1 0 68 3 0 0 21 0 13 0 107070233 1837031424 11163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109634183 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107070236 1837031424 11163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107070236 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107070238 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107070239 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 107070239 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1793976 CPUtime=0.75
/proc/21900/task/21909/stat : 21909 (java) R 21898 21900 7323 0 -1 64 2414 0 0 0 75 0 0 0 17 0 13 0 107070246 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104790071 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1793976 CPUtime=1.02
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6064 0 0 0 99 3 0 0 18 0 13 0 107070246 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837031424 11164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1793976

[startup+3.10294 s]
/proc/loadavg: 1.08 1.15 1.09 2/77 21913
/proc/meminfo: memFree=1361760/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1793976 CPUtime=4.36
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 31081 0 1 0 421 15 0 0 18 0 13 0 107070232 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448494 25776 1323 9 0 446106 0
[pid=21900/tid=21902] ppid=21898 vsize=1793976 CPUtime=2.23
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 21698 0 1 0 213 10 0 0 25 0 13 0 107070233 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810717 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107070236 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107070236 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107070238 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107070239 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 107070239 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1793976 CPUtime=0.9
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2580 0 0 0 90 0 0 0 16 0 13 0 107070246 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1793976 CPUtime=1.2
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6078 0 0 0 117 3 0 0 16 0 13 0 107070246 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1793976 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837031424 25776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1793976

[startup+6.30207 s]
/proc/loadavg: 1.07 1.15 1.09 2/77 21913
/proc/meminfo: memFree=1254624/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1793880 CPUtime=7.59
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 48480 0 1 0 737 22 0 0 18 0 13 0 107070232 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448470 43138 1332 9 0 446082 0
[pid=21900/tid=21902] ppid=21898 vsize=1793880 CPUtime=5.36
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 37709 0 1 0 520 16 0 0 25 0 13 0 107070233 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109663528 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1793880 CPUtime=0.01
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 782 0 0 0 1 0 0 0 16 0 13 0 107070236 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1793880 CPUtime=0.01
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 598 0 0 0 1 0 0 0 16 0 13 0 107070236 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 107070238 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1793880 CPUtime=0.93
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 93 0 0 0 17 0 13 0 107070246 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1793880 CPUtime=1.22
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6078 0 0 0 119 3 0 0 16 0 13 0 107070246 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1836933120 43138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1793880

[startup+12.7017 s]
/proc/loadavg: 1.07 1.15 1.09 2/77 21913
/proc/meminfo: memFree=1236104/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1793880 CPUtime=14.07
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 53192 0 1 0 1382 25 0 0 18 0 13 0 107070232 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448470 47803 1332 9 0 446082 0
[pid=21900/tid=21902] ppid=21898 vsize=1793880 CPUtime=11.68
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 37712 0 1 0 1152 16 0 0 25 0 13 0 107070233 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1793880 CPUtime=0.08
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 2879 0 0 0 7 1 0 0 17 0 13 0 107070236 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1793880 CPUtime=0.08
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 3205 0 0 0 7 1 0 0 17 0 13 0 107070236 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 107070238 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1793880 CPUtime=0.93
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 93 0 0 0 17 0 13 0 107070246 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1793880 CPUtime=1.23
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6079 0 0 0 120 3 0 0 16 0 13 0 107070246 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1793880 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1836933120 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1793880

[startup+25.503 s]
/proc/loadavg: 1.05 1.14 1.09 2/77 21913
/proc/meminfo: memFree=1210056/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1793592 CPUtime=27.14
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 62261 0 1 0 2685 29 0 0 18 0 13 0 107070232 1836638208 56295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448398 56295 1332 9 0 446010 0
[pid=21900/tid=21902] ppid=21898 vsize=1793592 CPUtime=24.21
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 37716 0 1 0 2404 17 0 0 17 0 13 0 107070233 1836638208 56295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1793592 CPUtime=0.35
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 7058 0 0 0 32 3 0 0 16 0 13 0 107070236 1836638208 56295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1793592 CPUtime=0.35
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 8086 0 0 0 32 3 0 0 16 0 13 0 107070236 1836638208 56295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1793592 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 107070238 1836638208 56295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=21900/tid=21905] ppid=21898 vsize=1794616 CPUtime=0.1
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 203 0 0 0 3 7 0 0 15 0 13 0 107070238 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1794616 CPUtime=0.95
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 95 0 0 0 17 0 13 0 107070246 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1794616 CPUtime=1.3
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6097 0 0 0 127 3 0 0 17 0 13 0 107070246 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837686784 229939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.1
Current children cumulated vsize (KiB) 1794616

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22111
/proc/meminfo: memFree=517256/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1794616 CPUtime=1673.5
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 332282 0 1 0 167181 169 0 0 18 0 13 0 107070232 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448654 227105 1332 9 0 446266 0
[pid=21900/tid=21902] ppid=21898 vsize=1794616 CPUtime=1650.03
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 68383 0 1 0 164966 37 0 0 25 0 13 0 107070233 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810630 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1794616 CPUtime=10.47
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 140374 0 0 0 981 66 0 0 16 0 13 0 107070236 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1794616 CPUtime=10.59
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 113920 0 0 0 1006 53 0 0 17 0 13 0 107070236 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1794616 CPUtime=0.1
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 203 0 0 0 3 7 0 0 16 0 13 0 107070238 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1794616 CPUtime=0.95
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 95 0 0 0 17 0 13 0 107070246 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1794616 CPUtime=1.3
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6097 0 0 0 127 3 0 0 17 0 13 0 107070246 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837686784 227105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.5
Current children cumulated vsize (KiB) 1794616

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22111
/proc/meminfo: memFree=483336/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1794616 CPUtime=1733.95
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 340824 0 1 0 173222 173 0 0 18 0 13 0 107070232 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448654 235629 1332 9 0 446266 0
[pid=21900/tid=21902] ppid=21898 vsize=1794616 CPUtime=1709.53
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 69572 0 1 0 170916 37 0 0 25 0 13 0 107070233 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109701584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1794616 CPUtime=10.94
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 146025 0 0 0 1026 68 0 0 16 0 13 0 107070236 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1794616 CPUtime=11.07
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 115602 0 0 0 1053 54 0 0 16 0 13 0 107070236 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1794616 CPUtime=0.1
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 223 0 0 0 3 7 0 0 16 0 13 0 107070238 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1794616 CPUtime=0.95
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 95 0 0 0 17 0 13 0 107070246 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1794616 CPUtime=1.3
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6097 0 0 0 127 3 0 0 17 0 13 0 107070246 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837686784 235629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.95
Current children cumulated vsize (KiB) 1794616

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22111
/proc/meminfo: memFree=445768/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1794616 CPUtime=1794.54
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 352163 0 1 0 179276 178 0 0 18 0 13 0 107070232 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448654 244978 1332 9 0 446266 0
[pid=21900/tid=21902] ppid=21898 vsize=1794616 CPUtime=1768.9
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 70907 0 1 0 176852 38 0 0 25 0 13 0 107070233 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1794616 CPUtime=11.54
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 153075 0 0 0 1083 71 0 0 17 0 13 0 107070236 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1794616 CPUtime=11.67
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 118548 0 0 0 1112 55 0 0 16 0 13 0 107070236 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1794616 CPUtime=0.1
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 231 0 0 0 3 7 0 0 16 0 13 0 107070238 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1794616 CPUtime=0.95
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 95 0 0 0 17 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1794616 CPUtime=1.3
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6097 0 0 0 127 3 0 0 17 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 1794616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22111
/proc/meminfo: memFree=445768/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=1794616 CPUtime=1800.04
/proc/21900/stat : 21900 (java) S 21898 21900 7323 0 -1 0 352163 0 1 0 179826 178 0 0 18 0 13 0 107070232 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 448654 244978 1332 9 0 446266 0
[pid=21900/tid=21902] ppid=21898 vsize=1794616 CPUtime=1774.41
/proc/21900/task/21902/stat : 21902 (java) R 21898 21900 7323 0 -1 64 70907 0 1 0 177403 38 0 0 25 0 13 0 107070233 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109854651 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21898 vsize=1794616 CPUtime=11.54
/proc/21900/task/21903/stat : 21903 (java) S 21898 21900 7323 0 -1 64 153075 0 0 0 1083 71 0 0 17 0 13 0 107070236 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21904] ppid=21898 vsize=1794616 CPUtime=11.67
/proc/21900/task/21904/stat : 21904 (java) S 21898 21900 7323 0 -1 64 118548 0 0 0 1112 55 0 0 16 0 13 0 107070236 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21905] ppid=21898 vsize=1794616 CPUtime=0.1
/proc/21900/task/21905/stat : 21905 (java) S 21898 21900 7323 0 -1 64 231 0 0 0 3 7 0 0 16 0 13 0 107070238 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21906] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21906/stat : 21906 (java) S 21898 21900 7323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21907] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21898 21900 7323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107070239 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21908] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21898 21900 7323 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21909] ppid=21898 vsize=1794616 CPUtime=0.95
/proc/21900/task/21909/stat : 21909 (java) S 21898 21900 7323 0 -1 64 2582 0 0 0 95 0 0 0 17 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21900/tid=21910] ppid=21898 vsize=1794616 CPUtime=1.3
/proc/21900/task/21910/stat : 21910 (java) S 21898 21900 7323 0 -1 64 6097 0 0 0 127 3 0 0 17 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21911] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21911/stat : 21911 (java) S 21898 21900 7323 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21912] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21912/stat : 21912 (java) S 21898 21900 7323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107070246 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21900/tid=21913] ppid=21898 vsize=1794616 CPUtime=0
/proc/21900/task/21913/stat : 21913 (java) S 21898 21900 7323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107070361 1837686784 244978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1794616

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

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

[startup+1787.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22111
/proc/meminfo: memFree=445768/2055920 swapFree=4184868/4192956
[pid=21900] ppid=21898 vsize=0 CPUtime=1800.15
/proc/21900/stat : 21900 (java) Z 21898 21900 7323 0 -1 1036 352184 0 1 0 179830 185 0 0 16 0 2 0 107070232 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21900/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.99
CPU time (s): 1800.24
CPU user time (s): 1798.3
CPU system time (s): 1.9357
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 1796228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 1.93571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352184
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= 38874
involuntary context switches= 6161

runsolver used 1.68074 second user time and 4.88826 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Apr 14 23:00:03 UTC 2007

IDJOB= 351248
IDBENCH= 1710
IDSOLVER= 159
FILE ID= node60/351248-1176591602

PBS_JOBID= 4556954

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f5fea9f9b3e2808f219e4e92af96aba2

RANDOM SEED= 433578486

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1423264 kB
Buffers:         57640 kB
Cached:         419960 kB
SwapCached:       2344 kB
Active:         153256 kB
Inactive:       338684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423264 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          20352 kB
Slab:           126752 kB
Committed_AS:   589792 kB
PageTables:       1472 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= 66561 MiB

End job on node60 on Sat Apr 14 23:29:53 UTC 2007