Trace number 419569

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.17 1785.34

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc973.opb
MD5SUM0e7fba8c353cb1e7009b96d36f1b9166
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.41472
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables274379
Total number of constraints908191
Number of constraints which are clauses908191
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.12/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.31	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.31	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.32	c no version file found!!!
0.12/0.32	c sun.arch.data.model	32
0.12/0.32	c java.version	1.6.0
0.12/0.32	c os.name	Linux
0.12/0.32	c os.version	2.6.9-22.EL.rootsmp
0.12/0.32	c os.arch	i386
0.12/0.32	c Free memory 1651659224
0.12/0.32	c Max memory 1654456320
0.12/0.32	c Total memory 1654456320
0.12/0.32	c Number of processors 2
0.12/0.38	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.12/0.38	--- Begin Solver configuration ---
0.12/0.38	c Stops conflict analysis at the first Unique Implication Point
0.12/0.38	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.38	c Learn all clauses as in MiniSAT
0.12/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.38	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.38	c No reason simplification
0.12/0.38	c --- End Solver configuration ---
0.12/0.38	c solving /tmp/evaluation/419569-1177409691/instance-419569-1177409691.opb
0.12/0.38	c reading problem ... 
20.34/17.38	c ... done. Wall clock time 16.994s.
20.34/17.38	c CPU time (experimental) 14.05s.
20.34/17.38	c #vars     274379
20.34/17.38	c #constraints  902703
1800.03/1785.21	c starts		: 2
1800.03/1785.21	c conflicts		: 268103
1800.03/1785.21	c decisions		: 340914
1800.03/1785.21	c propagations		: 95645835
1800.03/1785.21	c inspects		: 2083534903
1800.03/1785.21	c learnt literals	: 3
1800.03/1785.21	c learnt binary clauses	: 380
1800.03/1785.21	c learnt ternary clauses	: 1175
1800.03/1785.21	c learnt clauses	: 268099
1800.03/1785.21	c root simplifications	: 0
1800.03/1785.22	c removed literals (reason simplification)	: 0
1800.03/1785.22	c reason swapping (by a shorter reason)	: 0
1800.03/1785.22	c Calls to reduceDB	: 0
1800.03/1785.22	c speed (decisions/second)	: 192.84920309428517
1800.03/1785.22	c non guided choices	2322
1800.03/1785.22	s UNKNOWN
1800.03/1785.22	c Total wall clock time (ms): 1784.833

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.93 3/64 6128
/proc/meminfo: memFree=1824368/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1520 CPUtime=0
/proc/6128/stat : 6128 (java) R 6126 6128 4762 0 -1 0 66 0 0 0 0 0 0 0 18 0 1 0 216958909 1556480 52 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5690375 0 0 4096 0 0 0 0 17 1 0 0
/proc/6128/statm: 380 62 46 9 0 10 0

[startup+0.00924911 s]
/proc/loadavg: 0.99 1.00 0.93 3/64 6128
/proc/meminfo: memFree=1824368/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=152 CPUtime=0
/proc/6128/stat : 6128 (java) R 6126 6128 4762 0 -1 0 203 0 0 0 0 0 0 0 18 0 1 0 216958909 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 5686052 0 0 4096 0 0 0 0 17 1 0 0
/proc/6128/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101261 s]
/proc/loadavg: 0.99 1.00 0.93 3/64 6128
/proc/meminfo: memFree=1824368/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1777060 CPUtime=0.04
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 3480 0 32 0 2 2 0 0 18 0 5 0 216958909 1819709440 3257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 444265 3257 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.301284 s]
/proc/loadavg: 0.99 1.00 0.93 3/64 6128
/proc/meminfo: memFree=1824368/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1780256 CPUtime=0.12
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 4141 0 32 0 9 3 0 0 18 0 12 0 216958909 1822982144 3915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 445064 3915 1134 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780256

[startup+0.702312 s]
/proc/loadavg: 0.99 1.00 0.93 3/64 6128
/proc/meminfo: memFree=1824368/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1782964 CPUtime=0.63
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 8414 0 32 0 58 5 0 0 18 0 12 0 216958909 1825755136 8012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 445741 8012 1288 9 0 443353 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 1782964

[startup+1.50238 s]
/proc/loadavg: 0.99 1.00 0.93 4/76 6140
/proc/meminfo: memFree=1785296/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1786036 CPUtime=1.84
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 15977 0 32 0 176 8 0 0 18 0 12 0 216958909 1828900864 13576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 446509 13577 1302 9 0 444121 0
[pid=6128/tid=6130] ppid=6126 vsize=1786036 CPUtime=0.89
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 11707 0 1 0 84 5 0 0 18 0 12 0 216958915 1828900864 13578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109689800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 216958917 1828900864 13579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216958917 1828900864 13579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 216958919 1828900864 13580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 216958920 1828900864 13581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 216958920 1828900864 13582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958926 1828900864 13584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1786036 CPUtime=0.5
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 2278 0 0 0 50 0 0 0 17 0 12 0 216958926 1828900864 13585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1786036 CPUtime=0.41
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 1309 0 0 0 41 0 0 0 16 0 12 0 216958926 1828900864 13586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 216958926 1828900864 13587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1786036 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958926 1828900864 13587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1786036

[startup+3.10151 s]
/proc/loadavg: 0.99 1.00 0.93 2/76 6140
/proc/meminfo: memFree=1705360/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1786684 CPUtime=3.57
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 46358 0 32 0 332 25 0 0 18 0 12 0 216958909 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 446671 43894 1312 9 0 444283 0
[pid=6128/tid=6130] ppid=6126 vsize=1786684 CPUtime=2.39
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 37678 0 1 0 219 20 0 0 20 0 12 0 216958915 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591015 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1786684 CPUtime=0.09
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 2013 0 0 0 8 1 0 0 16 0 12 0 216958917 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1786684 CPUtime=0.08
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 2384 0 0 0 8 0 0 0 17 0 12 0 216958917 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 216958919 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 216958920 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216958920 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958926 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1786684 CPUtime=0.52
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 2281 0 0 0 52 0 0 0 17 0 12 0 216958926 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1786684 CPUtime=0.43
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 1310 0 0 0 43 0 0 0 16 0 12 0 216958926 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 216958926 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1786684 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958926 1829564416 43894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1786684

[startup+6.30277 s]
/proc/loadavg: 0.99 1.00 0.93 2/76 6140
/proc/meminfo: memFree=1610000/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1788572 CPUtime=7.31
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 58777 0 32 0 700 31 0 0 18 0 12 0 216958909 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447143 55228 1312 9 0 444755 0
[pid=6128/tid=6130] ppid=6126 vsize=1788572 CPUtime=5.04
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 37683 0 1 0 483 21 0 0 17 0 12 0 216958915 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109614832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1788572 CPUtime=0.63
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 8236 0 0 0 60 3 0 0 16 0 12 0 216958917 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1788572 CPUtime=0.62
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 8573 0 0 0 59 3 0 0 16 0 12 0 216958917 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216958919 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 216958920 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216958920 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958926 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1788572 CPUtime=0.52
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 2281 0 0 0 52 0 0 0 16 0 12 0 216958926 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1788572 CPUtime=0.43
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 1310 0 0 0 43 0 0 0 16 0 12 0 216958926 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 216958926 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958926 1831497728 55228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1788572

[startup+12.7013 s]
/proc/loadavg: 0.99 1.00 0.93 3/76 6140
/proc/meminfo: memFree=1560528/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1788572 CPUtime=14.99
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 72743 0 32 0 1460 39 0 0 18 0 12 0 216958909 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447143 66396 1312 9 0 444755 0
[pid=6128/tid=6130] ppid=6126 vsize=1788572 CPUtime=10.14
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 37689 0 1 0 991 23 0 0 21 0 12 0 216958915 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1788572 CPUtime=1.92
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 13602 0 0 0 187 5 0 0 16 0 12 0 216958917 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1788572 CPUtime=1.91
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 17166 0 0 0 184 7 0 0 16 0 12 0 216958917 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 216958919 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 216958920 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216958920 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958926 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1788572 CPUtime=0.52
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 2281 0 0 0 52 0 0 0 16 0 12 0 216958926 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1788572 CPUtime=0.43
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 1310 0 0 0 43 0 0 0 16 0 12 0 216958926 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 216958926 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1788572 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958926 1831497728 66396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1788572

[startup+25.5024 s]
/proc/loadavg: 0.99 1.00 0.93 2/77 6141
/proc/meminfo: memFree=1500680/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1789184 CPUtime=29.64
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 90554 0 32 0 2916 48 0 0 18 0 13 0 216958909 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447296 80392 1326 9 0 444908 0
[pid=6128/tid=6130] ppid=6126 vsize=1789184 CPUtime=21.71
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 37744 0 1 0 2147 24 0 0 25 0 13 0 216958915 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1789184 CPUtime=2.9
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 18352 0 0 0 283 7 0 0 16 0 13 0 216958917 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1789184 CPUtime=2.86
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 27003 0 0 0 275 11 0 0 16 0 13 0 216958917 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 216958919 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 80392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0.27
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 107 0 0 0 15 12 0 0 16 0 13 0 216958919 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 4024 0 0 0 110 1 0 0 17 0 13 0 216958926 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 2743 0 0 0 110 1 0 0 15 0 13 0 216958926 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 216958926 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958926 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6141] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6141/stat : 6141 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216960655 1832124416 112617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.84
Current children cumulated vsize (KiB) 1789184

[startup+1662.3 s]
/proc/loadavg: 1.01 1.06 1.00 2/77 6143
/proc/meminfo: memFree=1370952/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1789184 CPUtime=1676.25
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 155013 0 32 0 167454 171 0 0 18 0 13 0 216958909 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447296 112608 1334 9 0 444908 0
[pid=6128/tid=6130] ppid=6126 vsize=1789184 CPUtime=1642.68
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 63333 0 1 0 164222 46 0 0 25 0 13 0 216958915 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109947044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1789184 CPUtime=15.4
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 37620 0 0 0 1489 51 0 0 16 0 13 0 216958917 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1789184 CPUtime=15.6
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 46497 0 0 0 1504 56 0 0 16 0 13 0 216958917 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0.28
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 108 0 0 0 16 12 0 0 16 0 13 0 216958919 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 4024 0 0 0 110 1 0 0 17 0 13 0 216958926 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 2743 0 0 0 110 1 0 0 15 0 13 0 216958926 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 216958926 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958926 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6141] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6141/stat : 6141 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216960655 1832124416 112608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.25
Current children cumulated vsize (KiB) 1789184

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/77 6143
/proc/meminfo: memFree=1368840/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1789184 CPUtime=1736.67
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 156343 0 32 0 173494 173 0 0 18 0 13 0 216958909 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447296 113219 1334 9 0 444908 0
[pid=6128/tid=6130] ppid=6126 vsize=1789184 CPUtime=1702.1
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 63363 0 1 0 170164 46 0 0 25 0 13 0 216958915 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109947746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1789184 CPUtime=15.89
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 38266 0 0 0 1537 52 0 0 16 0 13 0 216958917 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1789184 CPUtime=16.1
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 47145 0 0 0 1554 56 0 0 16 0 13 0 216958917 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0.29
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 114 0 0 0 16 13 0 0 16 0 13 0 216958919 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 4024 0 0 0 110 1 0 0 17 0 13 0 216958926 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 2743 0 0 0 110 1 0 0 15 0 13 0 216958926 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 216958926 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958926 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6141] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6141/stat : 6141 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216960655 1832124416 113219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.67
Current children cumulated vsize (KiB) 1789184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 6143
/proc/meminfo: memFree=1358216/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1789184 CPUtime=1797.09
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 159376 0 32 0 179532 177 0 0 18 0 13 0 216958909 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447296 115810 1334 9 0 444908 0
[pid=6128/tid=6130] ppid=6126 vsize=1789184 CPUtime=1761.51
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 65442 0 1 0 176104 47 0 0 25 0 13 0 216958915 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109837276 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1789184 CPUtime=16.38
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 38777 0 0 0 1584 54 0 0 16 0 13 0 216958917 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1789184 CPUtime=16.61
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 47588 0 0 0 1604 57 0 0 16 0 13 0 216958917 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0.29
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 114 0 0 0 16 13 0 0 16 0 13 0 216958919 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 4024 0 0 0 110 1 0 0 17 0 13 0 216958926 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 2743 0 0 0 110 1 0 0 15 0 13 0 216958926 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 216958926 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958926 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6141] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6141/stat : 6141 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216960655 1832124416 115810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.09
Current children cumulated vsize (KiB) 1789184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.2 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 6143
/proc/meminfo: memFree=1357960/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=1789184 CPUtime=1800.03
/proc/6128/stat : 6128 (java) S 6126 6128 4762 0 -1 0 159446 0 32 0 179825 178 0 0 18 0 13 0 216958909 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6128/statm: 447296 115857 1334 9 0 444908 0
[pid=6128/tid=6130] ppid=6126 vsize=1789184 CPUtime=1764.38
/proc/6128/task/6130/stat : 6130 (java) R 6126 6128 4762 0 -1 64 65444 0 1 0 176391 47 0 0 25 0 13 0 216958915 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109867739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6131] ppid=6126 vsize=1789184 CPUtime=16.41
/proc/6128/task/6131/stat : 6131 (java) S 6126 6128 4762 0 -1 64 38811 0 0 0 1587 54 0 0 16 0 13 0 216958917 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6132] ppid=6126 vsize=1789184 CPUtime=16.64
/proc/6128/task/6132/stat : 6132 (java) S 6126 6128 4762 0 -1 64 47622 0 0 0 1607 57 0 0 17 0 13 0 216958917 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6133] ppid=6126 vsize=1789184 CPUtime=0.29
/proc/6128/task/6133/stat : 6133 (java) S 6126 6128 4762 0 -1 64 114 0 0 0 16 13 0 0 16 0 13 0 216958919 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6134] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6134/stat : 6134 (java) S 6126 6128 4762 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958920 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6135] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6135/stat : 6135 (java) S 6126 6128 4762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958920 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6136] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6136/stat : 6136 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958926 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6137] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6137/stat : 6137 (java) S 6126 6128 4762 0 -1 64 4024 0 0 0 110 1 0 0 17 0 13 0 216958926 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6138] ppid=6126 vsize=1789184 CPUtime=1.11
/proc/6128/task/6138/stat : 6138 (java) S 6126 6128 4762 0 -1 64 2743 0 0 0 110 1 0 0 15 0 13 0 216958926 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6139] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6139/stat : 6139 (java) S 6126 6128 4762 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 216958926 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6128/tid=6140] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6140/stat : 6140 (java) S 6126 6128 4762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958926 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6128/tid=6141] ppid=6126 vsize=1789184 CPUtime=0
/proc/6128/task/6141/stat : 6141 (java) S 6126 6128 4762 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216960655 1832124416 115857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1789184

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

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

[startup+1785.32 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 6143
/proc/meminfo: memFree=1357960/2055920 swapFree=4184072/4192956
[pid=6128] ppid=6126 vsize=0 CPUtime=1800.14
/proc/6128/stat : 6128 (java) Z 6126 6128 4762 0 -1 1036 159467 0 32 0 179832 182 0 0 15 0 2 0 216958909 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6128/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.34
CPU time (s): 1800.17
CPU user time (s): 1798.32
CPU system time (s): 1.85172
CPU usage (%): 100.831
Max. virtual memory (cumulated for all children) (KiB): 1790404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.85172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159467
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53023
involuntary context switches= 41708

runsolver used 1.71174 second user time and 4.81027 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Tue Apr 24 10:14:53 UTC 2007

IDJOB= 419569
IDBENCH= 47783
IDSOLVER= 160
FILE ID= node65/419569-1177409691

PBS_JOBID= 4675550

Free space on /tmp= 66367 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc973.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419569-1177409691/sat4jPseudoCP.jar /tmp/evaluation/419569-1177409691/instance-419569-1177409691.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-419569-1177409691 -o ROOT/results/node65/solver-419569-1177409691 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419569-1177409691/sat4jPseudoCP.jar /tmp/evaluation/419569-1177409691/instance-419569-1177409691.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0e7fba8c353cb1e7009b96d36f1b9166

RANDOM SEED= 777243867

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1824840 kB
Buffers:          9048 kB
Cached:         157380 kB
SwapCached:       2824 kB
Active:          71972 kB
Inactive:       112408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824840 kB
SwapTotal:     4192956 kB
SwapFree:      4184072 kB
Dirty:           35156 kB
Writeback:           0 kB
Mapped:          24008 kB
Slab:            32732 kB
Committed_AS:  2460784 kB
PageTables:       1484 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= 66367 MiB

End job on node65 on Tue Apr 24 10:44:40 UTC 2007