Trace number 430209

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.3 1770.89

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
MD5SUM66c115908fb4694df4d314e4daf7ce17
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.12598
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 variables120
Total number of constraints11
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 constraints11
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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/430209-1177993030/instance-430209-1177993030.opb
0.20/0.20	c reading problem ... 
0.31/0.39	c ... done. Wall clock time 0.19s.
0.31/0.39	c CPU time (experimental) 0.32s.
0.31/0.39	c #vars     440
0.31/0.39	c #constraints  656
1800.06/1770.76	c starts		: 2
1800.06/1770.76	c conflicts		: 37187
1800.06/1770.76	c decisions		: 39292
1800.06/1770.76	c propagations		: 463636
1800.06/1770.76	c inspects		: 669680782
1800.06/1770.76	c learnt literals	: 0
1800.06/1770.76	c learnt binary clauses	: 0
1800.06/1770.76	c learnt ternary clauses	: 0
1800.06/1770.76	c learnt clauses	: 37187
1800.06/1770.76	c root simplifications	: 0
1800.06/1770.76	c removed literals (reason simplification)	: 0
1800.06/1770.76	c reason swapping (by a shorter reason)	: 0
1800.06/1770.76	c Calls to reduceDB	: 0
1800.06/1770.76	c speed (decisions/second)	: 22.19429326720761
1800.06/1770.76	c non guided choices	269
1800.06/1770.76	s UNKNOWN
1800.06/1770.76	c Total wall clock time (ms): 1770.562

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

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


[startup+0 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 21608
/proc/meminfo: memFree=1817592/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1512 CPUtime=0
/proc/21608/stat : 21608 (java) R 21606 21608 21111 0 -1 0 59 0 0 0 0 0 0 0 18 0 1 0 231469684 1548288 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8610823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21608/statm: 378 50 38 9 0 8 0

[startup+0.0117519 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 21608
/proc/meminfo: memFree=1817592/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=12056 CPUtime=0
/proc/21608/stat : 21608 (java) R 21606 21608 21111 0 -1 0 576 0 0 0 0 0 0 0 18 0 1 0 231469684 12345344 385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8577834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21608/statm: 3014 391 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101778 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 21608
/proc/meminfo: memFree=1817592/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1780108 CPUtime=0.08
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 3973 0 1 0 6 2 0 0 18 0 12 0 231469684 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301816 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 21608
/proc/meminfo: memFree=1817592/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1782444 CPUtime=0.31
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 5124 0 1 0 28 3 0 0 18 0 12 0 231469684 1825222656 4863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 445611 4863 1261 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701894 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 21608
/proc/meminfo: memFree=1817592/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1784856 CPUtime=1.02
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 7809 0 1 0 97 5 0 0 18 0 13 0 231469684 1827692544 6606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 446214 6606 1308 9 0 443826 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1784856

[startup+1.5021 s]
/proc/loadavg: 1.01 0.99 0.99 4/90 21621
/proc/meminfo: memFree=1777680/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794136 CPUtime=2.46
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 20355 0 1 0 236 10 0 0 18 0 13 0 231469684 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448534 16056 1314 9 0 446146 0
[pid=21608/tid=21610] ppid=21606 vsize=1794136 CPUtime=0.79
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 12253 0 1 0 72 7 0 0 18 0 13 0 231469685 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 231469687 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 231469687 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 231469689 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 231469689 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 231469690 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794136 CPUtime=0.81
/proc/21608/task/21617/stat : 21617 (java) R 21606 21608 21111 0 -1 64 3697 0 0 0 80 1 0 0 17 0 13 0 231469693 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105006337 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794136 CPUtime=0.84
/proc/21608/task/21618/stat : 21618 (java) R 21606 21608 21111 0 -1 64 3682 0 0 0 83 1 0 0 18 0 13 0 231469693 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105427712 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794136 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837195264 16056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1794136

[startup+3.10235 s]
/proc/loadavg: 1.17 1.02 1.00 4/90 21621
/proc/meminfo: memFree=1708752/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=5.4
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 52221 0 1 0 514 26 0 0 18 0 13 0 231469684 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 42095 1325 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=2.18
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 37743 0 1 0 199 19 0 0 21 0 13 0 231469685 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579423 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 202 0 0 0 0 0 0 0 16 0 13 0 231469687 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 180 0 0 0 0 0 0 0 16 0 13 0 231469687 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.8
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7586 0 0 0 177 3 0 0 16 0 13 0 231469693 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.37
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5782 0 0 0 135 2 0 0 18 0 13 0 231469693 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 42095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 1794344

[startup+6.30296 s]
/proc/loadavg: 1.17 1.02 1.00 2/90 21621
/proc/meminfo: memFree=1650000/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=8.79
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 55461 0 1 0 851 28 0 0 18 0 13 0 231469684 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 44303 1325 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=5.25
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 37749 0 1 0 506 19 0 0 20 0 13 0 231469685 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109368128 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=0.07
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 1836 0 0 0 7 0 0 0 16 0 13 0 231469687 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=0.07
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 1748 0 0 0 7 0 0 0 16 0 13 0 231469687 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 231469689 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.9
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7591 0 0 0 187 3 0 0 16 0 13 0 231469693 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.44
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5788 0 0 0 142 2 0 0 16 0 13 0 231469693 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 44303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1794344

[startup+12.7022 s]
/proc/loadavg: 1.14 1.02 1.00 2/90 21621
/proc/meminfo: memFree=1604880/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=15.32
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 65978 0 1 0 1501 31 0 0 18 0 13 0 231469684 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 54522 1332 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=11.5
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 42171 0 1 0 1130 20 0 0 20 0 13 0 231469685 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=0.2
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 5016 0 0 0 18 2 0 0 15 0 13 0 231469687 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=0.2
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 4654 0 0 0 18 2 0 0 16 0 13 0 231469687 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.91
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 188 3 0 0 15 0 13 0 231469693 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.46
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5795 0 0 0 144 2 0 0 17 0 13 0 231469693 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 54522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1794344

[startup+25.5017 s]
/proc/loadavg: 1.20 1.04 1.01 2/90 21621
/proc/meminfo: memFree=1589456/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=28.28
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 70219 0 1 0 2793 35 0 0 18 0 13 0 231469684 1837408256 58142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 58142 1332 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=24.15
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 42186 0 1 0 2394 21 0 0 17 0 13 0 231469685 1837408256 58142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523461 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=0.34
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 7291 0 0 0 30 4 0 0 16 0 13 0 231469687 1837408256 58142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=0.34
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 6605 0 0 0 31 3 0 0 16 0 13 0 231469687 1837408256 58142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21608] ppid=21606 vsize=1794344 CPUtime=1628.18
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 145785 0 1 0 162722 96 0 0 18 0 13 0 231469684 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 110018 1334 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=1576.15
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 51953 0 1 0 157576 39 0 0 25 0 13 0 231469685 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109593442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=24.15
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 41040 0 0 0 2394 21 0 0 16 0 13 0 231469687 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=24.16
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 38618 0 0 0 2395 21 0 0 16 0 13 0 231469687 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0.2
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 65 0 0 0 13 7 0 0 16 0 13 0 231469689 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.94
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 191 3 0 0 16 0 13 0 231469693 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.52
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5797 0 0 0 150 2 0 0 17 0 13 0 231469693 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 110018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.18
Current children cumulated vsize (KiB) 1794344

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.05 2/90 21623
/proc/meminfo: memFree=1376912/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=1689.41
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 146777 0 1 0 168844 97 0 0 18 0 13 0 231469684 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 110954 1334 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=1634.85
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 51980 0 1 0 163446 39 0 0 25 0 13 0 231469685 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=25.41
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 41736 0 0 0 2519 22 0 0 16 0 13 0 231469687 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=25.42
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 38887 0 0 0 2521 21 0 0 16 0 13 0 231469687 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0.2
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 65 0 0 0 13 7 0 0 16 0 13 0 231469689 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.94
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 191 3 0 0 16 0 13 0 231469693 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.52
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5797 0 0 0 150 2 0 0 17 0 13 0 231469693 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 110954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.41
Current children cumulated vsize (KiB) 1794344

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.04 2/90 21623
/proc/meminfo: memFree=1373520/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=1750.66
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 147761 0 1 0 174967 99 0 0 18 0 13 0 231469684 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 111838 1334 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=1693.53
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 52007 0 1 0 169313 40 0 0 24 0 13 0 231469685 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800200 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=26.69
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 42440 0 0 0 2647 22 0 0 16 0 13 0 231469687 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=26.71
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 39140 0 0 0 2649 22 0 0 16 0 13 0 231469687 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0.21
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 65 0 0 0 14 7 0 0 16 0 13 0 231469689 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.94
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 191 3 0 0 16 0 13 0 231469693 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.52
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5797 0 0 0 150 2 0 0 17 0 13 0 231469693 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 111838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.66
Current children cumulated vsize (KiB) 1794344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.7 s]
/proc/loadavg: 1.00 1.01 1.04 2/90 21623
/proc/meminfo: memFree=1369872/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794344 CPUtime=1800.06
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 148737 0 1 0 179907 99 0 0 18 0 13 0 231469684 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21608/statm: 448586 112701 1334 9 0 446198 0
[pid=21608/tid=21610] ppid=21606 vsize=1794344 CPUtime=1740.9
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 52028 0 1 0 174050 40 0 0 25 0 13 0 231469685 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109510990 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794344 CPUtime=27.71
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 43100 0 0 0 2749 22 0 0 16 0 13 0 231469687 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794344 CPUtime=27.72
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 39434 0 0 0 2750 22 0 0 16 0 13 0 231469687 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794344 CPUtime=0.21
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 66 0 0 0 14 7 0 0 16 0 13 0 231469689 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 231469689 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 231469690 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 231469693 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794344 CPUtime=1.94
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 191 3 0 0 16 0 13 0 231469693 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794344 CPUtime=1.52
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5797 0 0 0 150 2 0 0 17 0 13 0 231469693 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 231469693 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 231469693 1837408256 112701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794344 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 231469724 1837408256 112701 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) 1794344

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

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

[startup+1770.81 s]
/proc/loadavg: 1.00 1.01 1.04 2/90 21623
/proc/meminfo: memFree=1369872/2055920 swapFree=4154564/4192956
[pid=21608] ppid=21606 vsize=1794992 CPUtime=1800.21
/proc/21608/stat : 21608 (java) S 21606 21608 21111 0 -1 0 148790 0 1 0 179922 99 0 0 16 0 14 0 231469684 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21608/statm: 448748 112752 1335 9 0 446360 0
[pid=21608/tid=21610] ppid=21606 vsize=1794992 CPUtime=1740.95
/proc/21608/task/21610/stat : 21610 (java) R 21606 21608 21111 0 -1 64 52028 0 1 0 174055 40 0 0 17 0 14 0 231469685 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523229 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21611] ppid=21606 vsize=1794992 CPUtime=27.76
/proc/21608/task/21611/stat : 21611 (java) S 21606 21608 21111 0 -1 64 43120 0 0 0 2754 22 0 0 16 0 14 0 231469687 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21612] ppid=21606 vsize=1794992 CPUtime=27.77
/proc/21608/task/21612/stat : 21612 (java) S 21606 21608 21111 0 -1 64 39446 0 0 0 2755 22 0 0 16 0 14 0 231469687 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21613] ppid=21606 vsize=1794992 CPUtime=0.21
/proc/21608/task/21613/stat : 21613 (java) S 21606 21608 21111 0 -1 64 66 0 0 0 14 7 0 0 16 0 14 0 231469689 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21614] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21614/stat : 21614 (java) S 21606 21608 21111 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 231469689 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21615] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21615/stat : 21615 (java) S 21606 21608 21111 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 231469690 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21608/tid=21616] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21616/stat : 21616 (java) S 21606 21608 21111 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 231469693 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21617] ppid=21606 vsize=1794992 CPUtime=1.94
/proc/21608/task/21617/stat : 21617 (java) S 21606 21608 21111 0 -1 64 7593 0 0 0 191 3 0 0 16 0 14 0 231469693 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21618] ppid=21606 vsize=1794992 CPUtime=1.52
/proc/21608/task/21618/stat : 21618 (java) S 21606 21608 21111 0 -1 64 5797 0 0 0 150 2 0 0 17 0 14 0 231469693 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21619] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21619/stat : 21619 (java) S 21606 21608 21111 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 231469693 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21620] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21620/stat : 21620 (java) S 21606 21608 21111 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 231469693 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21608/tid=21621] ppid=21606 vsize=1794992 CPUtime=0
/proc/21608/task/21621/stat : 21621 (java) S 21606 21608 21111 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 231469724 1838071808 112752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1794992

Child status: 143
Real time (s): 1770.89
CPU time (s): 1800.3
CPU user time (s): 1799.23
CPU system time (s): 1.06784
CPU usage (%): 101.661
Max. virtual memory (cumulated for all children) (KiB): 1798888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.06784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148790
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= 44403
involuntary context switches= 59298

runsolver used 1.80073 second user time and 4.67229 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue May  1 04:17:10 UTC 2007

IDJOB= 430209
IDBENCH= 47964
IDSOLVER= 160
FILE ID= node38/430209-1177993030

PBS_JOBID= 4728198

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=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430209-1177993030/sat4jPseudoCP.jar /tmp/evaluation/430209-1177993030/instance-430209-1177993030.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-430209-1177993030 -o ROOT/results/node38/solver-430209-1177993030 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430209-1177993030/sat4jPseudoCP.jar /tmp/evaluation/430209-1177993030/instance-430209-1177993030.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  66c115908fb4694df4d314e4daf7ce17

RANDOM SEED= 146091345

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1818000 kB
Buffers:         35856 kB
Cached:         120368 kB
SwapCached:       6772 kB
Active:          31888 kB
Inactive:       147448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818000 kB
SwapTotal:     4192956 kB
SwapFree:      4154564 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          29692 kB
Slab:            43796 kB
Committed_AS:  2855812 kB
PageTables:       2060 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 node38 on Tue May  1 04:46:43 UTC 2007