Trace number 1856730

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)110 1800.31 1759.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark26.176
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	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-1856730-1244923223.opb
0.21/0.22	c reading problem ... 
0.21/0.27	c ... done. Wall clock time 0.046s.
0.21/0.27	c #vars     94
0.21/0.27	c #constraints  8
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
2.58/1.58	c SATISFIABLE
2.58/1.58	c OPTIMIZING...
2.58/1.58	c Got one! Elapsed wall clock time (in seconds):1.355
2.58/1.58	o 816
4.58/2.55	c Got one! Elapsed wall clock time (in seconds):2.332
4.58/2.55	o 693
5.15/3.09	c Got one! Elapsed wall clock time (in seconds):2.868
5.15/3.09	o 673
5.70/3.51	c Got one! Elapsed wall clock time (in seconds):3.29
5.70/3.51	o 648
6.31/4.17	c Got one! Elapsed wall clock time (in seconds):3.947
6.31/4.17	o 646
7.76/5.54	c Got one! Elapsed wall clock time (in seconds):5.314
7.76/5.54	o 623
12.43/9.84	c Got one! Elapsed wall clock time (in seconds):9.621
12.43/9.84	o 591
14.23/11.68	c Got one! Elapsed wall clock time (in seconds):11.458
14.23/11.68	o 590
15.65/13.02	c Got one! Elapsed wall clock time (in seconds):12.801
15.65/13.02	o 577
17.65/14.85	c Got one! Elapsed wall clock time (in seconds):14.631
17.65/14.85	o 569
18.96/16.16	c Got one! Elapsed wall clock time (in seconds):15.941
18.96/16.16	o 564
22.91/20.07	c Got one! Elapsed wall clock time (in seconds):19.853
22.91/20.08	o 369
24.83/21.99	c Got one! Elapsed wall clock time (in seconds):21.766
24.83/21.99	o 366
34.07/31.13	c Got one! Elapsed wall clock time (in seconds):30.908
34.07/31.13	o 359
36.70/33.79	c Got one! Elapsed wall clock time (in seconds):33.565
36.70/33.79	o 344
41.31/38.38	c Got one! Elapsed wall clock time (in seconds):38.154
41.31/38.38	o 320
52.87/49.70	c Got one! Elapsed wall clock time (in seconds):49.477
52.87/49.70	o 319
57.89/54.77	c Got one! Elapsed wall clock time (in seconds):54.549
57.89/54.77	o 290
69.65/66.49	c Got one! Elapsed wall clock time (in seconds):66.264
69.65/66.49	o 288
192.42/188.19	c Got one! Elapsed wall clock time (in seconds):187.972
192.42/188.19	o 233
209.69/205.24	c Got one! Elapsed wall clock time (in seconds):205.022
209.69/205.24	o 219
248.89/244.02	c Got one! Elapsed wall clock time (in seconds):243.799
248.89/244.02	o 214
282.25/277.05	c Got one! Elapsed wall clock time (in seconds):276.83
282.25/277.05	o 210
303.90/298.45	c Got one! Elapsed wall clock time (in seconds):298.226
303.90/298.45	o 156
322.09/316.47	c Got one! Elapsed wall clock time (in seconds):316.251
322.09/316.47	o 144
332.22/326.43	c Got one! Elapsed wall clock time (in seconds):326.203
332.22/326.43	o 142
343.06/337.13	c Got one! Elapsed wall clock time (in seconds):336.912
343.06/337.13	o 131
358.44/352.36	c Got one! Elapsed wall clock time (in seconds):352.137
358.44/352.36	o 130
377.09/370.71	c Got one! Elapsed wall clock time (in seconds):370.487
377.09/370.71	o 125
449.00/441.68	c Got one! Elapsed wall clock time (in seconds):441.46
449.00/441.68	o 124
461.18/453.67	c Got one! Elapsed wall clock time (in seconds):453.447
461.18/453.67	o 114
471.64/463.94	c Got one! Elapsed wall clock time (in seconds):463.721
471.64/463.94	o 110
1800.06/1759.21	c starts		: 100
1800.06/1759.21	c conflicts		: 22928
1800.06/1759.21	c decisions		: 30496
1800.06/1759.21	c propagations		: 184439
1800.06/1759.21	c inspects		: 684268223
1800.06/1759.21	c learnt literals	: 0
1800.06/1759.21	c learnt binary clauses	: 0
1800.06/1759.21	c learnt ternary clauses	: 0
1800.06/1759.21	c learnt clauses	: 22927
1800.06/1759.21	c ignored clauses	: 0
1800.06/1759.21	c root simplifications	: 0
1800.06/1759.21	c removed literals (reason simplification)	: 0
1800.06/1759.21	c reason swapping (by a shorter reason)	: 0
1800.06/1759.21	c Calls to reduceDB	: 0
1800.06/1759.21	c speed (assignments/second)	: 142.3943597816361
1800.06/1759.21	c non guided choices	351
1800.06/1759.27	c learnt constraints type 
1800.06/1759.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 82
1800.06/1759.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22846
1800.06/1759.27	c constraints type 
1800.06/1759.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.06/1759.27	s SATISFIABLE
1800.06/1759.27	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 
1800.06/1759.27	c objective function=110
1800.06/1759.27	c Total wall clock time (in seconds): 1759.053

Verifier Data

OK	110

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856730-1244923223/watcher-1856730-1244923223 -o /tmp/evaluation-result-1856730-1244923223/solver-1856730-1244923223 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856730-1244923223.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 9753
/proc/meminfo: memFree=1432168/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=18576 CPUtime=0
/proc/9753/stat : 9753 (runsolver) R 9751 9753 9537 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159921571 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9753/statm: 4644 284 249 26 0 2626 0

[startup+0.0498001 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9753
/proc/meminfo: memFree=1432168/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1469440 CPUtime=0.03
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 3102 0 1 0 2 1 0 0 18 0 5 0 159921571 1504706560 2849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 367360 2849 973 9 0 364711 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469440

[startup+0.101807 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9753
/proc/meminfo: memFree=1432168/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1472584 CPUtime=0.08
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 3586 0 1 0 7 1 0 0 18 0 12 0 159921571 1507926016 3329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 368146 3329 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301828 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9753
/proc/meminfo: memFree=1432168/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1475332 CPUtime=0.33
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 5055 0 1 0 31 2 0 0 18 0 13 0 159921571 1510739968 4792 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 368833 4792 1346 9 0 366176 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475332

[startup+0.701872 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9753
/proc/meminfo: memFree=1432168/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1479196 CPUtime=1.01
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 8604 0 1 0 98 3 0 0 18 0 13 0 159921571 1514696704 7607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 369799 7607 1395 9 0 367142 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1479196

[startup+1.50296 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 9766
/proc/meminfo: memFree=1397568/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1494336 CPUtime=2.58
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 21669 0 1 0 249 9 0 0 18 0 13 0 159921571 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 373584 16187 1413 9 0 370927 0
[pid=9753/tid=9755] ppid=9751 vsize=1494336 CPUtime=0.95
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 10629 0 1 0 91 4 0 0 18 0 13 0 159921573 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4109136546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 159921575 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 159921575 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159921576 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 159921577 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 159921577 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1494336 CPUtime=1.01
/proc/9753/task/9762/stat : 9762 (java) R 9751 9753 9537 0 -1 64 6351 0 0 0 98 3 0 0 20 0 13 0 159921581 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 106122204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1494336 CPUtime=0.6
/proc/9753/task/9763/stat : 9763 (java) R 9751 9753 9537 0 -1 64 3944 0 0 0 59 1 0 0 19 0 13 0 159921581 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 103828661 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1494336 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1530200064 16187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1494336

[startup+3.10214 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 9766
/proc/meminfo: memFree=1337472/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1494252 CPUtime=5.3
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 44613 0 1 0 510 20 0 0 18 0 13 0 159921571 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 373563 37339 1430 9 0 370906 0
[pid=9753/tid=9755] ppid=9751 vsize=1494252 CPUtime=2.28
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 30980 0 1 0 215 13 0 0 19 0 13 0 159921573 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4109440243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 211 0 0 0 0 0 0 0 16 0 13 0 159921575 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 193 0 0 0 0 0 0 0 16 0 13 0 159921575 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921576 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1494252 CPUtime=1.65
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7303 0 0 0 162 3 0 0 16 0 13 0 159921581 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1494252 CPUtime=1.32
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 5173 0 0 0 130 2 0 0 16 0 13 0 159921581 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1494252 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1530114048 37339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 1494252

[startup+6.30268 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 9766
/proc/meminfo: memFree=1281280/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1494092 CPUtime=8.62
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 49467 0 1 0 840 22 0 0 18 0 13 0 159921571 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 373523 42121 1430 9 0 370866 0
[pid=9753/tid=9755] ppid=9751 vsize=1494092 CPUtime=5.39
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 33086 0 1 0 525 14 0 0 22 0 13 0 159921573 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4110010495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1494092 CPUtime=0.06
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 1645 0 0 0 6 0 0 0 16 0 13 0 159921575 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1494092 CPUtime=0.05
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 1479 0 0 0 5 0 0 0 16 0 13 0 159921575 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 159921576 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1494092 CPUtime=1.65
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7304 0 0 0 162 3 0 0 16 0 13 0 159921581 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1494092 CPUtime=1.42
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 5180 0 0 0 140 2 0 0 16 0 13 0 159921581 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1494092 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1529950208 42121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1494092

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 9766
/proc/meminfo: memFree=1251968/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1489576 CPUtime=15.34
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 56434 0 1 0 1509 25 0 0 18 0 13 0 159921571 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 372394 46343 1430 9 0 369737 0
[pid=9753/tid=9755] ppid=9751 vsize=1489576 CPUtime=11.63
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 35459 0 1 0 1148 15 0 0 22 0 13 0 159921573 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4109486096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1489576 CPUtime=0.13
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 3298 0 0 0 13 0 0 0 16 0 13 0 159921575 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1489576 CPUtime=0.13
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 3150 0 0 0 11 2 0 0 16 0 13 0 159921575 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 159921576 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1489576 CPUtime=1.77
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7315 0 0 0 174 3 0 0 16 0 13 0 159921581 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1489576 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 13 0 159921581 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1489576 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1525325824 46343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 1489576

[startup+25.5028 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 9766
/proc/meminfo: memFree=1247488/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1486504 CPUtime=28.47
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 58925 0 1 0 2820 27 0 0 18 0 13 0 159921571 1522180096 47411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 371626 47411 1430 9 0 368969 0
[pid=9753/tid=9755] ppid=9751 vsize=1486504 CPUtime=24.34
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 35531 0 1 0 2419 15 0 0 25 0 13 0 159921573 1522180096 47411 1992294400 134512640 134550932 4294956000 18446744073709551615 4109486094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1486504 CPUtime=0.23
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 4005 0 0 0 22 1 0 0 16 0 13 0 159921575 1522180096 47411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1486504 CPUtime=0.21
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 4350 0 0 0 19 2 0 0 16 0 13 0 159921575 1522180096 47411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1486504 CPUtime=0

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

[pid=9753] ppid=9751 vsize=1486504 CPUtime=1637.69
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 100184 0 1 0 163608 161 0 0 18 0 13 0 159921571 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 371626 86464 1434 9 0 368969 0
[pid=9753/tid=9755] ppid=9751 vsize=1486504 CPUtime=1566.79
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 36908 0 1 0 156657 22 0 0 24 0 13 0 159921573 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4109489000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1486504 CPUtime=33.36
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 23526 0 0 0 3273 63 0 0 16 0 13 0 159921575 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1486504 CPUtime=33.42
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 24702 0 0 0 3289 53 0 0 17 0 13 0 159921575 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1486504 CPUtime=0.32
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 35 0 0 0 20 12 0 0 15 0 13 0 159921576 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1486504 CPUtime=2.1
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7831 0 0 0 206 4 0 0 16 0 13 0 159921581 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1486504 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 13 0 159921581 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1522180096 86464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1637.69
Current children cumulated vsize (KiB) 1486504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9772
/proc/meminfo: memFree=1084992/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1486504 CPUtime=1699.69
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 101537 0 1 0 169801 168 0 0 18 0 13 0 159921571 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 371626 87762 1434 9 0 368969 0
[pid=9753/tid=9755] ppid=9751 vsize=1486504 CPUtime=1624.71
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 36960 0 1 0 162448 23 0 0 25 0 13 0 159921573 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4109883804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1486504 CPUtime=35.41
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 23888 0 0 0 3472 69 0 0 16 0 13 0 159921575 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1486504 CPUtime=35.47
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 25641 0 0 0 3493 54 0 0 17 0 13 0 159921575 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1486504 CPUtime=0.34
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 35 0 0 0 21 13 0 0 15 0 13 0 159921576 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1486504 CPUtime=2.1
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7831 0 0 0 206 4 0 0 16 0 13 0 159921581 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1486504 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 13 0 159921581 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1522180096 87762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1699.69
Current children cumulated vsize (KiB) 1486504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9772
/proc/meminfo: memFree=1081344/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1486504 CPUtime=1761.79
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 102504 0 1 0 176003 176 0 0 18 0 13 0 159921571 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 371626 88672 1434 9 0 368969 0
[pid=9753/tid=9755] ppid=9751 vsize=1486504 CPUtime=1682.51
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 37013 0 1 0 168228 23 0 0 25 0 13 0 159921573 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4109486243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1486504 CPUtime=37.56
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 24465 0 0 0 3685 71 0 0 17 0 13 0 159921575 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1486504 CPUtime=37.61
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 25978 0 0 0 3701 60 0 0 16 0 13 0 159921575 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1486504 CPUtime=0.35
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 35 0 0 0 22 13 0 0 16 0 13 0 159921576 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1486504 CPUtime=2.1
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7831 0 0 0 206 4 0 0 16 0 13 0 159921581 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1486504 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 13 0 159921581 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1522180096 88672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1761.79
Current children cumulated vsize (KiB) 1486504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.2 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 9772
/proc/meminfo: memFree=1079680/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1486504 CPUtime=1800.06
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 102947 0 1 0 179825 181 0 0 18 0 13 0 159921571 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9753/statm: 371626 89081 1434 9 0 368969 0
[pid=9753/tid=9755] ppid=9751 vsize=1486504 CPUtime=1718
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 37047 0 1 0 171777 23 0 0 25 0 13 0 159921573 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4109450067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1486504 CPUtime=38.95
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 24712 0 0 0 3824 71 0 0 16 0 13 0 159921575 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1486504 CPUtime=38.99
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 26140 0 0 0 3834 65 0 0 17 0 13 0 159921575 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1486504 CPUtime=0.35
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 35 0 0 0 22 13 0 0 16 0 13 0 159921576 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159921577 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1486504 CPUtime=2.1
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7831 0 0 0 206 4 0 0 16 0 13 0 159921581 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1486504 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 13 0 159921581 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159921581 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159921581 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1486504 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159921600 1522180096 89081 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1486504

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

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

[startup+1759.31 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 9772
/proc/meminfo: memFree=1079680/2055920 swapFree=4192952/4192956
[pid=9753] ppid=9751 vsize=1487152 CPUtime=1800.23
/proc/9753/stat : 9753 (java) S 9751 9753 9537 0 -1 0 102971 0 1 0 179842 181 0 0 16 0 14 0 159921571 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9753/statm: 371788 89105 1437 9 0 369131 0
[pid=9753/tid=9755] ppid=9751 vsize=1487152 CPUtime=1718.11
/proc/9753/task/9755/stat : 9755 (java) R 9751 9753 9537 0 -1 64 37047 0 1 0 171788 23 0 0 25 0 14 0 159921573 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4109490936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9756] ppid=9751 vsize=1487152 CPUtime=38.95
/proc/9753/task/9756/stat : 9756 (java) S 9751 9753 9537 0 -1 64 24712 0 0 0 3824 71 0 0 16 0 14 0 159921575 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9757] ppid=9751 vsize=1487152 CPUtime=38.99
/proc/9753/task/9757/stat : 9757 (java) S 9751 9753 9537 0 -1 64 26140 0 0 0 3834 65 0 0 17 0 14 0 159921575 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9758] ppid=9751 vsize=1487152 CPUtime=0.35
/proc/9753/task/9758/stat : 9758 (java) S 9751 9753 9537 0 -1 64 35 0 0 0 22 13 0 0 16 0 14 0 159921576 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9759] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9759/stat : 9759 (java) S 9751 9753 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 159921577 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9760] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9760/stat : 9760 (java) S 9751 9753 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 159921577 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9761] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9761/stat : 9761 (java) S 9751 9753 9537 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 159921581 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9762] ppid=9751 vsize=1487152 CPUtime=2.13
/proc/9753/task/9762/stat : 9762 (java) S 9751 9753 9537 0 -1 64 7833 0 0 0 209 4 0 0 16 0 14 0 159921581 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9763] ppid=9751 vsize=1487152 CPUtime=1.61
/proc/9753/task/9763/stat : 9763 (java) S 9751 9753 9537 0 -1 64 6439 0 0 0 159 2 0 0 18 0 14 0 159921581 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9764] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9764/stat : 9764 (java) S 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 159921581 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9753/tid=9765] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9765/stat : 9765 (java) R 9751 9753 9537 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 159921581 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9753/tid=9766] ppid=9751 vsize=1487152 CPUtime=0
/proc/9753/task/9766/stat : 9766 (java) S 9751 9753 9537 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 159921600 1522843648 89105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1487152

Child status: 143
Real time (s): 1759.38
CPU time (s): 1800.31
CPU user time (s): 1798.43
CPU system time (s): 1.88071
CPU usage (%): 102.327
Max. virtual memory (cumulated for all children) (KiB): 1497164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 1.88071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102971
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= 54220
involuntary context switches= 42970

runsolver used 2.20466 second user time and 5.76212 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-13 22:00:23
IDJOB=1856730
IDBENCH=2927
IDSOLVER=681
FILE ID=node35/1856730-1244923223
PBS_JOBID= 9354627
Free space on /tmp= 66204 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_4_30_1.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-1856730-1244923223/watcher-1856730-1244923223 -o /tmp/evaluation-result-1856730-1244923223/solver-1856730-1244923223 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856730-1244923223.opb

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=325358755

node35.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.232
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.232
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:       1432648 kB
Buffers:         65312 kB
Cached:         477664 kB
SwapCached:          4 kB
Active:          43488 kB
Inactive:       513388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432648 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          23744 kB
Slab:            52424 kB
Committed_AS:   130444 kB
PageTables:       1400 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= 66204 MiB
End job on node35 at 2009-06-13 22:29:44