Trace number 430601

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23SAT (TO)3 1800.14 1763.33

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=59-P1=23-P2=29-P3=41-B.opb
MD5SUMa7aa500b12a2568dbdf92804131d86d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.037993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables54
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)108
Sum of products size (including duplicates)216
Number of different products108
Sum of products size216

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.07/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.19	c no version file found!!!
0.07/0.19	c sun.arch.data.model	32
0.07/0.19	c java.version	1.6.0
0.07/0.19	c os.name	Linux
0.07/0.19	c os.version	2.6.9-22.EL.rootsmp
0.07/0.19	c os.arch	i386
0.07/0.19	c Free memory 1651659224
0.07/0.19	c Max memory 1654456320
0.07/0.19	c Total memory 1654456320
0.07/0.19	c Number of processors 2
0.14/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.25	--- Begin Solver configuration ---
0.14/0.25	c Stops conflict analysis at the first Unique Implication Point
0.14/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.25	c Learn all clauses as in MiniSAT
0.14/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.25	c No reason simplification
0.14/0.25	c --- End Solver configuration ---
0.14/0.25	c solving /tmp/evaluation/430601-1177996790/instance-430601-1177996790.opb
0.14/0.25	c reading problem ... 
0.25/0.32	c ... done. Wall clock time 0.075s.
0.25/0.32	c CPU time (experimental) 0.22s.
0.25/0.32	c #vars     162
0.25/0.32	c #constraints  226
12.41/10.52	c SATISFIABLE
12.41/10.52	c OPTIMIZING...
12.41/10.52	c Got one! Elapsed wall clock time (in seconds):10.276
12.41/10.52	o 55
13.32/11.44	c Got one! Elapsed wall clock time (in seconds):11.191
13.32/11.44	o 27
14.23/12.33	c Got one! Elapsed wall clock time (in seconds):12.084
14.23/12.33	o 17
15.38/13.40	c Got one! Elapsed wall clock time (in seconds):13.155
15.38/13.40	o 5
136.60/133.11	c Got one! Elapsed wall clock time (in seconds):132.861
136.60/133.11	o 3
1800.01/1763.22	c starts		: 12
1800.01/1763.22	c conflicts		: 59154
1800.01/1763.22	c decisions		: 63239
1800.01/1763.22	c propagations		: 625141
1800.01/1763.22	c inspects		: 833922407
1800.01/1763.22	c learnt literals	: 0
1800.01/1763.22	c learnt binary clauses	: 0
1800.01/1763.22	c learnt ternary clauses	: 0
1800.01/1763.22	c learnt clauses	: 59153
1800.01/1763.22	c root simplifications	: 0
1800.01/1763.22	c removed literals (reason simplification)	: 0
1800.01/1763.22	c reason swapping (by a shorter reason)	: 0
1800.01/1763.22	c Calls to reduceDB	: 0
1800.01/1763.22	c speed (decisions/second)	: 38.79440968869509
1800.01/1763.22	c non guided choices	455
1800.01/1763.22	s SATISFIABLE
1800.01/1763.22	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 x12 x13 -x14 -x15 -x16 x17 -x18 x19 x20 -x21 x22 -x23 -x24 x25 x26 -x27 -x28 x29 -x30 x31
1800.01/1763.22	v x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 -x57 -x58
1800.01/1763.22	v -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80 -x81 -x82 -x83 -x84
1800.01/1763.22	v x85 x86 -x87 -x88 -x89 -x90 x91 x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109
1800.01/1763.22	v -x110 -x111 -x112 -x113 -x114 x115 x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 -x130 -x131
1800.01/1763.22	v -x132 x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 x146 -x147 -x148 -x149 -x150 -x151 -x152
1800.01/1763.22	v -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162
1800.01/1763.22	c objective function=3
1800.01/1763.22	c Total wall clock time (ms): 1762.97

Verifier Data (download as text)

OK	3

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-430601-1177996790 -o ROOT/results/node9/solver-430601-1177996790 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430601-1177996790/sat4jPseudoCP.jar /tmp/evaluation/430601-1177996790/instance-430601-1177996790.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.85 0.95 0.97 2/77 27536
/proc/meminfo: memFree=1793568/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=152 CPUtime=0
/proc/27536/stat : 27536 (java) R 27534 27536 26854 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 275716595 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/27536/statm: 38 26 19 9 0 4 0

[startup+0.0176831 s]
/proc/loadavg: 0.85 0.95 0.97 2/77 27536
/proc/meminfo: memFree=1793568/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=12620 CPUtime=0.01
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 844 0 0 0 0 1 0 0 18 0 2 0 275716595 12922880 602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12620

[startup+0.102322 s]
/proc/loadavg: 0.85 0.95 0.97 2/77 27536
/proc/meminfo: memFree=1793568/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1777844 CPUtime=0.07
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 3869 0 1 0 5 2 0 0 18 0 7 0 275716595 1820512256 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301345 s]
/proc/loadavg: 0.85 0.95 0.97 2/77 27536
/proc/meminfo: memFree=1793568/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1781420 CPUtime=0.25
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 5011 0 1 0 22 3 0 0 18 0 12 0 275716595 1824174080 4751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 445355 4751 1254 9 0 442967 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1781420

[startup+0.701394 s]
/proc/loadavg: 0.85 0.95 0.97 2/77 27536
/proc/meminfo: memFree=1793568/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1784496 CPUtime=0.92
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 7416 0 1 0 88 4 0 0 18 0 13 0 275716595 1827323904 6495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 446124 6495 1296 9 0 443736 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784496

[startup+1.50248 s]
/proc/loadavg: 0.85 0.95 0.97 4/90 27549
/proc/meminfo: memFree=1760376/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1792748 CPUtime=2.38
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 20583 0 1 0 228 10 0 0 18 0 13 0 275716595 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 448187 15944 1307 9 0 445799 0
[pid=27536/tid=27538] ppid=27534 vsize=1792748 CPUtime=0.83
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 12375 0 1 0 77 6 0 0 19 0 13 0 275716597 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 275716598 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 275716598 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 275716601 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 275716601 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 275716601 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1792748 CPUtime=0.72
/proc/27536/task/27545/stat : 27545 (java) R 27534 27536 26854 0 -1 64 2950 0 0 0 71 1 0 0 16 0 13 0 275716610 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901873 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1792748 CPUtime=0.81
/proc/27536/task/27546/stat : 27546 (java) R 27534 27536 26854 0 -1 64 4535 0 0 0 79 2 0 0 17 0 13 0 275716610 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103161891 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=1792748 CPUtime=0
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 26854 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 275716629 1835773952 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1792748

[startup+3.10166 s]
/proc/loadavg: 0.85 0.95 0.97 2/90 27549
/proc/meminfo: memFree=1703032/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1800188 CPUtime=4.76
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 49941 0 1 0 450 26 0 0 18 0 13 0 275716595 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 450047 43417 1323 9 0 447659 0
[pid=27536/tid=27538] ppid=27534 vsize=1800188 CPUtime=1.93
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 37712 0 1 0 174 19 0 0 25 0 13 0 275716597 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478378 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 220 0 0 0 0 0 0 0 16 0 13 0 275716598 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 173 0 0 0 0 0 0 0 16 0 13 0 275716598 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1800188 CPUtime=1.31
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5280 0 0 0 129 2 0 0 16 0 13 0 275716610 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1800188 CPUtime=1.47
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5827 0 0 0 144 3 0 0 15 0 13 0 275716610 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 26854 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 275716629 1843392512 43417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1800188

[startup+6.30203 s]
/proc/loadavg: 0.86 0.95 0.97 2/90 27549
/proc/meminfo: memFree=1620472/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1800188 CPUtime=8.13
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 53315 0 1 0 785 28 0 0 18 0 13 0 275716595 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 450047 45695 1323 9 0 447659 0
[pid=27536/tid=27538] ppid=27534 vsize=1800188 CPUtime=5.02
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 37719 0 1 0 483 19 0 0 22 0 13 0 275716597 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560248 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1800188 CPUtime=0.08
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 1953 0 0 0 7 1 0 0 16 0 13 0 275716598 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1800188 CPUtime=0.08
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 1778 0 0 0 8 0 0 0 17 0 13 0 275716598 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 275716601 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1800188 CPUtime=1.36
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5282 0 0 0 134 2 0 0 16 0 13 0 275716610 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1800188 CPUtime=1.54
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5833 0 0 0 151 3 0 0 16 0 13 0 275716610 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 26854 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 275716629 1843392512 45695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1800188

[startup+12.7017 s]
/proc/loadavg: 0.87 0.96 0.97 2/90 27551
/proc/meminfo: memFree=1579496/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1800188 CPUtime=14.65
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 62735 0 1 0 1433 32 0 0 18 0 13 0 275716595 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 450047 54820 1332 9 0 447659 0
[pid=27536/tid=27538] ppid=27534 vsize=1800188 CPUtime=11.28
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 42131 0 1 0 1107 21 0 0 25 0 13 0 275716597 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604083 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1800188 CPUtime=0.19
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 4640 0 0 0 17 2 0 0 16 0 13 0 275716598 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1800188 CPUtime=0.19
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 4084 0 0 0 18 1 0 0 17 0 13 0 275716598 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1800188 CPUtime=1.38
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5290 0 0 0 136 2 0 0 16 0 13 0 275716610 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1800188 CPUtime=1.55
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5834 0 0 0 152 3 0 0 17 0 13 0 275716610 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1800188 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1843392512 54820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 1800188

[startup+25.5022 s]
/proc/loadavg: 0.90 0.96 0.97 2/90 27553
/proc/meminfo: memFree=1563544/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1799544 CPUtime=27.66
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 67114 0 1 0 2731 35 0 0 18 0 13 0 275716595 1842733056 58539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 449886 58539 1335 9 0 447498 0
[pid=27536/tid=27538] ppid=27534 vsize=1799544 CPUtime=23.88
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 42147 0 1 0 2367 21 0 0 25 0 13 0 275716597 1842733056 58539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509007 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1799544 CPUtime=0.36
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 7183 0 0 0 32 4 0 0 16 0 13 0 275716598 1842733056 58539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1799544 CPUtime=0.36
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 5885 0 0 0 34 2 0 0 16 0 13 0 275716598 1842733056 58539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 275716601 1842733056 58539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0.2
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 34 0 0 0 14 6 0 0 16 0 13 0 275716601 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1799544 CPUtime=1.52
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5321 0 0 0 150 2 0 0 17 0 13 0 275716610 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1799544 CPUtime=1.6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5839 0 0 0 157 3 0 0 16 0 13 0 275716610 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 275729907 1842733056 110855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1573.26
Current children cumulated vsize (KiB) 1799544

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27556
/proc/meminfo: memFree=1349712/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1799544 CPUtime=1634.78
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 126308 0 1 0 163389 89 0 0 18 0 13 0 275716595 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 449886 111761 1335 9 0 447498 0
[pid=27536/tid=27538] ppid=27534 vsize=1799544 CPUtime=1568.87
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 42959 0 1 0 156850 37 0 0 21 0 13 0 275716597 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560070 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1799544 CPUtime=31.27
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 38122 0 0 0 3106 21 0 0 17 0 13 0 275716598 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1799544 CPUtime=31.25
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 33304 0 0 0 3109 16 0 0 16 0 13 0 275716598 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0.22
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 34 0 0 0 15 7 0 0 16 0 13 0 275716601 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1799544 CPUtime=1.52
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5321 0 0 0 150 2 0 0 17 0 13 0 275716610 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1799544 CPUtime=1.6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5839 0 0 0 157 3 0 0 16 0 13 0 275716610 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 275729907 1842733056 111761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1634.78
Current children cumulated vsize (KiB) 1799544

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 27556
/proc/meminfo: memFree=1346064/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1799544 CPUtime=1696.4
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 127329 0 1 0 169549 91 0 0 18 0 13 0 275716595 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 449886 112669 1335 9 0 447498 0
[pid=27536/tid=27538] ppid=27534 vsize=1799544 CPUtime=1627.2
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 42988 0 1 0 162682 38 0 0 24 0 13 0 275716597 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560449 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1799544 CPUtime=32.9
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 38472 0 0 0 3269 21 0 0 16 0 13 0 275716598 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1799544 CPUtime=32.88
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 33946 0 0 0 3271 17 0 0 16 0 13 0 275716598 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0.23
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 34 0 0 0 16 7 0 0 16 0 13 0 275716601 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1799544 CPUtime=1.52
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5321 0 0 0 150 2 0 0 17 0 13 0 275716610 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1799544 CPUtime=1.6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5839 0 0 0 157 3 0 0 16 0 13 0 275716610 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 275729907 1842733056 112669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1696.4
Current children cumulated vsize (KiB) 1799544

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 27556
/proc/meminfo: memFree=1342096/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1799544 CPUtime=1757.97
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 128371 0 1 0 175704 93 0 0 18 0 13 0 275716595 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 449886 113630 1335 9 0 447498 0
[pid=27536/tid=27538] ppid=27534 vsize=1799544 CPUtime=1685.58
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 43016 0 1 0 168520 38 0 0 25 0 13 0 275716597 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1799544 CPUtime=34.49
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 38789 0 0 0 3427 22 0 0 17 0 13 0 275716598 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1799544 CPUtime=34.47
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 34643 0 0 0 3430 17 0 0 16 0 13 0 275716598 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0.24
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 34 0 0 0 17 7 0 0 16 0 13 0 275716601 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1799544 CPUtime=1.52
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5321 0 0 0 150 2 0 0 17 0 13 0 275716610 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1799544 CPUtime=1.6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5839 0 0 0 157 3 0 0 16 0 13 0 275716610 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 275729907 1842733056 113630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1757.97
Current children cumulated vsize (KiB) 1799544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 27556
/proc/meminfo: memFree=1338832/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=1799544 CPUtime=1800.01
/proc/27536/stat : 27536 (java) S 27534 27536 26854 0 -1 0 129241 0 1 0 179907 94 0 0 18 0 13 0 275716595 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27536/statm: 449886 114423 1335 9 0 447498 0
[pid=27536/tid=27538] ppid=27534 vsize=1799544 CPUtime=1725.32
/proc/27536/task/27538/stat : 27538 (java) R 27534 27536 26854 0 -1 64 43036 0 1 0 172493 39 0 0 23 0 13 0 275716597 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109751944 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27539] ppid=27534 vsize=1799544 CPUtime=35.64
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 26854 0 -1 64 39278 0 0 0 3542 22 0 0 16 0 13 0 275716598 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=1799544 CPUtime=35.62
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 26854 0 -1 64 35004 0 0 0 3545 17 0 0 16 0 13 0 275716598 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27541] ppid=27534 vsize=1799544 CPUtime=0.24
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 26854 0 -1 64 34 0 0 0 17 7 0 0 15 0 13 0 275716601 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 26854 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 26854 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 275716601 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 275716610 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=1799544 CPUtime=1.52
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 26854 0 -1 64 5321 0 0 0 150 2 0 0 17 0 13 0 275716610 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27536/tid=27546] ppid=27534 vsize=1799544 CPUtime=1.6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 26854 0 -1 64 5839 0 0 0 157 3 0 0 16 0 13 0 275716610 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 275716610 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 26854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 275716610 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=1799544 CPUtime=0
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 26854 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 275729907 1842733056 114423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1799544

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

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

[startup+1763.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 27556
/proc/meminfo: memFree=1338832/2055920 swapFree=4145492/4192956
[pid=27536] ppid=27534 vsize=0 CPUtime=1800.11
/proc/27536/stat : 27536 (java) Z 27534 27536 26854 0 -1 1036 129260 0 1 0 179912 99 0 0 16 0 2 0 275716595 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27536/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.33
CPU time (s): 1800.14
CPU user time (s): 1799.13
CPU system time (s): 1.00885
CPU usage (%): 102.087
Max. virtual memory (cumulated for all children) (KiB): 1800900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129260
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44038
involuntary context switches= 47184

runsolver used 1.81672 second user time and 4.63129 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  1 05:19:50 UTC 2007

IDJOB= 430601
IDBENCH= 47992
IDSOLVER= 160
FILE ID= node9/430601-1177996790

PBS_JOBID= 4728249

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=59-P1=23-P2=29-P3=41-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430601-1177996790/sat4jPseudoCP.jar /tmp/evaluation/430601-1177996790/instance-430601-1177996790.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-430601-1177996790 -o ROOT/results/node9/solver-430601-1177996790 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430601-1177996790/sat4jPseudoCP.jar /tmp/evaluation/430601-1177996790/instance-430601-1177996790.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a7aa500b12a2568dbdf92804131d86d2

RANDOM SEED= 23691294

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1793912 kB
Buffers:         38632 kB
Cached:         135008 kB
SwapCached:      15332 kB
Active:          69460 kB
Inactive:       127336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793912 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          30300 kB
Slab:            50680 kB
Committed_AS:  6776544 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node9 on Tue May  1 05:49:16 UTC 2007