Trace number 2660336

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.15 1796.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660336-1276602379.opb
0.23/0.21	c reading problem ... 
0.23/0.29	c ... done. Wall clock time 0.081s.
0.23/0.29	c #vars     61
0.23/0.29	c #constraints  15
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1800.09/1796.32	c starts		: 14
1800.09/1796.32	c conflicts		: 2388
1800.09/1796.32	c decisions		: 3215
1800.09/1796.32	c propagations		: 20299
1800.09/1796.32	c inspects		: 8187038
1800.09/1796.32	c learnt literals	: 0
1800.09/1796.32	c learnt binary clauses	: 0
1800.09/1796.32	c learnt ternary clauses	: 0
1800.09/1796.32	c learnt clauses	: 2387
1800.09/1796.32	c ignored clauses	: 0
1800.09/1796.32	c root simplifications	: 0
1800.09/1796.32	c removed literals (reason simplification)	: 0
1800.09/1796.32	c reason swapping (by a shorter reason)	: 0
1800.09/1796.32	c Calls to reduceDB	: 0
1800.09/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.32	c number of learned constraints concerned by reduction	: 0
1800.09/1796.32	c number of learning phase by resolution	: 0
1800.09/1796.32	c number of learning phase by cutting planes	: 0
1800.09/1796.32	c speed (assignments/second)	: 11.302118277205064
1800.09/1796.32	c non guided choices	27
1800.09/1796.33	c learnt constraints type 
1800.09/1796.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2387
1800.09/1796.33	c constraints type 
1800.09/1796.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1800.09/1796.33	s UNKNOWN
1800.09/1796.33	c Total wall clock time (in seconds): 1796.122

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660336-1276602379/watcher-2660336-1276602379 -o /tmp/evaluation-result-2660336-1276602379/solver-2660336-1276602379 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660336-1276602379.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: 0.92 0.98 0.99 3/106 11208
/proc/meminfo: memFree=1434332/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=248 CPUtime=0
/proc/11208/stat : 11208 (java) R 11206 11208 11183 0 -1 4194304 283 0 0 0 0 0 0 0 20 0 1 0 1528818 253952 29 1992294400 134512640 134550932 4288954368 18446744073709551615 3899988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11208/statm: 62 29 21 10 0 23 0

[startup+0.0377461 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 11208
/proc/meminfo: memFree=1434332/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1520328 CPUtime=0.02
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 3302 0 1 0 1 1 0 0 18 0 4 0 1528818 1556815872 2745 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 380082 2747 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101745 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 11208
/proc/meminfo: memFree=1434332/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1524184 CPUtime=0.08
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 1528818 1560764416 3402 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30174 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 11208
/proc/meminfo: memFree=1434332/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1526544 CPUtime=0.36
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 5374 0 1 0 33 3 0 0 18 0 13 0 1528818 1563181056 4811 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 381636 4811 1359 10 0 378938 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526544

[startup+0.701732 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 11208
/proc/meminfo: memFree=1434332/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1532544 CPUtime=1.17
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 8038 0 1 0 113 4 0 0 18 0 13 0 1528818 1569325056 7183 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 383136 7183 1395 10 0 380438 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1532544

[startup+1.50071 s]
/proc/loadavg: 0.92 0.98 0.99 6/119 11221
/proc/meminfo: memFree=1401120/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1537780 CPUtime=2.75
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 18458 0 1 0 267 8 0 0 18 0 13 0 1528818 1574686720 16323 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 384445 16323 1418 10 0 381747 0
[pid=11208/tid=11210] ppid=11206 vsize=1537780 CPUtime=1.47
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 12472 0 1 0 141 6 0 0 18 0 13 0 1528820 1574686720 16323 1992294400 134512640 134550932 4288954368 18446744073709551615 106548852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 1528821 1574686720 16323 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 1528821 1574686720 16323 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 1528823 1574686720 16323 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 1528823 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 1528823 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1537780 CPUtime=0.66
/proc/11208/task/11217/stat : 11217 (java) R 11206 11208 11183 0 -1 4202560 986 0 0 0 66 0 0 0 25 0 13 0 1528827 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 104152314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1537780 CPUtime=0.6
/proc/11208/task/11218/stat : 11218 (java) R 11206 11208 11183 0 -1 4202560 3933 0 0 0 59 1 0 0 25 0 13 0 1528827 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 104163875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 1528828 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1537780 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1574686720 16324 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1537780

[startup+3.10168 s]
/proc/loadavg: 1.09 1.02 1.01 4/119 11221
/proc/meminfo: memFree=1351272/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1550688 CPUtime=5.94
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 36896 0 1 0 578 16 0 0 18 0 13 0 1528818 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 387672 31627 1424 10 0 384974 0
[pid=11208/tid=11210] ppid=11206 vsize=1550688 CPUtime=2.77
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 24558 0 1 0 266 11 0 0 20 0 13 0 1528820 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4108652708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 1528821 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 1528821 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 1528823 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 1528823 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 1528823 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1550688 CPUtime=1.74
/proc/11208/task/11217/stat : 11217 (java) R 11206 11208 11183 0 -1 4202560 3903 0 0 0 173 1 0 0 25 0 13 0 1528827 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 105600711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1550688 CPUtime=1.4
/proc/11208/task/11218/stat : 11218 (java) R 11206 11208 11183 0 -1 4202560 7368 0 0 0 138 2 0 0 25 0 13 0 1528827 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 104140946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 1528828 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1550688 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1587904512 31627 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1550688

[startup+6.30161 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 11221
/proc/meminfo: memFree=1284436/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1542952 CPUtime=9.3
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 45554 0 1 0 910 20 0 0 18 0 13 0 1528818 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385738 38479 1437 10 0 383040 0
[pid=11208/tid=11210] ppid=11206 vsize=1542952 CPUtime=5.92
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 32103 0 1 0 578 14 0 0 25 0 13 0 1528820 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4109199825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1542952 CPUtime=0.01
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 607 0 0 0 1 0 0 0 18 0 13 0 1528821 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 469 0 0 0 0 0 0 0 18 0 13 0 1528821 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 1528823 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1542952 CPUtime=1.84
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 183 1 0 0 18 0 13 0 1528827 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1542952 CPUtime=1.48
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7382 0 0 0 146 2 0 0 20 0 13 0 1528827 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 1528828 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1579982848 38479 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 1542952

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 11221
/proc/meminfo: memFree=1273276/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1542952 CPUtime=15.74
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 51346 0 1 0 1552 22 0 0 18 0 13 0 1528818 1579982848 44246 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385738 44247 1437 10 0 383040 0
[pid=11208/tid=11210] ppid=11206 vsize=1542952 CPUtime=12.28
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 34987 0 1 0 1213 15 0 0 25 0 13 0 1528820 1579982848 44248 1992294400 134512640 134550932 4288954368 18446744073709551615 4108981773 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1542952 CPUtime=0.04
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 2097 0 0 0 4 0 0 0 18 0 13 0 1528821 1579982848 44249 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1542952 CPUtime=0.03
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 1873 0 0 0 3 0 0 0 18 0 13 0 1528821 1579982848 44250 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 1528823 1579982848 44251 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1579982848 44252 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1579982848 44253 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1579982848 44255 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1542952 CPUtime=1.85
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 184 1 0 0 15 0 13 0 1528827 1579982848 44256 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1542952 CPUtime=1.48
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7382 0 0 0 146 2 0 0 20 0 13 0 1528827 1579982848 44257 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1579982848 44258 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 1528828 1579982848 44259 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1542952 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1579982848 44260 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 1542952

[startup+25.5012 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 11221
/proc/meminfo: memFree=1245004/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1542952 CPUtime=28.59
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 56276 0 1 0 2834 25 0 0 18 0 13 0 1528818 1579982848 48446 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385738 48446 1437 10 0 383040 0
[pid=11208/tid=11210] ppid=11206 vsize=1542952 CPUtime=25.03
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35587 0 1 0 2487 16 0 0 25 0 13 0 1528820 1579982848 48446 1992294400 134512640 134550932 4288954368 18446744073709551615 4109040300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1542952 CPUtime=0.08
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 4637 0 0 0 7 1 0 0 18 0 13 0 1528821 1579982848 48446 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1542952 CPUtime=0.08
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 3661 0 0 0 7 1 0 0 18 0 13 0 1528821 1579982848 48446 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1542952 CPUtime=0

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

[pid=11208] ppid=11206 vsize=1543976 CPUtime=1666
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 96297 0 1 0 166544 56 0 0 18 0 13 0 1528818 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385994 81177 1437 10 0 383296 0
[pid=11208/tid=11210] ppid=11206 vsize=1543976 CPUtime=1659.68
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35805 0 1 0 165939 29 0 0 25 0 13 0 1528820 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4109493346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1543976 CPUtime=1.38
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 24843 0 0 0 128 10 0 0 16 0 13 0 1528821 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1543976 CPUtime=1.37
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 22867 0 0 0 128 9 0 0 15 0 13 0 1528821 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1543976 CPUtime=0.06
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 125 0 0 0 5 1 0 0 15 0 13 0 1528823 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1543976 CPUtime=1.89
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 188 1 0 0 15 0 13 0 1528827 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1543976 CPUtime=1.56
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7576 0 0 0 154 2 0 0 15 0 13 0 1528827 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 1528828 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1581031424 81177 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666
Current children cumulated vsize (KiB) 1543976

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11276
/proc/meminfo: memFree=1109224/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1543976 CPUtime=1726.04
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 97058 0 1 0 172547 57 0 0 18 0 13 0 1528818 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385994 81862 1437 10 0 383296 0
[pid=11208/tid=11210] ppid=11206 vsize=1543976 CPUtime=1719.6
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35813 0 1 0 171930 30 0 0 25 0 13 0 1528820 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4108959668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1543976 CPUtime=1.45
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 25212 0 0 0 135 10 0 0 16 0 13 0 1528821 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1543976 CPUtime=1.44
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 23241 0 0 0 134 10 0 0 15 0 13 0 1528821 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1543976 CPUtime=0.06
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 131 0 0 0 5 1 0 0 15 0 13 0 1528823 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1543976 CPUtime=1.89
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 188 1 0 0 15 0 13 0 1528827 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1543976 CPUtime=1.56
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7576 0 0 0 154 2 0 0 15 0 13 0 1528827 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 1528828 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1581031424 81862 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.04
Current children cumulated vsize (KiB) 1543976

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11278
/proc/meminfo: memFree=1107116/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1543976 CPUtime=1786.07
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 97611 0 1 0 178549 58 0 0 18 0 13 0 1528818 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385994 82345 1437 10 0 383296 0
[pid=11208/tid=11210] ppid=11206 vsize=1543976 CPUtime=1779.52
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35819 0 1 0 177922 30 0 0 25 0 13 0 1528820 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4109040298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1543976 CPUtime=1.49
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 25474 0 0 0 139 10 0 0 16 0 13 0 1528821 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1543976 CPUtime=1.49
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 23522 0 0 0 139 10 0 0 15 0 13 0 1528821 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1543976 CPUtime=0.06
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 133 0 0 0 5 1 0 0 15 0 13 0 1528823 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1543976 CPUtime=1.89
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 188 1 0 0 15 0 13 0 1528827 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1543976 CPUtime=1.56
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7576 0 0 0 154 2 0 0 15 0 13 0 1528827 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 1528828 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1581031424 82345 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.07
Current children cumulated vsize (KiB) 1543976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11278
/proc/meminfo: memFree=1106248/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1543976 CPUtime=1800.09
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 97861 0 1 0 179951 58 0 0 18 0 13 0 1528818 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385994 82585 1437 10 0 383296 0
[pid=11208/tid=11210] ppid=11206 vsize=1543976 CPUtime=1793.52
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35820 0 1 0 179322 30 0 0 25 0 13 0 1528820 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4109199975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1543976 CPUtime=1.5
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 25690 0 0 0 140 10 0 0 16 0 13 0 1528821 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1543976 CPUtime=1.49
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 23551 0 0 0 139 10 0 0 16 0 13 0 1528821 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1543976 CPUtime=0.06
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 135 0 0 0 5 1 0 0 15 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1543976 CPUtime=1.89
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 188 1 0 0 15 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1543976 CPUtime=1.56
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7576 0 0 0 154 2 0 0 15 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 1528828 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543976

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

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

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11278
/proc/meminfo: memFree=1106248/2059040 swapFree=4192956/4192956
[pid=11208] ppid=11206 vsize=1543976 CPUtime=1800.09
/proc/11208/stat : 11208 (java) S 11206 11208 11183 0 -1 4202496 97861 0 1 0 179951 58 0 0 18 0 13 0 1528818 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11208/statm: 385994 82585 1437 10 0 383296 0
[pid=11208/tid=11210] ppid=11206 vsize=1543976 CPUtime=1793.52
/proc/11208/task/11210/stat : 11210 (java) R 11206 11208 11183 0 -1 4202560 35820 0 1 0 179322 30 0 0 25 0 13 0 1528820 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4109199975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11208/tid=11211] ppid=11206 vsize=1543976 CPUtime=1.5
/proc/11208/task/11211/stat : 11211 (java) S 11206 11208 11183 0 -1 4202560 25690 0 0 0 140 10 0 0 16 0 13 0 1528821 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11212] ppid=11206 vsize=1543976 CPUtime=1.49
/proc/11208/task/11212/stat : 11212 (java) S 11206 11208 11183 0 -1 4202560 23551 0 0 0 139 10 0 0 16 0 13 0 1528821 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11213] ppid=11206 vsize=1543976 CPUtime=0.06
/proc/11208/task/11213/stat : 11213 (java) S 11206 11208 11183 0 -1 4202560 135 0 0 0 5 1 0 0 15 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11214] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11214/stat : 11214 (java) S 11206 11208 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11215] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11215/stat : 11215 (java) S 11206 11208 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1528823 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11216] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11216/stat : 11216 (java) S 11206 11208 11183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11217] ppid=11206 vsize=1543976 CPUtime=1.89
/proc/11208/task/11217/stat : 11217 (java) S 11206 11208 11183 0 -1 4202560 3913 0 0 0 188 1 0 0 15 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=11208/tid=11218] ppid=11206 vsize=1543976 CPUtime=1.56
/proc/11208/task/11218/stat : 11218 (java) S 11206 11208 11183 0 -1 4202560 7576 0 0 0 154 2 0 0 15 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11219] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11219/stat : 11219 (java) S 11206 11208 11183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 1528827 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11220] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11220/stat : 11220 (java) S 11206 11208 11183 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 1528828 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=11208/tid=11221] ppid=11206 vsize=1543976 CPUtime=0
/proc/11208/task/11221/stat : 11221 (java) S 11206 11208 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1528848 1581031424 82585 1992294400 134512640 134550932 4288954368 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543976

Child status: 143
Real time (s): 1796.37
CPU time (s): 1800.15
CPU user time (s): 1799.54
CPU system time (s): 0.611906
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 1550688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.611906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97882
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= 38239
involuntary context switches= 54383

runsolver used 3.48147 second user time and 9.66753 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-15 13:46:19
IDJOB=2660336
IDBENCH=2909
IDSOLVER=1165
FILE ID=node056/2660336-1276602379
PBS_JOBID= 11172262
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660336-1276602379/watcher-2660336-1276602379 -o /tmp/evaluation-result-2660336-1276602379/solver-2660336-1276602379 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660336-1276602379.opb

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=1047105496

node056.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
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.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1434728 kB
Buffers:         51928 kB
Cached:         432564 kB
SwapCached:          0 kB
Active:         217076 kB
Inactive:       326464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1434728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       59084 kB
Mapped:          15380 kB
Slab:            58816 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 98636 MiB
End job on node056 at 2010-06-15 14:16:17