Trace number 430951

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
sat4jPseudoCP 2007-03-23? (TO) 1800.15 1752.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.175972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/430951-1178001113/instance-430951-1178001113.opb
0.08/0.19	c reading problem ... 
0.47/0.44	c ... done. Wall clock time 0.248s.
0.47/0.44	c CPU time (experimental) 0.37s.
0.47/0.44	c #vars     616
0.47/0.44	c #constraints  918
1800.00/1751.91	c starts		: 2
1800.00/1751.91	c conflicts		: 57672
1800.00/1751.91	c decisions		: 64534
1800.00/1751.91	c propagations		: 409620
1800.00/1751.91	c inspects		: 687429282
1800.00/1751.91	c learnt literals	: 0
1800.00/1751.91	c learnt binary clauses	: 0
1800.00/1751.91	c learnt ternary clauses	: 0
1800.00/1751.91	c learnt clauses	: 57672
1800.00/1751.91	c root simplifications	: 0
1800.00/1751.91	c removed literals (reason simplification)	: 0
1800.00/1751.91	c reason swapping (by a shorter reason)	: 0
1800.00/1751.91	c Calls to reduceDB	: 0
1800.00/1751.91	c speed (decisions/second)	: 36.84562110684168
1800.00/1751.91	c non guided choices	368
1800.00/1751.91	s UNKNOWN
1800.00/1751.91	c Total wall clock time (ms): 1751.724

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-430951-1178001113 -o ROOT/results/node12/solver-430951-1178001113 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430951-1178001113/sat4jPseudoCP.jar /tmp/evaluation/430951-1178001113/instance-430951-1178001113.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.92 0.97 0.99 2/77 10199
/proc/meminfo: memFree=1825768/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=18528 CPUtime=0
/proc/10199/stat : 10199 (runsolver) R 10197 10199 9084 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 276148730 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10199/statm: 0 0 0 0 0 0 0

[startup+0.0634701 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 10199
/proc/meminfo: memFree=1825768/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1777708 CPUtime=0.04
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 3622 0 1 0 2 2 0 0 18 0 7 0 276148730 1820372992 3366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 444427 3366 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102475 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 10199
/proc/meminfo: memFree=1825768/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1780108 CPUtime=0.08
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 276148730 1822830592 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302498 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 10199
/proc/meminfo: memFree=1825768/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1783160 CPUtime=0.35
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 5329 0 1 0 32 3 0 0 18 0 12 0 276148730 1825955840 5069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 445790 5069 1272 9 0 443402 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1783160

[startup+0.702546 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 10199
/proc/meminfo: memFree=1825768/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1785832 CPUtime=1.02
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 7488 0 1 0 97 5 0 0 18 0 13 0 276148730 1828691968 6395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 446458 6395 1307 9 0 444070 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1785832

[startup+1.50162 s]
/proc/loadavg: 1.09 1.00 1.00 4/90 10212
/proc/meminfo: memFree=1788992/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1795836 CPUtime=2.47
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 20980 0 1 0 237 10 0 0 18 0 13 0 276148730 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 448959 15941 1308 9 0 446571 0
[pid=10199/tid=10201] ppid=10197 vsize=1795836 CPUtime=0.83
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 11813 0 1 0 77 6 0 0 18 0 13 0 276148731 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554434 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 276148733 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 276148733 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 276148735 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 276148735 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 276148735 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1795836 CPUtime=0.81
/proc/10199/task/10208/stat : 10208 (java) R 10197 10199 9084 0 -1 64 4360 0 0 0 80 1 0 0 18 0 13 0 276148739 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1795836 CPUtime=0.8
/proc/10199/task/10209/stat : 10209 (java) R 10197 10199 9084 0 -1 64 4080 0 0 0 79 1 0 0 19 0 13 0 276148739 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1795836 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1838936064 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1795836

[startup+3.10178 s]
/proc/loadavg: 1.09 1.00 1.00 4/90 10212
/proc/meminfo: memFree=1713920/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1802876 CPUtime=5.65
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 54623 0 1 0 532 33 0 0 18 0 13 0 276148730 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450719 44282 1325 9 0 448331 0
[pid=10199/tid=10201] ppid=10197 vsize=1802876 CPUtime=2
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 37765 0 1 0 180 20 0 0 17 0 13 0 276148731 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 175 0 0 0 0 0 0 0 16 0 13 0 276148733 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1802876 CPUtime=0.01
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 264 0 0 0 1 0 0 0 16 0 13 0 276148733 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1802876 CPUtime=0.08
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 9 0 0 0 3 5 0 0 17 0 13 0 276148735 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1802876 CPUtime=1.55
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8310 0 0 0 151 4 0 0 16 0 13 0 276148739 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1802876 CPUtime=1.98
/proc/10199/task/10209/stat : 10209 (java) R 10197 10199 9084 0 -1 64 7378 0 0 0 195 3 0 0 18 0 13 0 276148739 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102298179 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1802876 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1846145024 44282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 1802876

[startup+6.30208 s]
/proc/loadavg: 1.09 1.00 1.00 2/90 10212
/proc/meminfo: memFree=1647616/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1801724 CPUtime=9.06
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 58140 0 1 0 871 35 0 0 18 0 13 0 276148730 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450431 46350 1325 9 0 448043 0
[pid=10199/tid=10201] ppid=10197 vsize=1801724 CPUtime=5.07
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 37772 0 1 0 487 20 0 0 24 0 13 0 276148731 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110061093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1801724 CPUtime=0.08
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 1881 0 0 0 7 1 0 0 16 0 13 0 276148733 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1801724 CPUtime=0.08
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 2026 0 0 0 8 0 0 0 16 0 13 0 276148733 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1801724 CPUtime=0.08
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 30 0 0 0 3 5 0 0 16 0 13 0 276148735 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1801724 CPUtime=1.62
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8316 0 0 0 158 4 0 0 17 0 13 0 276148739 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1801724 CPUtime=2.07
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7393 0 0 0 204 3 0 0 17 0 13 0 276148739 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1801724 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1844965376 46350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 1801724

[startup+12.7017 s]
/proc/loadavg: 1.07 1.00 1.00 2/90 10212
/proc/meminfo: memFree=1606856/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=15.61
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 68714 0 1 0 1522 39 0 0 18 0 13 0 276148730 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 55971 1332 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=11.31
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 41650 0 1 0 1110 21 0 0 21 0 13 0 276148731 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=0.21
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 5443 0 0 0 18 3 0 0 16 0 13 0 276148733 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=0.21
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 5151 0 0 0 20 1 0 0 16 0 13 0 276148733 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.08
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 30 0 0 0 3 5 0 0 16 0 13 0 276148735 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.64
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8317 0 0 0 160 4 0 0 17 0 13 0 276148739 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.1
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 207 3 0 0 16 0 13 0 276148739 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 55971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 1800700

[startup+25.503 s]
/proc/loadavg: 1.06 1.00 1.00 2/90 10212
/proc/meminfo: memFree=1591304/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=28.57
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 72969 0 1 0 2816 41 0 0 18 0 13 0 276148730 1843916800 59630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 59630 1332 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=23.96
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 41665 0 1 0 2375 21 0 0 23 0 13 0 276148731 1843916800 59630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109571543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=0.35
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 7697 0 0 0 32 3 0 0 16 0 13 0 276148733 1843916800 59630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=0.35
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 7137 0 0 0 33 2 0 0 16 0 13 0 276148733 1843916800 59630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.3
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 35 0 0 0 17 13 0 0 16 0 13 0 276148735 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.73
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8320 0 0 0 169 4 0 0 16 0 13 0 276148739 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.15
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 212 3 0 0 16 0 13 0 276148739 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 142874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1582.97
Current children cumulated vsize (KiB) 1800700

[startup+1602.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 10214
/proc/meminfo: memFree=1250824/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=1645.05
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 170297 0 1 0 164398 107 0 0 18 0 13 0 276148730 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 144459 1334 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=1559.47
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 43913 0 1 0 155912 35 0 0 25 0 13 0 276148731 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=40.69
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 53927 0 0 0 4044 25 0 0 16 0 13 0 276148733 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=40.65
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 55979 0 0 0 4040 25 0 0 16 0 13 0 276148733 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.3
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 35 0 0 0 17 13 0 0 16 0 13 0 276148735 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.73
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8320 0 0 0 169 4 0 0 16 0 13 0 276148739 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.15
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 212 3 0 0 16 0 13 0 276148739 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 144459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.05
Current children cumulated vsize (KiB) 1800700

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 10214
/proc/meminfo: memFree=1244168/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=1707.23
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 172111 0 1 0 170614 109 0 0 18 0 13 0 276148730 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 146160 1334 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=1617.23
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 43943 0 1 0 161688 35 0 0 25 0 13 0 276148731 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=42.89
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 54544 0 0 0 4264 25 0 0 16 0 13 0 276148733 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=42.85
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 57146 0 0 0 4260 25 0 0 16 0 13 0 276148733 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.31
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 35 0 0 0 18 13 0 0 16 0 13 0 276148735 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.73
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8320 0 0 0 169 4 0 0 16 0 13 0 276148739 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.15
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 212 3 0 0 16 0 13 0 276148739 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 146160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.23
Current children cumulated vsize (KiB) 1800700

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/90 10214
/proc/meminfo: memFree=1236872/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=1769.37
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 174025 0 1 0 176827 110 0 0 18 0 13 0 276148730 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 147927 1334 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=1674.99
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 43972 0 1 0 167464 35 0 0 25 0 13 0 276148731 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109565127 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=45.08
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 55305 0 0 0 4482 26 0 0 17 0 13 0 276148733 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=45.05
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 58270 0 0 0 4479 26 0 0 16 0 13 0 276148733 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.31
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 35 0 0 0 18 13 0 0 16 0 13 0 276148735 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.73
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8320 0 0 0 169 4 0 0 16 0 13 0 276148739 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.15
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 212 3 0 0 16 0 13 0 276148739 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 147927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.37
Current children cumulated vsize (KiB) 1800700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.9 s]
/proc/loadavg: 1.05 1.04 1.00 2/96 10280
/proc/meminfo: memFree=1232016/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=1800700 CPUtime=1800
/proc/10199/stat : 10199 (java) S 10197 10199 9084 0 -1 0 174901 0 1 0 179889 111 0 0 18 0 13 0 276148730 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 450175 148745 1334 9 0 447787 0
[pid=10199/tid=10201] ppid=10197 vsize=1800700 CPUtime=1703.48
/proc/10199/task/10201/stat : 10201 (java) R 10197 10199 9084 0 -1 64 43986 0 1 0 170312 36 0 0 25 0 13 0 276148731 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10202] ppid=10197 vsize=1800700 CPUtime=46.15
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 9084 0 -1 64 55615 0 0 0 4589 26 0 0 17 0 13 0 276148733 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10203] ppid=10197 vsize=1800700 CPUtime=46.12
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 9084 0 -1 64 58822 0 0 0 4586 26 0 0 16 0 13 0 276148733 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=1800700 CPUtime=0.32
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 9084 0 -1 64 35 0 0 0 18 14 0 0 16 0 13 0 276148735 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10205] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 9084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10206] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 9084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276148735 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10207] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=1800700 CPUtime=1.73
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 9084 0 -1 64 8320 0 0 0 169 4 0 0 16 0 13 0 276148739 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=1800700 CPUtime=2.15
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 9084 0 -1 64 7401 0 0 0 212 3 0 0 16 0 13 0 276148739 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 9084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276148739 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 9084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276148739 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10199/tid=10212] ppid=10197 vsize=1800700 CPUtime=0
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 9084 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276148774 1843916800 148745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1800700

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

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

[startup+1752.01 s]
/proc/loadavg: 1.05 1.04 1.00 2/96 10280
/proc/meminfo: memFree=1232016/2055920 swapFree=4160052/4192956
[pid=10199] ppid=10197 vsize=0 CPUtime=1800.11
/proc/10199/stat : 10199 (java) Z 10197 10199 9084 0 -1 1036 174921 0 1 0 179894 117 0 0 16 0 2 0 276148730 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.04
CPU time (s): 1800.15
CPU user time (s): 1798.95
CPU system time (s): 1.20482
CPU usage (%): 102.746
Max. virtual memory (cumulated for all children) (KiB): 1803600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174921
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= 44243
involuntary context switches= 36503

runsolver used 1.85972 second user time and 4.54731 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue May  1 06:31:54 UTC 2007

IDJOB= 430951
IDBENCH= 48017
IDSOLVER= 160
FILE ID= node12/430951-1178001113

PBS_JOBID= 4728260

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430951-1178001113/sat4jPseudoCP.jar /tmp/evaluation/430951-1178001113/instance-430951-1178001113.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-430951-1178001113 -o ROOT/results/node12/solver-430951-1178001113 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430951-1178001113/sat4jPseudoCP.jar /tmp/evaluation/430951-1178001113/instance-430951-1178001113.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  12f1f3305860fafcd361cd1c61e0d104

RANDOM SEED= 667745565

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1826176 kB
Buffers:         48220 kB
Cached:          94104 kB
SwapCached:      11356 kB
Active:          76372 kB
Inactive:        90112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826176 kB
SwapTotal:     4192956 kB
SwapFree:      4160052 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          30512 kB
Slab:            48812 kB
Committed_AS:  7116876 kB
PageTables:       1792 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 node12 on Tue May  1 07:01:08 UTC 2007