Trace number 2660334

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.28 1765.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM4618b6422bdc12197131d1d37f567363
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 variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660334-1276600893.opb
0.21/0.22	c reading problem ... 
0.21/0.27	c ... done. Wall clock time 0.051s.
0.21/0.27	c #vars     41
0.21/0.27	c #constraints  11
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
131.33/127.37	c cleaning 0 clauses out of 5000 with flag 0/5000
687.28/676.82	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.08/1765.11	c starts		: 44
1800.08/1765.11	c conflicts		: 16645
1800.08/1765.11	c decisions		: 18324
1800.08/1765.11	c propagations		: 125678
1800.08/1765.11	c inspects		: 312886983
1800.08/1765.11	c learnt literals	: 0
1800.08/1765.11	c learnt binary clauses	: 0
1800.08/1765.11	c learnt ternary clauses	: 0
1800.08/1765.11	c learnt clauses	: 16645
1800.08/1765.11	c ignored clauses	: 0
1800.08/1765.11	c root simplifications	: 0
1800.08/1765.11	c removed literals (reason simplification)	: 0
1800.08/1765.12	c reason swapping (by a shorter reason)	: 0
1800.08/1765.12	c Calls to reduceDB	: 2
1800.08/1765.12	c number of reductions to clauses (during analyze)	: 0
1800.08/1765.12	c number of learned constraints concerned by reduction	: 0
1800.08/1765.12	c number of learning phase by resolution	: 0
1800.08/1765.12	c number of learning phase by cutting planes	: 0
1800.08/1765.12	c speed (assignments/second)	: 71.21175805975469
1800.08/1765.12	c non guided choices	18
1800.08/1765.17	c learnt constraints type 
1800.08/1765.17	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.08/1765.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16644
1800.08/1765.17	c constraints type 
1800.08/1765.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1800.08/1765.17	s UNKNOWN
1800.08/1765.17	c Total wall clock time (in seconds): 1764.953

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-2660334-1276600893/watcher-2660334-1276600893 -o /tmp/evaluation-result-2660334-1276600893/solver-2660334-1276600893 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660334-1276600893.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.85 0.97 0.99 3/106 9324
/proc/meminfo: memFree=1510176/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=428 CPUtime=0
/proc/9324/stat : 9324 (java6) R 9322 9324 9299 0 -1 4194304 127 0 0 0 0 0 0 0 23 0 1 0 1381984 438272 46 1992294400 134512640 134550932 4289028208 18446744073709551615 12559060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9324/statm: 111 49 38 10 0 25 0

[startup+0.0521921 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9324
/proc/meminfo: memFree=1510176/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1521016 CPUtime=0.04
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 3494 0 1 0 2 2 0 0 15 0 5 0 1381984 1557520384 2936 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 380254 2936 989 10 0 377564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.100191 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9324
/proc/meminfo: memFree=1510176/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1524024 CPUtime=0.08
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 3936 0 1 0 6 2 0 0 15 0 12 0 1381984 1560600576 3374 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300185 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9324
/proc/meminfo: memFree=1510176/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1526756 CPUtime=0.34
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 5368 0 1 0 31 3 0 0 15 0 13 0 1381984 1563398144 4804 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 381689 4804 1352 10 0 378991 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526756

[startup+0.70151 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9324
/proc/meminfo: memFree=1510176/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1531600 CPUtime=1.13
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 8196 0 1 0 109 4 0 0 15 0 13 0 1381984 1568358400 7154 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 382900 7154 1401 10 0 380202 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1531600

[startup+1.50158 s]
/proc/loadavg: 0.85 0.97 0.99 4/119 9337
/proc/meminfo: memFree=1472996/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1539420 CPUtime=2.73
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 20729 0 1 0 263 10 0 0 15 0 13 0 1381984 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 384855 17767 1414 10 0 382157 0
[pid=9324/tid=9326] ppid=9322 vsize=1539420 CPUtime=1.36
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 13518 0 1 0 129 7 0 0 18 0 13 0 1381986 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4108985601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 1381987 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 1381987 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 1381989 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 1381989 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 1381989 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1539420 CPUtime=0.11
/proc/9324/task/9333/stat : 9333 (java) R 9322 9324 9299 0 -1 4202560 362 0 0 0 11 0 0 0 22 0 13 0 1381994 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 103173216 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1539420 CPUtime=1.23
/proc/9324/task/9334/stat : 9334 (java) R 9322 9324 9299 0 -1 4202560 5777 0 0 0 121 2 0 0 16 0 13 0 1381994 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 104138290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1381994 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1539420 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1576366080 17767 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1539420

[startup+3.10172 s]
/proc/loadavg: 0.85 0.97 0.99 6/119 9337
/proc/meminfo: memFree=1408392/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1541720 CPUtime=5.91
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 42693 0 1 0 573 18 0 0 15 0 13 0 1381984 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385430 37344 1436 10 0 382732 0
[pid=9324/tid=9326] ppid=9322 vsize=1541720 CPUtime=2.84
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 32058 0 1 0 271 13 0 0 18 0 13 0 1381986 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 103615274 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 315 0 0 0 0 0 0 0 16 0 13 0 1381987 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 1381987 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 1381989 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1541720 CPUtime=0.21
/proc/9324/task/9333/stat : 9333 (java) R 9322 9324 9299 0 -1 4202560 366 0 0 0 21 0 0 0 22 0 13 0 1381994 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1541720 CPUtime=2.82
/proc/9324/task/9334/stat : 9334 (java) R 9322 9324 9299 0 -1 4202560 8877 0 0 0 279 3 0 0 18 0 13 0 1381994 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 105633649 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1381994 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1541720 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1578721280 37344 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1541720

[startup+6.30199 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 9337
/proc/meminfo: memFree=1362388/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=9.71
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 44802 0 1 0 951 20 0 0 15 0 13 0 1381984 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 39034 1436 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=5.89
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 32064 0 1 0 575 14 0 0 25 0 13 0 1381986 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4109109346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=0.04
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 1416 0 0 0 4 0 0 0 16 0 13 0 1381987 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=0.02
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 878 0 0 0 2 0 0 0 16 0 13 0 1381987 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 1381989 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.33
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 379 0 0 0 33 0 0 0 22 0 13 0 1381994 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.38
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8969 0 0 0 335 3 0 0 15 0 13 0 1381994 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 39034 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 1540208

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/119 9337
/proc/meminfo: memFree=1326428/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=16.16
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 53065 0 1 0 1593 23 0 0 15 0 13 0 1381984 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 47113 1436 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=12.23
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 38154 0 1 0 1208 15 0 0 25 0 13 0 1381986 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4109261680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=0.08
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 2561 0 0 0 7 1 0 0 15 0 13 0 1381987 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=0.06
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 1906 0 0 0 5 1 0 0 16 0 13 0 1381987 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 1381989 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.33
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 379 0 0 0 33 0 0 0 22 0 13 0 1381994 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.4
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8969 0 0 0 337 3 0 0 15 0 13 0 1381994 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 47113 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 1540208

[startup+25.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/119 9337
/proc/meminfo: memFree=1321592/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=29.02
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 54413 0 1 0 2878 24 0 0 15 0 13 0 1381984 1577172992 48321 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 48321 1436 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=24.97
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 38167 0 1 0 2482 15 0 0 25 0 13 0 1381986 1577172992 48321 1992294400 134512640 134550932 4288326400 18446744073709551615 4109305577 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=0.12
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 3239 0 0 0 11 1 0 0 16 0 13 0 1381987 1577172992 48321 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=0.11
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 2563 0 0 0 10 1 0 0 16 0 13 0 1381987 1577172992 48321 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0

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

[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.42
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 383 0 0 0 42 0 0 0 18 0 13 0 1381994 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.51
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8973 0 0 0 348 3 0 0 16 0 13 0 1381994 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 80740 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1571.21
Current children cumulated vsize (KiB) 1540208

[startup+1602.3 s]
/proc/loadavg: 1.00 1.06 1.04 2/119 9382
/proc/meminfo: memFree=1186060/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=1632.77
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 90765 0 1 0 163187 90 0 0 15 0 13 0 1381984 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 81707 1446 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=1572.55
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 39981 0 1 0 157223 32 0 0 25 0 13 0 1381986 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4109305082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=27.74
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 19320 0 0 0 2754 20 0 0 16 0 13 0 1381987 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=27.81
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 19623 0 0 0 2764 17 0 0 15 0 13 0 1381987 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0.69
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 1326 0 0 0 54 15 0 0 16 0 13 0 1381989 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.42
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 383 0 0 0 42 0 0 0 18 0 13 0 1381994 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.51
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8973 0 0 0 348 3 0 0 16 0 13 0 1381994 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 81707 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1632.77
Current children cumulated vsize (KiB) 1540208

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.03 2/119 9384
/proc/meminfo: memFree=1182340/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=1694.45
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 91769 0 1 0 169352 93 0 0 15 0 13 0 1381984 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 82618 1446 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=1630.79
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 40058 0 1 0 163047 32 0 0 25 0 13 0 1381986 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4109302727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=29.44
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 19845 0 0 0 2923 21 0 0 16 0 13 0 1381987 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=29.51
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 20017 0 0 0 2934 17 0 0 16 0 13 0 1381987 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0.7
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 1330 0 0 0 55 15 0 0 15 0 13 0 1381989 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.42
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 383 0 0 0 42 0 0 0 18 0 13 0 1381994 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.51
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8973 0 0 0 348 3 0 0 16 0 13 0 1381994 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 82618 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1694.45
Current children cumulated vsize (KiB) 1540208

[startup+1722.31 s]
/proc/loadavg: 1.32 1.13 1.06 2/119 9386
/proc/meminfo: memFree=1178496/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=1756.1
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 92819 0 1 0 175515 95 0 0 15 0 13 0 1381984 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 83586 1446 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=1689.07
/proc/9324/task/9326/stat : 9326 (java) S 9322 9324 9299 0 -1 4202560 40132 0 1 0 168874 33 0 0 25 0 13 0 1381986 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=31.1
/proc/9324/task/9327/stat : 9327 (java) R 9322 9324 9299 0 -1 4202560 20360 0 0 0 3089 21 0 0 15 0 13 0 1381987 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=31.19
/proc/9324/task/9328/stat : 9328 (java) R 9322 9324 9299 0 -1 4202560 20470 0 0 0 3101 18 0 0 15 0 13 0 1381987 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0.73
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 1334 0 0 0 57 16 0 0 15 0 13 0 1381989 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.42
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 383 0 0 0 42 0 0 0 18 0 13 0 1381994 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.51
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8973 0 0 0 348 3 0 0 16 0 13 0 1381994 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) R 9322 9324 9299 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 83586 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1756.1
Current children cumulated vsize (KiB) 1540208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.1 s]
/proc/loadavg: 1.15 1.11 1.06 2/119 9386
/proc/meminfo: memFree=1175892/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=1540208 CPUtime=1800.08
/proc/9324/stat : 9324 (java) S 9322 9324 9299 0 -1 4202496 93515 0 1 0 179911 97 0 0 15 0 13 0 1381984 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 385052 84220 1446 10 0 382354 0
[pid=9324/tid=9326] ppid=9322 vsize=1540208 CPUtime=1730.62
/proc/9324/task/9326/stat : 9326 (java) R 9322 9324 9299 0 -1 4202560 40186 0 1 0 173029 33 0 0 25 0 13 0 1381986 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4109302725 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9324/tid=9327] ppid=9322 vsize=1540208 CPUtime=32.32
/proc/9324/task/9327/stat : 9327 (java) S 9322 9324 9299 0 -1 4202560 20700 0 0 0 3210 22 0 0 16 0 13 0 1381987 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9328] ppid=9322 vsize=1540208 CPUtime=32.41
/proc/9324/task/9328/stat : 9328 (java) S 9322 9324 9299 0 -1 4202560 20768 0 0 0 3222 19 0 0 15 0 13 0 1381987 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9329] ppid=9322 vsize=1540208 CPUtime=0.74
/proc/9324/task/9329/stat : 9329 (java) S 9322 9324 9299 0 -1 4202560 1336 0 0 0 57 17 0 0 15 0 13 0 1381989 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 0 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9330] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9330/stat : 9330 (java) S 9322 9324 9299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9331] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9331/stat : 9331 (java) S 9322 9324 9299 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1381989 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9332] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9332/stat : 9332 (java) S 9322 9324 9299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 1381994 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9333] ppid=9322 vsize=1540208 CPUtime=0.42
/proc/9324/task/9333/stat : 9333 (java) S 9322 9324 9299 0 -1 4202560 383 0 0 0 42 0 0 0 18 0 13 0 1381994 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9334] ppid=9322 vsize=1540208 CPUtime=3.51
/proc/9324/task/9334/stat : 9334 (java) S 9322 9324 9299 0 -1 4202560 8973 0 0 0 348 3 0 0 16 0 13 0 1381994 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9335] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9335/stat : 9335 (java) S 9322 9324 9299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 1381994 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
[pid=9324/tid=9336] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9336/stat : 9336 (java) S 9322 9324 9299 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 1381994 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 1 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=1540208 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) S 9322 9324 9299 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1382011 1577172992 84220 1992294400 134512640 134550932 4288326400 18446744073709551615 4294960144 0 4 0 16800975 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1540208

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

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

[startup+1765.22 s]
/proc/loadavg: 1.15 1.11 1.06 2/119 9386
/proc/meminfo: memFree=1175892/2059040 swapFree=4192956/4192956
[pid=9324] ppid=9322 vsize=0 CPUtime=1800.25
/proc/9324/stat : 9324 (java) Z 9322 9324 9299 0 -1 4203548 93539 0 1 0 179927 98 0 0 15 0 2 0 1381984 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9324/statm: 0 0 0 0 0 0 0
[pid=9324/tid=9337] ppid=9322 vsize=0 CPUtime=0
/proc/9324/task/9337/stat : 9337 (java) R 9322 9324 9299 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 1382011 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.24
CPU time (s): 1800.28
CPU user time (s): 1799.27
CPU system time (s): 1.00885
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 1541996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93539
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= 52858
involuntary context switches= 37579

runsolver used 3.70544 second user time and 9.58754 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-15 13:21:33
IDJOB=2660334
IDBENCH=2903
IDSOLVER=1165
FILE ID=node041/2660334-1276600893
PBS_JOBID= 11172245
Free space on /tmp= 62084 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_5_40_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660334-1276600893/watcher-2660334-1276600893 -o /tmp/evaluation-result-2660334-1276600893/solver-2660334-1276600893 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660334-1276600893.opb

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

MD5SUM BENCH= 4618b6422bdc12197131d1d37f567363
RANDOM SEED=2013978004

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1510572 kB
Buffers:         51428 kB
Cached:         358664 kB
SwapCached:          0 kB
Active:         197452 kB
Inactive:       271892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1510572 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:       59328 kB
Mapped:          15384 kB
Slab:            57176 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180472 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= 62084 MiB
End job on node041 at 2010-06-15 13:51:00