Trace number 1856692

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)240 1800.23 1795.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856692-1244921078.opb
0.22/0.22	c reading problem ... 
0.33/0.30	c ... done. Wall clock time 0.082s.
0.33/0.30	c #vars     146
0.33/0.30	c #constraints  12
0.33/0.30	c constraints type 
0.33/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
3.77/2.20	c SATISFIABLE
3.77/2.20	c OPTIMIZING...
3.77/2.20	c Got one! Elapsed wall clock time (in seconds):1.984
3.96/2.20	o 1872
4.90/2.93	c Got one! Elapsed wall clock time (in seconds):2.708
4.90/2.93	o 1378
5.73/3.75	c Got one! Elapsed wall clock time (in seconds):3.53
5.73/3.75	o 1344
6.96/4.97	c Got one! Elapsed wall clock time (in seconds):4.749
6.96/4.97	o 1228
9.91/7.80	c Got one! Elapsed wall clock time (in seconds):7.582
9.91/7.80	o 1148
11.96/9.89	c Got one! Elapsed wall clock time (in seconds):9.669
11.96/9.89	o 957
15.20/13.06	c Got one! Elapsed wall clock time (in seconds):12.84
15.20/13.06	o 878
19.48/17.28	c Got one! Elapsed wall clock time (in seconds):17.067
19.48/17.29	o 869
22.21/19.95	c Got one! Elapsed wall clock time (in seconds):19.736
22.21/19.95	o 866
39.89/37.58	c Got one! Elapsed wall clock time (in seconds):37.366
39.89/37.58	o 865
48.80/46.22	c Got one! Elapsed wall clock time (in seconds):45.999
48.80/46.22	o 849
54.94/52.33	c Got one! Elapsed wall clock time (in seconds):52.114
54.94/52.33	o 803
63.47/60.82	c Got one! Elapsed wall clock time (in seconds):60.604
63.47/60.82	o 789
69.91/67.29	c Got one! Elapsed wall clock time (in seconds):67.075
69.91/67.29	o 767
82.72/79.91	c Got one! Elapsed wall clock time (in seconds):79.692
82.72/79.91	o 747
97.39/94.56	c Got one! Elapsed wall clock time (in seconds):94.344
97.39/94.56	o 723
105.14/102.27	c Got one! Elapsed wall clock time (in seconds):102.05
105.14/102.27	o 713
117.59/114.69	c Got one! Elapsed wall clock time (in seconds):114.469
117.59/114.69	o 640
153.57/150.37	c Got one! Elapsed wall clock time (in seconds):150.148
153.57/150.37	o 625
165.85/162.58	c Got one! Elapsed wall clock time (in seconds):162.366
165.85/162.58	o 617
272.25/268.50	c Got one! Elapsed wall clock time (in seconds):268.28
272.25/268.50	o 596
340.36/336.39	c Got one! Elapsed wall clock time (in seconds):336.176
340.36/336.39	o 244
588.49/584.00	c Got one! Elapsed wall clock time (in seconds):583.784
588.49/584.00	o 240
1800.01/1795.12	c starts		: 54
1800.01/1795.12	c conflicts		: 4455
1800.01/1795.12	c decisions		: 11880
1800.01/1795.12	c propagations		: 51312
1800.01/1795.12	c inspects		: 48066805
1800.01/1795.12	c learnt literals	: 0
1800.01/1795.12	c learnt binary clauses	: 0
1800.01/1795.12	c learnt ternary clauses	: 0
1800.01/1795.12	c learnt clauses	: 4454
1800.01/1795.12	c ignored clauses	: 0
1800.01/1795.12	c root simplifications	: 0
1800.01/1795.12	c removed literals (reason simplification)	: 0
1800.01/1795.12	c reason swapping (by a shorter reason)	: 0
1800.01/1795.12	c Calls to reduceDB	: 0
1800.01/1795.12	c speed (assignments/second)	: 42.36750041490624
1800.01/1795.12	c non guided choices	501
1800.01/1795.13	c learnt constraints type 
1800.01/1795.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.01/1795.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4405
1800.01/1795.13	c constraints type 
1800.01/1795.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.01/1795.13	s SATISFIABLE
1800.01/1795.13	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 
1800.01/1795.13	c objective function=240
1800.01/1795.13	c Total wall clock time (in seconds): 1794.913

Verifier Data

OK	240

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856692-1244921078/watcher-1856692-1244921078 -o /tmp/evaluation-result-1856692-1244921078/solver-1856692-1244921078 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856692-1244921078.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 13360
/proc/meminfo: memFree=1348824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=152 CPUtime=0
/proc/13360/stat : 13360 (java6) R 13358 13360 13323 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 159707525 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/13360/statm: 38 26 19 9 0 4 0

[startup+0.0407941 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13360
/proc/meminfo: memFree=1348824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1468752 CPUtime=0.02
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 3001 0 1 0 1 1 0 0 18 0 4 0 159707525 1504002048 2748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 367188 2748 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13360
/proc/meminfo: memFree=1348824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1472584 CPUtime=0.09
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 3602 0 1 0 7 2 0 0 18 0 12 0 159707525 1507926016 3345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301838 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13360
/proc/meminfo: memFree=1348824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1475004 CPUtime=0.33
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 5020 0 1 0 31 2 0 0 18 0 12 0 159707525 1510404096 4757 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 368751 4757 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475004

[startup+0.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13360
/proc/meminfo: memFree=1348824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1478908 CPUtime=1.02
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 8299 0 1 0 98 4 0 0 18 0 13 0 159707525 1514401792 7274 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 369727 7274 1395 9 0 367070 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1478908

[startup+1.50303 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 13373
/proc/meminfo: memFree=1315632/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1493608 CPUtime=2.56
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 22205 0 1 0 246 10 0 0 18 0 13 0 159707525 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 373402 16200 1411 9 0 370745 0
[pid=13360/tid=13362] ppid=13358 vsize=1493608 CPUtime=0.9
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 10503 0 1 0 85 5 0 0 18 0 13 0 159707527 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4109131940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159707528 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159707528 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159707530 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 159707530 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159707530 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1493608 CPUtime=0.75
/proc/13360/task/13369/stat : 13369 (java) R 13358 13360 13323 0 -1 64 5390 0 0 0 74 1 0 0 19 0 13 0 159707535 1529454592 16200 1992294400 134512640 134550932 4294956000 18446744073709551615 105498321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1493608 CPUtime=0.88
/proc/13360/task/13370/stat : 13370 (java) R 13358 13360 13323 0 -1 64 5567 0 0 0 86 2 0 0 19 0 13 0 159707535 1529454592 16201 1992294400 134512640 134550932 4294956000 18446744073709551615 105496163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1529454592 16201 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1529454592 16201 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1493608 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1529454592 16201 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1493608

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 13373
/proc/meminfo: memFree=1249904/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1493380 CPUtime=5.11
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 46305 0 1 0 490 21 0 0 18 0 13 0 159707525 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 373345 37273 1432 9 0 370688 0
[pid=13360/tid=13362] ppid=13358 vsize=1493380 CPUtime=2.31
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 30983 0 1 0 217 14 0 0 23 0 13 0 159707527 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4109454749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 233 0 0 0 0 0 0 0 16 0 13 0 159707528 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 203 0 0 0 0 0 0 0 16 0 13 0 159707528 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159707530 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1493380 CPUtime=1.16
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6677 0 0 0 114 2 0 0 15 0 13 0 159707535 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1493380 CPUtime=1.58
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 7455 0 0 0 155 3 0 0 15 0 13 0 159707535 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1493380 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1529221120 37273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 1493380

[startup+6.30279 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 13373
/proc/meminfo: memFree=1197936/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1493284 CPUtime=8.4
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 48342 0 1 0 817 23 0 0 18 0 13 0 159707525 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 373321 39253 1432 9 0 370664 0
[pid=13360/tid=13362] ppid=13358 vsize=1493284 CPUtime=5.47
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 30989 0 1 0 533 14 0 0 25 0 13 0 159707527 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4109511190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1493284 CPUtime=0.04
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 1199 0 0 0 4 0 0 0 16 0 13 0 159707528 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1493284 CPUtime=0.04
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 1251 0 0 0 4 0 0 0 16 0 13 0 159707528 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 159707530 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1493284 CPUtime=1.16
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6677 0 0 0 114 2 0 0 15 0 13 0 159707535 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1493284 CPUtime=1.63
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 7456 0 0 0 160 3 0 0 16 0 13 0 159707535 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1529122816 39253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1493284

[startup+12.7028 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 13373
/proc/meminfo: memFree=1164536/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1493284 CPUtime=14.89
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 57168 0 1 0 1463 26 0 0 18 0 13 0 159707525 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 373321 47607 1432 9 0 370664 0
[pid=13360/tid=13362] ppid=13358 vsize=1493284 CPUtime=11.78
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34320 0 1 0 1164 14 0 0 25 0 13 0 159707527 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1493284 CPUtime=0.12
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 4007 0 0 0 10 2 0 0 16 0 13 0 159707528 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1493284 CPUtime=0.11
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 3932 0 0 0 10 1 0 0 16 0 13 0 159707528 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 159707530 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1493284 CPUtime=1.18
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 116 2 0 0 15 0 13 0 159707535 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1493284 CPUtime=1.63
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 7456 0 0 0 160 3 0 0 16 0 13 0 159707535 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1493284 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1529122816 47607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 1493284

[startup+25.5029 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 13373
/proc/meminfo: memFree=1161016/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1487460 CPUtime=27.83
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 59633 0 1 0 2755 28 0 0 18 0 13 0 159707525 1523159040 48121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 371865 48121 1432 9 0 369208 0
[pid=13360/tid=13362] ppid=13358 vsize=1487460 CPUtime=24.51
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34334 0 1 0 2437 14 0 0 25 0 13 0 159707527 1523159040 48121 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1487460 CPUtime=0.18
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 5207 0 0 0 15 3 0 0 16 0 13 0 159707528 1523159040 48121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1487460 CPUtime=0.17
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 5183 0 0 0 15 2 0 0 16 0 13 0 159707528 1523159040 48121 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1487460 CPUtime=0

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


[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13375
/proc/meminfo: memFree=1013816/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1487460 CPUtime=1667.18
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 101221 0 1 0 166657 61 0 0 18 0 13 0 159707525 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 371865 84730 1436 9 0 369208 0
[pid=13360/tid=13362] ppid=13358 vsize=1487460 CPUtime=1657.82
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34952 0 1 0 165764 18 0 0 25 0 13 0 159707527 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4109593808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1487460 CPUtime=2.97
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 23446 0 0 0 280 17 0 0 16 0 13 0 159707528 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1487460 CPUtime=2.95
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 27089 0 0 0 281 14 0 0 16 0 13 0 159707528 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1487460 CPUtime=0.09
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 31 0 0 0 7 2 0 0 16 0 13 0 159707530 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1487460 CPUtime=1.23
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 121 2 0 0 16 0 13 0 159707535 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1487460 CPUtime=2.05
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 8280 0 0 0 201 4 0 0 17 0 13 0 159707535 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1523159040 84730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.18
Current children cumulated vsize (KiB) 1487460

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13375
/proc/meminfo: memFree=1011960/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1487460 CPUtime=1727.18
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 101683 0 1 0 172657 61 0 0 18 0 13 0 159707525 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 371865 85190 1436 9 0 369208 0
[pid=13360/tid=13362] ppid=13358 vsize=1487460 CPUtime=1717.79
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34953 0 1 0 171761 18 0 0 25 0 13 0 159707527 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1487460 CPUtime=2.98
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 23906 0 0 0 281 17 0 0 16 0 13 0 159707528 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1487460 CPUtime=2.97
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 27090 0 0 0 283 14 0 0 16 0 13 0 159707528 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1487460 CPUtime=0.1
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 31 0 0 0 8 2 0 0 16 0 13 0 159707530 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1487460 CPUtime=1.23
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 121 2 0 0 16 0 13 0 159707535 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1487460 CPUtime=2.05
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 8280 0 0 0 201 4 0 0 17 0 13 0 159707535 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1523159040 85190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.18
Current children cumulated vsize (KiB) 1487460

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13375
/proc/meminfo: memFree=1008824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1487460 CPUtime=1787.21
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 102461 0 1 0 178659 62 0 0 18 0 13 0 159707525 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 371865 85965 1436 9 0 369208 0
[pid=13360/tid=13362] ppid=13358 vsize=1487460 CPUtime=1777.73
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34956 0 1 0 177755 18 0 0 25 0 13 0 159707527 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4109966590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1487460 CPUtime=3.02
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 24509 0 0 0 285 17 0 0 16 0 13 0 159707528 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1487460 CPUtime=3.02
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 27262 0 0 0 287 15 0 0 16 0 13 0 159707528 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1487460 CPUtime=0.1
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 31 0 0 0 8 2 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1487460 CPUtime=1.23
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 121 2 0 0 16 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1487460 CPUtime=2.05
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 8280 0 0 0 201 4 0 0 17 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.21
Current children cumulated vsize (KiB) 1487460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13375
/proc/meminfo: memFree=1008824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1487460 CPUtime=1800.01
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 102461 0 1 0 179939 62 0 0 18 0 13 0 159707525 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 371865 85965 1436 9 0 369208 0
[pid=13360/tid=13362] ppid=13358 vsize=1487460 CPUtime=1790.53
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34956 0 1 0 179035 18 0 0 25 0 13 0 159707527 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1487460 CPUtime=3.02
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 24509 0 0 0 285 17 0 0 16 0 13 0 159707528 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1487460 CPUtime=3.02
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 27262 0 0 0 287 15 0 0 16 0 13 0 159707528 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1487460 CPUtime=0.1
/proc/13360/task/13365/stat : 13365 (java) S 13358 13360 13323 0 -1 64 31 0 0 0 8 2 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159707530 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13368] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13368/stat : 13368 (java) S 13358 13360 13323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1487460 CPUtime=1.23
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 121 2 0 0 16 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1487460 CPUtime=2.05
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 8280 0 0 0 201 4 0 0 17 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13372] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13372/stat : 13372 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159707535 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1487460 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159707557 1523159040 85965 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1487460

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

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

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13375
/proc/meminfo: memFree=1008824/2055920 swapFree=4192952/4192956
[pid=13360] ppid=13358 vsize=1488108 CPUtime=1800.16
/proc/13360/stat : 13360 (java) S 13358 13360 13323 0 -1 0 102486 0 1 0 179952 64 0 0 16 0 12 0 159707525 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13360/statm: 372027 85989 1437 9 0 369370 0
[pid=13360/tid=13362] ppid=13358 vsize=1488108 CPUtime=1790.64
/proc/13360/task/13362/stat : 13362 (java) R 13358 13360 13323 0 -1 64 34956 0 1 0 179046 18 0 0 25 0 12 0 159707527 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13363] ppid=13358 vsize=1488108 CPUtime=3.02
/proc/13360/task/13363/stat : 13363 (java) S 13358 13360 13323 0 -1 64 24509 0 0 0 285 17 0 0 16 0 12 0 159707528 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13364] ppid=13358 vsize=1488108 CPUtime=3.02
/proc/13360/task/13364/stat : 13364 (java) S 13358 13360 13323 0 -1 64 27262 0 0 0 287 15 0 0 16 0 12 0 159707528 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13365] ppid=13358 vsize=1488108 CPUtime=0.13
/proc/13360/task/13365/stat : 13365 (java) R 13358 13360 13323 0 -1 64 31 0 0 0 9 4 0 0 16 0 12 0 159707530 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 105829962 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13366] ppid=13358 vsize=1488108 CPUtime=0
/proc/13360/task/13366/stat : 13366 (java) S 13358 13360 13323 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 159707530 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13367] ppid=13358 vsize=1488108 CPUtime=0
/proc/13360/task/13367/stat : 13367 (java) S 13358 13360 13323 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159707530 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13369] ppid=13358 vsize=1488108 CPUtime=1.23
/proc/13360/task/13369/stat : 13369 (java) S 13358 13360 13323 0 -1 64 6679 0 0 0 121 2 0 0 16 0 12 0 159707535 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13370] ppid=13358 vsize=1488108 CPUtime=2.05
/proc/13360/task/13370/stat : 13370 (java) S 13358 13360 13323 0 -1 64 8280 0 0 0 201 4 0 0 17 0 12 0 159707535 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13360/tid=13371] ppid=13358 vsize=1488108 CPUtime=0
/proc/13360/task/13371/stat : 13371 (java) S 13358 13360 13323 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159707535 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13360/tid=13373] ppid=13358 vsize=1488108 CPUtime=0
/proc/13360/task/13373/stat : 13373 (java) S 13358 13360 13323 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 159707557 1523822592 85989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1488108

Child status: 143
Real time (s): 1795.28
CPU time (s): 1800.23
CPU user time (s): 1799.53
CPU system time (s): 0.702893
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 1496144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.702893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102486
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= 39979
involuntary context switches= 36139

runsolver used 1.80272 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-13 21:24:38
IDJOB=1856692
IDBENCH=2908
IDSOLVER=681
FILE ID=node26/1856692-1244921078
PBS_JOBID= 9354648
Free space on /tmp= 66436 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_6_50_2.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-1856692-1244921078/watcher-1856692-1244921078 -o /tmp/evaluation-result-1856692-1244921078/solver-1856692-1244921078 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856692-1244921078.opb

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=1789808637

node26.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.263
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	: 5931.00
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.263
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:       1349248 kB
Buffers:         69484 kB
Cached:         552508 kB
SwapCached:          4 kB
Active:          47760 kB
Inactive:       588064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349248 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             536 kB
Writeback:           0 kB
Mapped:          23612 kB
Slab:            56804 kB
Committed_AS:   124108 kB
PageTables:       1372 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= 66432 MiB
End job on node26 at 2009-06-13 21:54:35