Trace number 355156

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1754.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark311
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.10/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.46	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.46	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.47	c no version file found!!!
0.10/0.47	c sun.arch.data.model	32
0.10/0.47	c java.version	1.6.0
0.10/0.47	c os.name	Linux
0.10/0.47	c os.version	2.6.9-22.EL.rootsmp
0.10/0.47	c os.arch	i386
0.10/0.47	c Free memory 1651659224
0.10/0.47	c Max memory 1654456320
0.10/0.47	c Total memory 1654456320
0.10/0.47	c Number of processors 2
0.20/0.53	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.53	--- Begin Solver configuration ---
0.20/0.53	c Stops conflict analysis at the first Unique Implication Point
0.20/0.53	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.53	c Learn all clauses as in MiniSAT
0.20/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.53	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.53	c No reason simplification
0.20/0.53	c --- End Solver configuration ---
0.20/0.53	c Simplify asserted PB constraints to clauses
0.20/0.53	c solving /tmp/evaluation/355156-1176777231/instance-355156-1176777231.opb
0.20/0.53	c reading problem ... 
6.04/4.80	c ... done. Wall clock time 4.263s.
6.14/4.80	c CPU time (experimental) 3.5s.
6.14/4.80	c #vars     8878
6.14/4.80	c #constraints  17459
1800.02/1753.91	c starts		: 2
1800.02/1753.91	c conflicts		: 65385
1800.02/1753.91	c decisions		: 90711
1800.02/1753.91	c propagations		: 16088660
1800.02/1753.91	c inspects		: 704539882
1800.02/1753.91	c learnt literals	: 0
1800.02/1753.91	c learnt binary clauses	: 0
1800.02/1753.91	c learnt ternary clauses	: 0
1800.02/1753.91	c learnt clauses	: 65385
1800.02/1753.91	c root simplifications	: 0
1800.02/1753.91	c removed literals (reason simplification)	: 0
1800.02/1753.91	c reason swapping (by a shorter reason)	: 0
1800.02/1753.91	c Calls to reduceDB	: 0
1800.02/1753.91	c speed (decisions/second)	: 51.86161773760975
1800.02/1753.91	c non guided choices	8650
1800.02/1753.91	s UNKNOWN
1800.02/1753.91	c Total wall clock time (ms): 1753.38

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-355156-1176777231 -o ROOT/results/node25/solver-355156-1176777231 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355156-1176777231/sat4jPseudoCPClause.jar /tmp/evaluation/355156-1176777231/instance-355156-1176777231.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.98 0.99 3/64 10438
/proc/meminfo: memFree=1913120/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=18568 CPUtime=0
/proc/10438/stat : 10438 (runsolver) D 10436 10438 9242 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 125640155 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10438/statm: 4642 292 257 24 0 2626 0

[startup+0.0366759 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10438
/proc/meminfo: memFree=1913120/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=200 CPUtime=0
/proc/10438/stat : 10438 (java) D 10436 10438 9242 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 125640155 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10027812 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/10438/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101753 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10438
/proc/meminfo: memFree=1913120/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=11868 CPUtime=0
/proc/10438/stat : 10438 (java) D 10436 10438 9242 0 -1 0 333 0 13 0 0 0 0 0 18 0 1 0 125640155 12152832 155 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 10032135 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/10438/statm: 2967 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.301726 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10438
/proc/meminfo: memFree=1913120/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1777708 CPUtime=0.06
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 3568 0 57 0 3 3 0 0 18 0 7 0 125640155 1820372992 3367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 444427 3367 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.701795 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10438
/proc/meminfo: memFree=1913120/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1782504 CPUtime=0.45
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 5308 0 57 0 39 6 0 0 18 0 12 0 125640155 1825284096 5101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 445626 5101 1276 9 0 443237 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1782504

[startup+1.50293 s]
/proc/loadavg: 1.01 1.00 1.00 3/76 10450
/proc/meminfo: memFree=1880576/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1794328 CPUtime=1.95
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 16100 0 57 0 184 11 0 0 18 0 12 0 125640155 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 448582 12763 1311 9 0 446193 0
[pid=10438/tid=10440] ppid=10436 vsize=1794328 CPUtime=0.7
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 8871 0 11 0 63 7 0 0 18 0 12 0 125640174 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109486035 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 125640180 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 125640180 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 125640184 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 125640185 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 125640185 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 125640194 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1794328 CPUtime=0.71
/proc/10438/task/10447/stat : 10447 (java) R 10436 10438 9242 0 -1 64 4292 0 0 0 69 2 0 0 20 0 12 0 125640194 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1794328 CPUtime=0.51
/proc/10438/task/10448/stat : 10448 (java) R 10436 10438 9242 0 -1 64 2261 0 0 0 50 1 0 0 19 0 12 0 125640194 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105288724 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 125640194 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1794328 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125640194 1837391872 12763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1794328

[startup+3.1022 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 10450
/proc/meminfo: memFree=1798400/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1794416 CPUtime=4.03
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 51079 0 57 0 375 28 0 0 18 0 12 0 125640155 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 448604 45727 1321 9 0 446215 0
[pid=10438/tid=10440] ppid=10436 vsize=1794416 CPUtime=2.19
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 37675 0 11 0 198 21 0 0 20 0 12 0 125640174 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109573860 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1794416 CPUtime=0.06
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 2430 0 0 0 6 0 0 0 17 0 12 0 125640180 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1794416 CPUtime=0.07
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 1786 0 0 0 7 0 0 0 17 0 12 0 125640180 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 125640184 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 125640185 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 125640185 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 125640194 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1794416 CPUtime=0.84
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4692 0 0 0 82 2 0 0 16 0 12 0 125640194 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1794416 CPUtime=0.8
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 3816 0 0 0 79 1 0 0 16 0 12 0 125640194 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 125640194 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1794416 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125640194 1837481984 45727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1794416

[startup+6.30275 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 10451
/proc/meminfo: memFree=1684216/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1797180 CPUtime=8.14
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 67968 0 57 0 777 37 0 0 18 0 13 0 125640155 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449295 60022 1330 9 0 446906 0
[pid=10438/tid=10440] ppid=10436 vsize=1797180 CPUtime=4.68
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 37722 0 11 0 447 21 0 0 22 0 13 0 125640174 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109702301 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1797180 CPUtime=0.47
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 10651 0 0 0 43 4 0 0 16 0 13 0 125640180 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1797180 CPUtime=0.47
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 9747 0 0 0 43 4 0 0 18 0 13 0 125640180 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 125640184 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1797180 CPUtime=1.29
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4739 0 0 0 127 2 0 0 17 0 13 0 125640194 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1797180 CPUtime=1.17
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4422 0 0 0 115 2 0 0 16 0 13 0 125640194 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1797180 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1840312320 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1797180

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10451
/proc/meminfo: memFree=1661768/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=16.03
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 75601 0 57 0 1562 41 0 0 18 0 13 0 125640155 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 65576 1333 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=10.13
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 37731 0 11 0 991 22 0 0 20 0 13 0 125640174 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109636769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=1.26
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 14597 0 0 0 119 7 0 0 19 0 13 0 125640180 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=1.24
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 13265 0 0 0 119 5 0 0 18 0 13 0 125640180 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 125640184 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.84
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4883 0 0 0 182 2 0 0 16 0 13 0 125640194 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.51
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4438 0 0 0 149 2 0 0 17 0 13 0 125640194 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 65576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.03
Current children cumulated vsize (KiB) 1798908

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10451
/proc/meminfo: memFree=1641160/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=29.23
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 78100 0 57 0 2881 42 0 0 18 0 13 0 125640155 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 66420 1333 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=22.62
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 37745 0 11 0 2240 22 0 0 22 0 13 0 125640174 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109929121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=1.54
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 16037 0 0 0 147 7 0 0 17 0 13 0 125640180 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=1.53
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 14306 0 0 0 147 6 0 0 17 0 13 0 125640180 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 125640184 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 66420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0.17
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 28 0 0 0 12 5 0 0 15 0 13 0 125640184 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.99
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4884 0 0 0 197 2 0 0 17 0 13 0 125640194 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.61
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4445 0 0 0 159 2 0 0 16 0 13 0 125640194 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 148604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.48
Current children cumulated vsize (KiB) 1798908

[startup+1602.3 s]
/proc/loadavg: 1.05 1.05 1.01 2/77 10453
/proc/meminfo: memFree=1298696/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=1643.35
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 169681 0 57 0 164239 96 0 0 18 0 13 0 125640155 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 151697 1335 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=1560.51
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 38453 0 11 0 156026 25 0 0 25 0 13 0 125640174 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109927956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=39.53
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 61238 0 0 0 3923 30 0 0 16 0 13 0 125640180 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=39.47
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 59955 0 0 0 3920 27 0 0 17 0 13 0 125640180 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0.17
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 28 0 0 0 12 5 0 0 16 0 13 0 125640184 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.99
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4884 0 0 0 197 2 0 0 17 0 13 0 125640194 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.61
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4445 0 0 0 159 2 0 0 16 0 13 0 125640194 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 151697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.35
Current children cumulated vsize (KiB) 1798908

[startup+1662.3 s]
/proc/loadavg: 1.02 1.04 1.01 2/83 10609
/proc/meminfo: memFree=1283328/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=1705.29
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 173268 0 57 0 170430 99 0 0 18 0 13 0 125640155 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 155163 1335 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=1618.34
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 38479 0 11 0 161808 26 0 0 25 0 13 0 125640174 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109927698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=41.57
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 62888 0 0 0 4126 31 0 0 16 0 13 0 125640180 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=41.53
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 61866 0 0 0 4124 29 0 0 17 0 13 0 125640180 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0.17
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 28 0 0 0 12 5 0 0 16 0 13 0 125640184 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.99
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4884 0 0 0 197 2 0 0 17 0 13 0 125640194 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.61
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4445 0 0 0 159 2 0 0 16 0 13 0 125640194 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 155163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.29
Current children cumulated vsize (KiB) 1798908

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 10651
/proc/meminfo: memFree=1270984/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=1767.33
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 176884 0 57 0 176631 102 0 0 18 0 13 0 125640155 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 158638 1335 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=1676.14
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 38505 0 11 0 167588 26 0 0 19 0 13 0 125640174 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109961361 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=43.7
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 64523 0 0 0 4338 32 0 0 17 0 13 0 125640180 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=43.63
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 63821 0 0 0 4333 30 0 0 16 0 13 0 125640180 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0.19
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 28 0 0 0 13 6 0 0 15 0 13 0 125640184 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.99
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4884 0 0 0 197 2 0 0 17 0 13 0 125640194 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.61
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4445 0 0 0 159 2 0 0 16 0 13 0 125640194 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 158638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.33
Current children cumulated vsize (KiB) 1798908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.9 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 10651
/proc/meminfo: memFree=1264136/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=1798908 CPUtime=1800.02
/proc/10438/stat : 10438 (java) S 10436 10438 9242 0 -1 0 178502 0 57 0 179899 103 0 0 18 0 13 0 125640155 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10438/statm: 449727 160236 1335 9 0 447338 0
[pid=10438/tid=10440] ppid=10436 vsize=1798908 CPUtime=1706.65
/proc/10438/task/10440/stat : 10440 (java) R 10436 10438 9242 0 -1 64 38518 0 11 0 170638 27 0 0 25 0 13 0 125640174 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109646696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10441] ppid=10436 vsize=1798908 CPUtime=44.79
/proc/10438/task/10441/stat : 10441 (java) S 10436 10438 9242 0 -1 64 64852 0 0 0 4447 32 0 0 16 0 13 0 125640180 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10442] ppid=10436 vsize=1798908 CPUtime=44.72
/proc/10438/task/10442/stat : 10442 (java) S 10436 10438 9242 0 -1 64 65097 0 0 0 4442 30 0 0 16 0 13 0 125640180 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10443] ppid=10436 vsize=1798908 CPUtime=0.19
/proc/10438/task/10443/stat : 10443 (java) S 10436 10438 9242 0 -1 64 28 0 0 0 13 6 0 0 16 0 13 0 125640184 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10444] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10444/stat : 10444 (java) S 10436 10438 9242 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10445] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10445/stat : 10445 (java) S 10436 10438 9242 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 125640185 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10446] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10446/stat : 10446 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 125640194 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10447] ppid=10436 vsize=1798908 CPUtime=1.99
/proc/10438/task/10447/stat : 10447 (java) S 10436 10438 9242 0 -1 64 4884 0 0 0 197 2 0 0 17 0 13 0 125640194 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10448] ppid=10436 vsize=1798908 CPUtime=1.61
/proc/10438/task/10448/stat : 10448 (java) S 10436 10438 9242 0 -1 64 4445 0 0 0 159 2 0 0 16 0 13 0 125640194 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10449] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10449/stat : 10449 (java) S 10436 10438 9242 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125640194 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10438/tid=10450] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10450/stat : 10450 (java) S 10436 10438 9242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125640194 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10438/tid=10451] ppid=10436 vsize=1798908 CPUtime=0
/proc/10438/task/10451/stat : 10451 (java) S 10436 10438 9242 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 125640638 1842081792 160236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798908

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

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

[startup+1754.01 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 10651
/proc/meminfo: memFree=1264136/2055920 swapFree=4165576/4192956
[pid=10438] ppid=10436 vsize=0 CPUtime=1800.13
/proc/10438/stat : 10438 (java) Z 10436 10438 9242 0 -1 1036 178522 0 57 0 179904 109 0 0 16 0 2 0 125640155 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1754.05
CPU time (s): 1800.17
CPU user time (s): 1799.05
CPU system time (s): 1.12883
CPU usage (%): 102.629
Max. virtual memory (cumulated for all children) (KiB): 1800104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178522
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43032
involuntary context switches= 40706

runsolver used 1.73673 second user time and 4.72228 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Apr 17 02:33:51 UTC 2007

IDJOB= 355156
IDBENCH= 2949
IDSOLVER= 164
FILE ID= node25/355156-1176777231

PBS_JOBID= 4580782

Free space on /tmp= 66519 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355156-1176777231/sat4jPseudoCPClause.jar /tmp/evaluation/355156-1176777231/instance-355156-1176777231.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-355156-1176777231 -o ROOT/results/node25/solver-355156-1176777231 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355156-1176777231/sat4jPseudoCPClause.jar /tmp/evaluation/355156-1176777231/instance-355156-1176777231.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  92a7a1679de6bb1b52854275d5fc6396

RANDOM SEED= 263906022

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1913600 kB
Buffers:          7448 kB
Cached:          66404 kB
SwapCached:      21620 kB
Active:          51872 kB
Inactive:        49564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913600 kB
SwapTotal:     4192956 kB
SwapFree:      4165576 kB
Dirty:            8300 kB
Writeback:           0 kB
Mapped:          15644 kB
Slab:            26972 kB
Committed_AS:  2102164 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66519 MiB

End job on node25 on Tue Apr 17 03:03:07 UTC 2007