Trace number 1856718

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1SAT (TO)685 1800.16 1787.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_4.opb
MD5SUM8206de06d2228a9d751f3cf3a6d7aa05
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1802.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5104
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.1.1.v20090612
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0_12
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1342000320
0.07/0.15	c Max memory 1344274432
0.07/0.15	c Total memory 1344274432
0.07/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856718-1244922492.opb
0.21/0.22	c reading problem ... 
0.32/0.33	c ... done. Wall clock time 0.115s.
0.32/0.33	c #vars     172
0.32/0.33	c #constraints  14
0.32/0.33	c constraints type 
0.32/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
4.12/2.50	c SATISFIABLE
4.12/2.50	c OPTIMIZING...
4.12/2.50	c Got one! Elapsed wall clock time (in seconds):2.284
4.12/2.50	o 2394
5.32/3.60	c Got one! Elapsed wall clock time (in seconds):3.386
5.32/3.60	o 2203
6.63/4.97	c Got one! Elapsed wall clock time (in seconds):4.754
6.63/4.97	o 2161
8.47/6.76	c Got one! Elapsed wall clock time (in seconds):6.547
8.47/6.77	o 2149
11.29/9.41	c Got one! Elapsed wall clock time (in seconds):9.196
11.29/9.41	o 1947
13.90/12.08	c Got one! Elapsed wall clock time (in seconds):11.861
13.90/12.08	o 1860
18.35/16.46	c Got one! Elapsed wall clock time (in seconds):16.245
18.35/16.46	o 1798
23.97/21.82	c Got one! Elapsed wall clock time (in seconds):21.601
23.97/21.82	o 1786
33.02/30.87	c Got one! Elapsed wall clock time (in seconds):30.648
33.02/30.87	o 1664
45.35/43.18	c Got one! Elapsed wall clock time (in seconds):42.958
45.35/43.18	o 1499
54.58/52.38	c Got one! Elapsed wall clock time (in seconds):52.159
54.58/52.38	o 1483
67.22/64.92	c Got one! Elapsed wall clock time (in seconds):64.707
67.22/64.92	o 1437
84.69/82.31	c Got one! Elapsed wall clock time (in seconds):82.097
84.69/82.31	o 1423
99.49/97.04	c Got one! Elapsed wall clock time (in seconds):96.826
99.49/97.04	o 1417
123.25/120.79	c Got one! Elapsed wall clock time (in seconds):120.577
123.25/120.79	o 1255
178.22/175.58	c Got one! Elapsed wall clock time (in seconds):175.357
178.22/175.58	o 1134
227.29/224.44	c Got one! Elapsed wall clock time (in seconds):224.224
227.29/224.44	o 1105
348.41/345.19	c Got one! Elapsed wall clock time (in seconds):344.97
348.41/345.19	o 1073
378.65/375.28	c Got one! Elapsed wall clock time (in seconds):375.058
378.65/375.28	o 1036
409.32/405.78	c Got one! Elapsed wall clock time (in seconds):405.56
409.32/405.78	o 1020
444.31/440.56	c Got one! Elapsed wall clock time (in seconds):440.345
444.31/440.56	o 872
477.89/473.94	c Got one! Elapsed wall clock time (in seconds):473.72
477.89/473.94	o 804
534.89/530.65	c Got one! Elapsed wall clock time (in seconds):530.429
534.89/530.65	o 775
591.21/586.64	c Got one! Elapsed wall clock time (in seconds):586.417
591.21/586.64	o 767
659.92/654.88	c Got one! Elapsed wall clock time (in seconds):654.659
659.92/654.88	o 744
869.10/861.74	c Got one! Elapsed wall clock time (in seconds):861.521
869.10/861.74	o 685
1800.01/1787.71	c starts		: 63
1800.01/1787.71	c conflicts		: 7037
1800.01/1787.71	c decisions		: 16084
1800.01/1787.71	c propagations		: 73841
1800.01/1787.71	c inspects		: 90194531
1800.01/1787.71	c learnt literals	: 0
1800.01/1787.71	c learnt binary clauses	: 0
1800.01/1787.71	c learnt ternary clauses	: 0
1800.01/1787.71	c learnt clauses	: 7037
1800.01/1787.71	c ignored clauses	: 0
1800.01/1787.71	c root simplifications	: 0
1800.01/1787.71	c removed literals (reason simplification)	: 0
1800.01/1787.71	c reason swapping (by a shorter reason)	: 0
1800.01/1787.71	c Calls to reduceDB	: 0
1800.01/1787.71	c speed (assignments/second)	: 79.7441396842676
1800.01/1787.71	c non guided choices	683
1800.01/1787.73	c learnt constraints type 
1800.01/1787.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 313
1800.01/1787.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6724
1800.01/1787.73	c constraints type 
1800.01/1787.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1800.01/1787.73	s SATISFIABLE
1800.01/1787.73	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 -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 -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 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 x110 -x111 -x112 x113 x114 -x115 -x116 -x117 -x118 x119 -x120 x121 x122 x123 -x124 -x125 -x126 -x127 x128 x129 -x130 -x131 x132 x133 x134 -x135 -x136 -x137 x138 -x139 -x140 x141 x142 x143 -x144 -x145 x146 -x147 x148 x149 -x150 x151 x152 x153 -x154 x155 -x156 -x157 x158 -x159 -x160 x161 x162 -x163 x164 x165 x166 x167 -x168 x169 -x170 -x171 -x172 
1800.01/1787.73	c objective function=685
1800.01/1787.73	c Total wall clock time (in seconds): 1787.514

Verifier Data

OK	685

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856718-1244922492/watcher-1856718-1244922492 -o /tmp/evaluation-result-1856718-1244922492/solver-1856718-1244922492 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856718-1244922492.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11171
/proc/meminfo: memFree=1687096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=152 CPUtime=0
/proc/11171/stat : 11171 (java6) D 11169 11171 11000 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 159849801 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11171/statm: 38 26 19 9 0 4 0

[startup+0.073464 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11171
/proc/meminfo: memFree=1687096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1471244 CPUtime=0.05
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 3362 0 1 0 3 2 0 0 18 0 7 0 159849801 1506553856 3107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 367811 3107 1031 9 0 365162 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1471244

[startup+0.101466 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11171
/proc/meminfo: memFree=1687096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1473608 CPUtime=0.07
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 3600 0 1 0 5 2 0 0 18 0 12 0 159849801 1508974592 3343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 368402 3343 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1473608

[startup+0.301489 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11171
/proc/meminfo: memFree=1687096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1474880 CPUtime=0.32
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 5012 0 1 0 29 3 0 0 18 0 12 0 159849801 1510277120 4750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 368720 4750 1353 9 0 366063 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474880

[startup+0.701533 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11171
/proc/meminfo: memFree=1687096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1478668 CPUtime=1
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 8593 0 1 0 95 5 0 0 18 0 13 0 159849801 1514156032 7544 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 369667 7545 1395 9 0 367010 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1478668

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 11184
/proc/meminfo: memFree=1652496/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1493140 CPUtime=2.55
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 19621 0 1 0 231 24 0 0 18 0 13 0 159849801 1528975360 13923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 373285 13923 1418 9 0 370628 0
[pid=11171/tid=11173] ppid=11169 vsize=1493140 CPUtime=0.68
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 8291 0 1 0 63 5 0 0 18 0 13 0 159849803 1528975360 13924 1992294400 134512640 134550932 4294956000 18446744073709551615 4109478832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159849804 1528975360 13925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 159849804 1528975360 13926 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1493140 CPUtime=0.2
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 2 0 0 0 7 13 0 0 16 0 13 0 159849806 1528975360 13926 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 159849806 1528975360 13927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 159849806 1528975360 13928 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1528975360 13929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1493140 CPUtime=0.73
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4540 0 0 0 71 2 0 0 17 0 13 0 159849811 1528975360 13929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1493140 CPUtime=0.9
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 6046 0 0 0 88 2 0 0 19 0 13 0 159849811 1528975360 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1528975360 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159849811 1528975360 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1528975360 13931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1493140

[startup+3.10282 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 11184
/proc/meminfo: memFree=1598544/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1493140 CPUtime=4.79
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 45096 0 1 0 445 34 0 0 18 0 13 0 159849801 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 373285 37105 1432 9 0 370628 0
[pid=11171/tid=11173] ppid=11169 vsize=1493140 CPUtime=1.95
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 30965 0 1 0 182 13 0 0 25 0 13 0 159849803 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4109472224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 197 0 0 0 0 0 0 0 16 0 13 0 159849804 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 207 0 0 0 0 0 0 0 16 0 13 0 159849804 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1493140 CPUtime=0.2
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 10 0 0 0 7 13 0 0 16 0 13 0 159849806 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1493140 CPUtime=1.17
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4664 0 0 0 115 2 0 0 16 0 13 0 159849811 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1493140 CPUtime=1.41
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 8311 0 0 0 138 3 0 0 16 0 13 0 159849811 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159849811 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1493140 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1528975360 37105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1493140

[startup+6.30218 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11184
/proc/meminfo: memFree=1540240/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488756 CPUtime=8.06
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 48493 0 1 0 770 36 0 0 18 0 13 0 159849801 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372189 39325 1432 9 0 369532 0
[pid=11171/tid=11173] ppid=11169 vsize=1488756 CPUtime=5.07
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 30972 0 1 0 494 13 0 0 18 0 13 0 159849803 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4109472263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488756 CPUtime=0.06
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 1844 0 0 0 5 1 0 0 16 0 13 0 159849804 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488756 CPUtime=0.05
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 1927 0 0 0 4 1 0 0 16 0 13 0 159849804 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488756 CPUtime=0.2
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 30 0 0 0 7 13 0 0 15 0 13 0 159849806 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488756 CPUtime=1.2
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4666 0 0 0 118 2 0 0 16 0 13 0 159849811 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488756 CPUtime=1.41
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 8311 0 0 0 138 3 0 0 17 0 13 0 159849811 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488756 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524486144 39325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 1488756

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11184
/proc/meminfo: memFree=1506448/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488308 CPUtime=14.6
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 56175 0 1 0 1420 40 0 0 18 0 13 0 159849801 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372077 46535 1432 9 0 369420 0
[pid=11171/tid=11173] ppid=11169 vsize=1488308 CPUtime=11.37
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 34406 0 1 0 1122 15 0 0 25 0 13 0 159849803 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4109596461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488308 CPUtime=0.12
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 3894 0 0 0 11 1 0 0 16 0 13 0 159849804 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488308 CPUtime=0.12
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 4115 0 0 0 10 2 0 0 16 0 13 0 159849804 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488308 CPUtime=0.2
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 30 0 0 0 7 13 0 0 17 0 13 0 159849806 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488308 CPUtime=1.29
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 127 2 0 0 16 0 13 0 159849811 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488308 CPUtime=1.43
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 8311 0 0 0 140 3 0 0 16 0 13 0 159849811 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488308 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524027392 46535 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1488308

[startup+25.5014 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 11184
/proc/meminfo: memFree=1494864/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1492336 CPUtime=27.68
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 60464 0 1 0 2726 42 0 0 18 0 13 0 159849801 1528152064 49207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 373084 49207 1432 9 0 370427 0
[pid=11171/tid=11173] ppid=11169 vsize=1492336 CPUtime=24.06
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 34417 0 1 0 2391 15 0 0 25 0 13 0 159849803 1528152064 49207 1992294400 134512640 134550932 4294956000 18446744073709551615 4109806308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1492336 CPUtime=0.17
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 5010 0 0 0 15 2 0 0 16 0 13 0 159849804 1528152064 49207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1492336 CPUtime=0.16
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 5326 0 0 0 14 2 0 0 16 0 13 0 159849804 1528152064 49207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1492336 CPUtime=0.21

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

[pid=11171/tid=11176] ppid=11169 vsize=1488976 CPUtime=0.44
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 36 0 0 0 23 21 0 0 16 0 13 0 159849806 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488976 CPUtime=1.41
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 139 2 0 0 17 0 13 0 159849811 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488976 CPUtime=1.98
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 11664 0 0 0 193 5 0 0 17 0 13 0 159849811 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524711424 114563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.03
Current children cumulated vsize (KiB) 1488976

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11192
/proc/meminfo: memFree=1225680/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488976 CPUtime=1673.21
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 138628 0 1 0 167214 107 0 0 18 0 13 0 159849801 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372244 116239 1436 9 0 369587 0
[pid=11171/tid=11173] ppid=11169 vsize=1488976 CPUtime=1650.74
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 35347 0 1 0 165054 20 0 0 25 0 13 0 159849803 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4109484768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488976 CPUtime=9.28
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 44105 0 0 0 903 25 0 0 17 0 13 0 159849804 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488976 CPUtime=9.28
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 42057 0 0 0 899 29 0 0 16 0 13 0 159849804 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488976 CPUtime=0.44
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 36 0 0 0 23 21 0 0 16 0 13 0 159849806 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488976 CPUtime=1.41
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 139 2 0 0 17 0 13 0 159849811 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488976 CPUtime=1.98
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 11664 0 0 0 193 5 0 0 17 0 13 0 159849811 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524711424 116239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.21
Current children cumulated vsize (KiB) 1488976

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11192
/proc/meminfo: memFree=1220752/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488976 CPUtime=1733.36
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 139933 0 1 0 173228 108 0 0 18 0 13 0 159849801 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372244 117458 1436 9 0 369587 0
[pid=11171/tid=11173] ppid=11169 vsize=1488976 CPUtime=1710.54
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 35358 0 1 0 171033 21 0 0 25 0 13 0 159849803 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4109457988 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488976 CPUtime=9.45
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 44574 0 0 0 920 25 0 0 16 0 13 0 159849804 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488976 CPUtime=9.46
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 42882 0 0 0 916 30 0 0 16 0 13 0 159849804 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488976 CPUtime=0.45
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 36 0 0 0 24 21 0 0 16 0 13 0 159849806 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488976 CPUtime=1.41
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 139 2 0 0 17 0 13 0 159849811 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488976 CPUtime=1.98
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 11664 0 0 0 193 5 0 0 17 0 13 0 159849811 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524711424 117458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.36
Current children cumulated vsize (KiB) 1488976

[startup+1782.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 11192
/proc/meminfo: memFree=1214096/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488976 CPUtime=1794.46
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 141649 0 1 0 179335 111 0 0 18 0 13 0 159849801 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372244 119089 1436 9 0 369587 0
[pid=11171/tid=11173] ppid=11169 vsize=1488976 CPUtime=1769.35
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 35433 0 1 0 176914 21 0 0 25 0 13 0 159849803 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488976 CPUtime=10.58
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 45430 0 0 0 1032 26 0 0 16 0 13 0 159849804 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488976 CPUtime=10.6
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 43667 0 0 0 1028 32 0 0 16 0 13 0 159849804 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488976 CPUtime=0.47
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 36 0 0 0 25 22 0 0 15 0 13 0 159849806 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488976 CPUtime=1.41
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 139 2 0 0 17 0 13 0 159849811 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488976 CPUtime=1.98
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 11664 0 0 0 193 5 0 0 17 0 13 0 159849811 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524711424 119089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (KiB) 1488976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 11192
/proc/meminfo: memFree=1213776/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=1488976 CPUtime=1800.01
/proc/11171/stat : 11171 (java) S 11169 11171 11000 0 -1 0 141768 0 1 0 179889 112 0 0 18 0 13 0 159849801 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 372244 119182 1436 9 0 369587 0
[pid=11171/tid=11173] ppid=11169 vsize=1488976 CPUtime=1774.61
/proc/11171/task/11173/stat : 11173 (java) R 11169 11171 11000 0 -1 64 35442 0 1 0 177440 21 0 0 25 0 13 0 159849803 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11174] ppid=11169 vsize=1488976 CPUtime=10.71
/proc/11171/task/11174/stat : 11174 (java) S 11169 11171 11000 0 -1 64 45479 0 0 0 1045 26 0 0 16 0 13 0 159849804 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11175] ppid=11169 vsize=1488976 CPUtime=10.74
/proc/11171/task/11175/stat : 11175 (java) S 11169 11171 11000 0 -1 64 43728 0 0 0 1042 32 0 0 17 0 13 0 159849804 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11176] ppid=11169 vsize=1488976 CPUtime=0.47
/proc/11171/task/11176/stat : 11176 (java) S 11169 11171 11000 0 -1 64 36 0 0 0 25 22 0 0 15 0 13 0 159849806 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11177] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11177/stat : 11177 (java) S 11169 11171 11000 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11178] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11178/stat : 11178 (java) S 11169 11171 11000 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159849806 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11179] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11179/stat : 11179 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159849811 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11180] ppid=11169 vsize=1488976 CPUtime=1.41
/proc/11171/task/11180/stat : 11180 (java) S 11169 11171 11000 0 -1 64 4676 0 0 0 139 2 0 0 17 0 13 0 159849811 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11171/tid=11181] ppid=11169 vsize=1488976 CPUtime=1.98
/proc/11171/task/11181/stat : 11181 (java) S 11169 11171 11000 0 -1 64 11664 0 0 0 193 5 0 0 17 0 13 0 159849811 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11182] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11182/stat : 11182 (java) S 11169 11171 11000 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 159849811 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11183] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11183/stat : 11183 (java) S 11169 11171 11000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159849811 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11171/tid=11184] ppid=11169 vsize=1488976 CPUtime=0
/proc/11171/task/11184/stat : 11184 (java) S 11169 11171 11000 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159849836 1524711424 119182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1488976

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

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

[startup+1787.81 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 11192
/proc/meminfo: memFree=1213776/2055920 swapFree=4192812/4192956
[pid=11171] ppid=11169 vsize=0 CPUtime=1800.13
/proc/11171/stat : 11171 (java) Z 11169 11171 11000 0 -1 1036 141791 0 1 0 179895 118 0 0 16 0 2 0 159849801 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11171/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.83
CPU time (s): 1800.16
CPU user time (s): 1798.96
CPU system time (s): 1.20082
CPU usage (%): 100.689
Max. virtual memory (cumulated for all children) (KiB): 1495880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.20082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141791
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= 47223
involuntary context switches= 21362

runsolver used 1.88671 second user time and 5.19721 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-13 21:48:12
IDJOB=1856718
IDBENCH=2921
IDSOLVER=681
FILE ID=node11/1856718-1244922492
PBS_JOBID= 9354626
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_4.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856718-1244922492/watcher-1856718-1244922492 -o /tmp/evaluation-result-1856718-1244922492/solver-1856718-1244922492 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856718-1244922492.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8206de06d2228a9d751f3cf3a6d7aa05
RANDOM SEED=957813524

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
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.234
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:       1687576 kB
Buffers:         51060 kB
Cached:         240452 kB
SwapCached:        140 kB
Active:          44436 kB
Inactive:       260672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          23244 kB
Slab:            49124 kB
Committed_AS:   126664 kB
PageTables:       1452 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= 66236 MiB
End job on node11 at 2009-06-13 22:18:02