Trace number 347865

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.3 1728.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
MD5SUMaf7b516198b9fda389a0d83cfb6c28d1
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables733406
Total number of constraints12168
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 constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 639
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 887406
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 887406
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node15/watcher-347865-1176526206 -o ROOT/results/node15/solver-347865-1176526206 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347865-1176526206/sat4jPseudoCPClause.jar /tmp/evaluation/347865-1176526206/instance-347865-1176526206.opb 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 1592
/proc/meminfo: memFree=1795720/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=140 CPUtime=0
/proc/1592/stat : 1592 (java) R 1590 1592 1037 0 -1 0 23 0 0 0 0 0 0 0 19 0 1 0 100538213 143360 9 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7476960 0 0 4096 0 0 0 0 17 1 0 0
/proc/1592/statm: 37 19 14 9 0 3 0

[startup+0.059464 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 1592
/proc/meminfo: memFree=1795720/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1777708 CPUtime=0.04
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 3559 0 1 0 2 2 0 0 18 0 7 0 100538213 1820372992 3304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 444427 3304 1060 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101463 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 1592
/proc/meminfo: memFree=1795720/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1780112 CPUtime=0.08
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 3940 0 1 0 6 2 0 0 18 0 12 0 100538213 1822834688 3682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 445028 3682 1120 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301478 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 1592
/proc/meminfo: memFree=1795720/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1782436 CPUtime=0.3
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 11429 0 1 0 25 5 0 0 18 0 12 0 100538213 1825214464 11168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 445609 11168 1263 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701513 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 1592
/proc/meminfo: memFree=1795720/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1783896 CPUtime=0.89
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 15136 0 1 0 83 6 0 0 18 0 12 0 100538213 1826709504 14400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 445974 14401 1296 9 0 443585 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783896

[startup+1.50258 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 1604
/proc/meminfo: memFree=1715880/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1783896 CPUtime=1.7
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 33761 0 1 0 157 13 0 0 18 0 12 0 100538213 1826709504 33025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 445974 33026 1296 9 0 443585 0
[pid=1592/tid=1594] ppid=1590 vsize=1783896 CPUtime=1.32
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 31648 0 1 0 120 12 0 0 25 0 12 0 100538215 1826709504 33026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552125 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 100538217 1826709504 33027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 100538217 1826709504 33028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 100538219 1826709504 33028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 100538219 1826709504 33029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 100538219 1826709504 33030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 100538223 1826709504 33030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1783896 CPUtime=0.15
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 409 0 0 0 15 0 0 0 16 0 12 0 100538223 1826709504 33031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1783896 CPUtime=0.2
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 988 0 0 0 20 0 0 0 16 0 12 0 100538223 1826709504 33032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 100538223 1826709504 33033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1783896 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 100538223 1826709504 33034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1783896

[startup+3.10274 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 1604
/proc/meminfo: memFree=1601320/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1795924 CPUtime=4.09
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 55340 0 1 0 384 25 0 0 18 0 12 0 100538213 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 448981 52134 1319 9 0 446592 0
[pid=1592/tid=1594] ppid=1590 vsize=1795924 CPUtime=2.35
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 37688 0 1 0 219 16 0 0 17 0 12 0 100538215 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512102 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1795924 CPUtime=0.25
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 3997 0 0 0 23 2 0 0 18 0 12 0 100538217 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1795924 CPUtime=0.24
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 7162 0 0 0 21 3 0 0 19 0 12 0 100538217 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 100538219 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 100538219 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 100538219 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 100538223 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1795924 CPUtime=0.48
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 1489 0 0 0 48 0 0 0 16 0 12 0 100538223 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1795924 CPUtime=0.73
/proc/1592/task/1602/stat : 1602 (java) R 1590 1592 1037 0 -1 64 4280 0 0 0 72 1 0 0 19 0 12 0 100538223 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315090 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 100538223 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1795924 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 100538223 1839026176 52134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1795924

[startup+6.30202 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 1604
/proc/meminfo: memFree=1508776/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1797596 CPUtime=8.36
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 88342 0 1 0 795 41 0 0 18 0 12 0 100538213 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449399 79332 1320 9 0 447010 0
[pid=1592/tid=1594] ppid=1590 vsize=1797596 CPUtime=4.77
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 37694 0 1 0 460 17 0 0 19 0 12 0 100538215 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473034 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1797596 CPUtime=0.89
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 20292 0 0 0 80 9 0 0 16 0 12 0 100538217 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1797596 CPUtime=0.88
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 20953 0 0 0 79 9 0 0 16 0 12 0 100538217 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 100538219 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 100538219 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 100538219 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 100538223 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1797596 CPUtime=0.76
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3036 0 0 0 75 1 0 0 16 0 12 0 100538223 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1797596 CPUtime=1.01
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5643 0 0 0 99 2 0 0 16 0 12 0 100538223 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 100538223 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1797596 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 100538223 1840738304 79332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1797596

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 3/89 1604
/proc/meminfo: memFree=1337320/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1798876 CPUtime=16.79
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 135509 0 1 0 1616 63 0 0 18 0 12 0 100538213 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449719 119883 1320 9 0 447330 0
[pid=1592/tid=1594] ppid=1590 vsize=1798876 CPUtime=9.26
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 37707 0 1 0 909 17 0 0 17 0 12 0 100538215 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109660658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1798876 CPUtime=2.76
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 44963 0 0 0 256 20 0 0 16 0 12 0 100538217 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1798876 CPUtime=2.77
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 43415 0 0 0 257 20 0 0 16 0 12 0 100538217 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 100538219 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 100538219 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 100538219 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 100538223 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1798876 CPUtime=0.88
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3048 0 0 0 87 1 0 0 17 0 12 0 100538223 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1798876 CPUtime=1.07
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5652 0 0 0 105 2 0 0 17 0 12 0 100538223 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 100538223 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1798876 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 100538223 1842049024 119883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 1798876

[startup+25.5028 s]
/proc/loadavg: 1.07 1.00 1.00 4/90 1605
/proc/meminfo: memFree=1138848/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1799200 CPUtime=32.93
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 187431 0 1 0 3201 92 0 0 18 0 13 0 100538213 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449800 165201 1334 9 0 447411 0
[pid=1592/tid=1594] ppid=1590 vsize=1799200 CPUtime=19.49
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 37776 0 1 0 1930 19 0 0 25 0 13 0 100538215 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110082155 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1799200 CPUtime=4.88
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 72840 0 0 0 454 34 0 0 16 0 13 0 100538217 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1799200 CPUtime=4.88
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 67096 0 0 0 455 33 0 0 16 0 13 0 100538217 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 165201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0.33
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 33 0 0 0 21 12 0 0 16 0 13 0 100538219 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1799200 CPUtime=1.84
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3121 0 0 0 183 1 0 0 16 0 13 0 100538223 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1799200 CPUtime=2.13
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5882 0 0 0 211 2 0 0 16 0 13 0 100538223 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100538223 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100538223 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1605] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1605/stat : 1605 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100540252 1842380800 329147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.58
Current children cumulated vsize (KiB) 1799200

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/90 1811
/proc/meminfo: memFree=464416/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1799200 CPUtime=1667.59
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 359533 0 1 0 166554 205 0 0 18 0 13 0 100538213 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449800 333010 1334 9 0 447411 0
[pid=1592/tid=1594] ppid=1590 vsize=1799200 CPUtime=1536.61
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 39045 0 1 0 153625 36 0 0 25 0 13 0 100538215 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110094675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1799200 CPUtime=63.32
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 158688 0 0 0 6257 75 0 0 17 0 13 0 100538217 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1799200 CPUtime=63.29
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 152043 0 0 0 6253 76 0 0 16 0 13 0 100538217 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0.34
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 33 0 0 0 22 12 0 0 16 0 13 0 100538219 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1799200 CPUtime=1.84
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3121 0 0 0 183 1 0 0 16 0 13 0 100538223 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1799200 CPUtime=2.13
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5882 0 0 0 211 2 0 0 16 0 13 0 100538223 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100538223 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100538223 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1605] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1605/stat : 1605 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100540252 1842380800 333010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.59
Current children cumulated vsize (KiB) 1799200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 1811
/proc/meminfo: memFree=448928/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1799200 CPUtime=1730.7
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 363567 0 1 0 172862 208 0 0 18 0 13 0 100538213 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449800 336951 1334 9 0 447411 0
[pid=1592/tid=1594] ppid=1590 vsize=1799200 CPUtime=1593.43
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 39083 0 1 0 159307 36 0 0 17 0 13 0 100538215 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110001883 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1799200 CPUtime=66.47
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 159020 0 0 0 6572 75 0 0 16 0 13 0 100538217 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1799200 CPUtime=66.43
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 155706 0 0 0 6565 78 0 0 16 0 13 0 100538217 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0.35
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 34 0 0 0 23 12 0 0 16 0 13 0 100538219 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1799200 CPUtime=1.84
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3121 0 0 0 183 1 0 0 16 0 13 0 100538223 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1799200 CPUtime=2.13
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5882 0 0 0 211 2 0 0 16 0 13 0 100538223 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100538223 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100538223 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1605] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1605/stat : 1605 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100540252 1842380800 336951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.7
Current children cumulated vsize (KiB) 1799200

[startup+1722.3 s]
/proc/loadavg: 1.28 1.10 1.02 2/90 1811
/proc/meminfo: memFree=433888/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1799200 CPUtime=1793.69
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 367367 0 1 0 179159 210 0 0 18 0 13 0 100538213 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449800 340711 1334 9 0 447411 0
[pid=1592/tid=1594] ppid=1590 vsize=1799200 CPUtime=1650.38
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 39119 0 1 0 165001 37 0 0 24 0 13 0 100538215 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110093663 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1799200 CPUtime=69.49
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 159302 0 0 0 6874 75 0 0 16 0 13 0 100538217 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1799200 CPUtime=69.43
/proc/1592/task/1596/stat : 1596 (java) R 1590 1592 1037 0 -1 64 159188 0 0 0 6864 79 0 0 16 0 13 0 100538217 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0.36
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 34 0 0 0 24 12 0 0 15 0 13 0 100538219 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1799200 CPUtime=1.84
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3121 0 0 0 183 1 0 0 16 0 13 0 100538223 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1799200 CPUtime=2.13
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5882 0 0 0 211 2 0 0 16 0 13 0 100538223 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100538223 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100538223 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1605] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1605/stat : 1605 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100540252 1842380800 340711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.69
Current children cumulated vsize (KiB) 1799200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1728.4 s]
/proc/loadavg: 1.31 1.11 1.03 2/90 1811
/proc/meminfo: memFree=432160/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=1799200 CPUtime=1800.06
/proc/1592/stat : 1592 (java) S 1590 1592 1037 0 -1 0 367676 0 1 0 179795 211 0 0 18 0 13 0 100538213 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1592/statm: 449800 341017 1334 9 0 447411 0
[pid=1592/tid=1594] ppid=1590 vsize=1799200 CPUtime=1656.23
/proc/1592/task/1594/stat : 1594 (java) R 1590 1592 1037 0 -1 64 39122 0 1 0 165586 37 0 0 25 0 13 0 100538215 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1595] ppid=1590 vsize=1799200 CPUtime=69.74
/proc/1592/task/1595/stat : 1595 (java) S 1590 1592 1037 0 -1 64 159306 0 0 0 6899 75 0 0 16 0 13 0 100538217 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1596] ppid=1590 vsize=1799200 CPUtime=69.68
/proc/1592/task/1596/stat : 1596 (java) S 1590 1592 1037 0 -1 64 159490 0 0 0 6889 79 0 0 16 0 13 0 100538217 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1597] ppid=1590 vsize=1799200 CPUtime=0.37
/proc/1592/task/1597/stat : 1597 (java) S 1590 1592 1037 0 -1 64 34 0 0 0 24 13 0 0 16 0 13 0 100538219 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1598] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1598/stat : 1598 (java) S 1590 1592 1037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1599] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1599/stat : 1599 (java) S 1590 1592 1037 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100538219 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1600] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1600/stat : 1600 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100538223 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1601] ppid=1590 vsize=1799200 CPUtime=1.84
/proc/1592/task/1601/stat : 1601 (java) S 1590 1592 1037 0 -1 64 3121 0 0 0 183 1 0 0 16 0 13 0 100538223 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1602] ppid=1590 vsize=1799200 CPUtime=2.13
/proc/1592/task/1602/stat : 1602 (java) S 1590 1592 1037 0 -1 64 5882 0 0 0 211 2 0 0 16 0 13 0 100538223 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1592/tid=1603] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1603/stat : 1603 (java) S 1590 1592 1037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100538223 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1604] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1604/stat : 1604 (java) S 1590 1592 1037 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100538223 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1592/tid=1605] ppid=1590 vsize=1799200 CPUtime=0
/proc/1592/task/1605/stat : 1605 (java) S 1590 1592 1037 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100540252 1842380800 341017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1799200

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

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

[startup+1728.6 s]
/proc/loadavg: 1.31 1.11 1.03 2/90 1811
/proc/meminfo: memFree=432160/2055920 swapFree=4192812/4192956
[pid=1592] ppid=1590 vsize=0 CPUtime=1800.25
/proc/1592/stat : 1592 (java) Z 1590 1592 1037 0 -1 1036 367696 0 1 0 179799 226 0 0 16 0 2 0 100538213 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1728.65
CPU time (s): 1800.3
CPU user time (s): 1798
CPU system time (s): 2.30365
CPU usage (%): 104.145
Max. virtual memory (cumulated for all children) (KiB): 1799520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798
system time used= 2.30365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367696
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= 46470
involuntary context switches= 55547

runsolver used 1.63675 second user time and 4.79627 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Apr 14 04:50:06 UTC 2007

IDJOB= 347865
IDBENCH= 1537
IDSOLVER= 164
FILE ID= node15/347865-1176526206

PBS_JOBID= 4556714

Free space on /tmp= 66526 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347865-1176526206/sat4jPseudoCPClause.jar /tmp/evaluation/347865-1176526206/instance-347865-1176526206.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-347865-1176526206 -o ROOT/results/node15/solver-347865-1176526206 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347865-1176526206/sat4jPseudoCPClause.jar /tmp/evaluation/347865-1176526206/instance-347865-1176526206.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  af7b516198b9fda389a0d83cfb6c28d1

RANDOM SEED= 38503533

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1796064 kB
Buffers:         12088 kB
Cached:         145128 kB
SwapCached:          0 kB
Active:         157960 kB
Inactive:        49056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32332 kB
Writeback:           0 kB
Mapped:          68720 kB
Slab:            38172 kB
Committed_AS:  3937348 kB
PageTables:       1884 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= 66526 MiB

End job on node15 on Sat Apr 14 05:18:57 UTC 2007