Trace number 2684728

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.25 1773.91

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1209_4-sat.opb
MD5SUMc17285ecf4c0c17a63d3aa8966d3d2bd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark40.9488
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21296
Total number of constraints66999
Number of constraints which are clauses66651
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 389
Number of bits of the biggest sum of numbers9
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2684728-1278432705.opb
0.24/0.21	c reading problem ... 
3.75/2.45	c ... done. Wall clock time 2.242s.
3.75/2.45	c #vars     21296
3.75/2.45	c #constraints  57190
3.75/2.45	c constraints type 
3.75/2.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 46068
3.75/2.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7412
3.75/2.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 348
191.83/186.63	c cleaning 0 clauses out of 5000 with flag 0/5000
974.91/960.95	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.09/1773.82	c starts		: 42
1800.09/1773.82	c conflicts		: 14905
1800.09/1773.82	c decisions		: 34461
1800.09/1773.82	c propagations		: 8700675
1800.09/1773.82	c inspects		: 635190381
1800.09/1773.82	c learnt literals	: 0
1800.09/1773.82	c learnt binary clauses	: 0
1800.09/1773.82	c learnt ternary clauses	: 39
1800.09/1773.82	c learnt clauses	: 14905
1800.09/1773.82	c ignored clauses	: 0
1800.09/1773.82	c root simplifications	: 0
1800.09/1773.82	c removed literals (reason simplification)	: 0
1800.09/1773.82	c reason swapping (by a shorter reason)	: 0
1800.09/1773.82	c Calls to reduceDB	: 2
1800.09/1773.82	c number of reductions to clauses (during analyze)	: 0
1800.09/1773.82	c number of learned constraints concerned by reduction	: 0
1800.09/1773.82	c number of learning phase by resolution	: 0
1800.09/1773.82	c number of learning phase by cutting planes	: 0
1800.09/1773.82	c speed (assignments/second)	: 4911.844870004279
1800.09/1773.82	c non guided choices	24
1800.09/1773.84	c learnt constraints type 
1800.09/1773.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 40
1800.09/1773.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14865
1800.09/1773.84	c constraints type 
1800.09/1773.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 46068
1800.09/1773.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7412
1800.09/1773.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 348
1800.09/1773.84	s UNKNOWN
1800.09/1773.84	c Total wall clock time (in seconds): 1773.632

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-2684728-1278432705/watcher-2684728-1278432705 -o /tmp/evaluation-result-2684728-1278432705/solver-2684728-1278432705 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684728-1278432705.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.93 0.41 0.14 3/106 20321
/proc/meminfo: memFree=1424244/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1832 CPUtime=0
/proc/20321/stat : 20321 (java6) R 20319 20321 19731 0 -1 4194304 224 0 0 0 0 0 0 0 19 0 1 0 11481108 1875968 127 1992294400 134512640 134550932 4288149248 18446744073709551615 4160409631 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20321/statm: 458 129 93 10 0 63 0

[startup+0.0704429 s]
/proc/loadavg: 0.93 0.41 0.14 3/106 20321
/proc/meminfo: memFree=1424244/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1521796 CPUtime=0.05
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 3693 0 1 0 4 1 0 0 18 0 7 0 11481108 1558319104 3134 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 380449 3134 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101446 s]
/proc/loadavg: 0.93 0.41 0.14 3/106 20321
/proc/meminfo: memFree=1424244/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1524184 CPUtime=0.08
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 11481108 1560764416 3395 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301455 s]
/proc/loadavg: 0.93 0.41 0.14 3/106 20321
/proc/meminfo: memFree=1424244/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1526120 CPUtime=0.36
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 5429 0 1 0 34 2 0 0 18 0 12 0 11481108 1562746880 4866 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 381530 4866 1362 10 0 378832 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526120

[startup+0.700443 s]
/proc/loadavg: 0.93 0.41 0.14 3/106 20321
/proc/meminfo: memFree=1424244/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1528352 CPUtime=1.13
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 7662 0 1 0 110 3 0 0 18 0 12 0 11481108 1565032448 7025 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 382088 7026 1404 10 0 379390 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528352

[startup+1.50042 s]
/proc/loadavg: 1.10 0.45 0.16 4/118 20333
/proc/meminfo: memFree=1387632/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1529176 CPUtime=2.3
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 21410 0 1 0 219 11 0 0 18 0 12 0 11481108 1565876224 20656 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 382294 20656 1415 10 0 379596 0
[pid=20321/tid=20323] ppid=20319 vsize=1529176 CPUtime=1.36
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 18821 0 1 0 127 9 0 0 19 0 12 0 11481110 1565876224 20656 1992294400 134512640 134550932 4292081104 18446744073709551615 4109433318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 11481111 1565876224 20657 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11481111 1565876224 20659 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11481113 1565876224 20660 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11481113 1565876224 20662 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11481113 1565876224 20663 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 11481118 1565876224 20664 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1529176 CPUtime=0.57
/proc/20321/task/20330/stat : 20330 (java) R 20319 20321 19731 0 -1 4202560 608 0 0 0 57 0 0 0 22 0 12 0 11481118 1565876224 20666 1992294400 134512640 134550932 4292081104 18446744073709551615 104142756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1529176 CPUtime=0.34
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 919 0 0 0 34 0 0 0 22 0 12 0 11481118 1565876224 20667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11481118 1565876224 20668 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1529176 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 11481118 1565876224 20669 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1529176

[startup+3.10137 s]
/proc/loadavg: 1.10 0.45 0.16 5/118 20333
/proc/meminfo: memFree=1299592/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543064 CPUtime=4.95
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 42058 0 1 0 458 37 0 0 18 0 13 0 11481108 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385766 39509 1432 10 0 383068 0
[pid=20321/tid=20323] ppid=20319 vsize=1543064 CPUtime=2.14
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 32069 0 1 0 199 15 0 0 18 0 13 0 11481110 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4109028254 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543064 CPUtime=0.04
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 861 0 0 0 4 0 0 0 18 0 13 0 11481111 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543064 CPUtime=0.04
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 1277 0 0 0 4 0 0 0 18 0 13 0 11481111 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543064 CPUtime=0.27
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 8 0 0 0 10 17 0 0 15 0 13 0 11481113 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543064 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543064 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543064 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543064 CPUtime=1.15
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 1677 0 0 0 114 1 0 0 15 0 13 0 11481118 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543064 CPUtime=1.27
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 5100 0 0 0 125 2 0 0 15 0 13 0 11481118 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543064 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543064 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11481118 1580097536 39509 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1543064

[startup+6.30127 s]
/proc/loadavg: 1.09 0.46 0.16 2/119 20334
/proc/meminfo: memFree=1254944/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1546200 CPUtime=9.29
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 47944 0 1 0 889 40 0 0 18 0 13 0 11481108 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 386550 43603 1440 10 0 383852 0
[pid=20321/tid=20323] ppid=20319 vsize=1546200 CPUtime=4.8
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 32078 0 1 0 465 15 0 0 23 0 13 0 11481110 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4109938546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1546200 CPUtime=0.17
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 2467 0 0 0 16 1 0 0 16 0 13 0 11481111 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1546200 CPUtime=0.17
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 2920 0 0 0 17 0 0 0 15 0 13 0 11481111 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1546200 CPUtime=0.27
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 22 0 0 0 10 17 0 0 16 0 13 0 11481113 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1546200 CPUtime=1.86
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2154 0 0 0 185 1 0 0 15 0 13 0 11481118 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1546200 CPUtime=1.97
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 194 3 0 0 16 0 13 0 11481118 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11481118 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1546200 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1583308800 43603 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 1546200

[startup+12.7011 s]
/proc/loadavg: 1.08 0.47 0.17 2/119 20334
/proc/meminfo: memFree=1225308/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=15.99
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 56410 0 1 0 1554 45 0 0 18 0 13 0 11481108 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 50976 1440 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=10.97
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 32738 0 1 0 1081 16 0 0 25 0 13 0 11481110 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4109898905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=0.34
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 6428 0 0 0 31 3 0 0 16 0 13 0 11481111 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=0.35
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 6762 0 0 0 33 2 0 0 16 0 13 0 11481111 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=0.28
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 25 0 0 0 11 17 0 0 15 0 13 0 11481113 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=1.89
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2154 0 0 0 188 1 0 0 15 0 13 0 11481118 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 208 3 0 0 15 0 13 0 11481118 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 50976 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1543704

[startup+25.5017 s]
/proc/loadavg: 1.07 0.48 0.18 2/119 20335
/proc/meminfo: memFree=1211668/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=28.95
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 59820 0 1 0 2848 47 0 0 18 0 13 0 11481108 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 54231 1440 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=23.58
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 33021 0 1 0 2341 17 0 0 25 0 13 0 11481110 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4109835585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=0.5
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 8204 0 0 0 46 4 0 0 15 0 13 0 11481111 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=0.5
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 8113 0 0 0 48 2 0 0 16 0 13 0 11481111 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=0.28
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 25 0 0 0 11 17 0 0 16 0 13 0 11481113 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 54231 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0

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

[pid=20321] ppid=20319 vsize=1543704 CPUtime=1564.94
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 117204 0 1 0 156347 147 0 0 18 0 13 0 11481108 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 106653 1450 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=1518.6
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 33840 0 1 0 151806 54 0 0 25 0 13 0 11481110 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4109842073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=20.22
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 36312 0 0 0 1989 33 0 0 15 0 13 0 11481111 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=20.17
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 36257 0 0 0 1989 28 0 0 16 0 13 0 11481111 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=1.62
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 236 0 0 0 138 24 0 0 15 0 13 0 11481113 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2162 0 0 0 210 1 0 0 16 0 13 0 11481118 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.14
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 211 3 0 0 15 0 13 0 11481118 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 106653 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1564.94
Current children cumulated vsize (KiB) 1543704

[startup+1602.3 s]
/proc/loadavg: 1.08 1.02 0.84 3/119 20380
/proc/meminfo: memFree=996528/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=1625.87
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 118255 0 1 0 162436 151 0 0 18 0 13 0 11481108 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 107628 1450 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=1577.63
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 33868 0 1 0 157707 56 0 0 25 0 13 0 11481110 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4109841944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=21.17
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 36727 0 0 0 2084 33 0 0 15 0 13 0 11481111 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=21.12
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 36857 0 0 0 2082 30 0 0 16 0 13 0 11481111 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=1.63
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 240 0 0 0 139 24 0 0 15 0 13 0 11481113 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2162 0 0 0 210 1 0 0 16 0 13 0 11481118 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.14
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 211 3 0 0 15 0 13 0 11481118 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 107628 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1625.87
Current children cumulated vsize (KiB) 1543704

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 0.84 2/119 20381
/proc/meminfo: memFree=992188/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=1686.75
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 119414 0 1 0 168519 156 0 0 18 0 13 0 11481108 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 108667 1450 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=1636.67
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 33895 0 1 0 163608 59 0 0 25 0 13 0 11481110 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4109613894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=22.1
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 37289 0 0 0 2177 33 0 0 15 0 13 0 11481111 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=22.04
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 37419 0 0 0 2172 32 0 0 16 0 13 0 11481111 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=1.64
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 244 0 0 0 139 25 0 0 15 0 13 0 11481113 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2162 0 0 0 210 1 0 0 16 0 13 0 11481118 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.14
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 211 3 0 0 15 0 13 0 11481118 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 108667 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1686.75
Current children cumulated vsize (KiB) 1543704

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 0.85 2/119 20383
/proc/meminfo: memFree=987476/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=1747.73
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 120730 0 1 0 174611 162 0 0 18 0 13 0 11481108 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 109875 1450 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=1695.64
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 19731 0 -1 4202560 33924 0 1 0 169503 61 0 0 25 0 13 0 11481110 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=23.09
/proc/20321/task/20324/stat : 20324 (java) R 20319 20321 19731 0 -1 4202560 37856 0 0 0 2275 34 0 0 15 0 13 0 11481111 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=23.04
/proc/20321/task/20325/stat : 20325 (java) R 20319 20321 19731 0 -1 4202560 38131 0 0 0 2270 34 0 0 15 0 13 0 11481111 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=1.64
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 248 0 0 0 139 25 0 0 15 0 13 0 11481113 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2162 0 0 0 210 1 0 0 16 0 13 0 11481118 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.14
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 211 3 0 0 15 0 13 0 11481118 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 109875 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1747.73
Current children cumulated vsize (KiB) 1543704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.8 s]
/proc/loadavg: 1.02 1.02 0.86 2/119 20385
/proc/meminfo: memFree=982764/2059040 swapFree=4192956/4192956
[pid=20321] ppid=20319 vsize=1543704 CPUtime=1800.09
/proc/20321/stat : 20321 (java) S 20319 20321 19731 0 -1 4202496 121932 0 1 0 179843 166 0 0 18 0 13 0 11481108 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20321/statm: 385926 110993 1450 10 0 383228 0
[pid=20321/tid=20323] ppid=20319 vsize=1543704 CPUtime=1746.21
/proc/20321/task/20323/stat : 20323 (java) R 20319 20321 19731 0 -1 4202560 33948 0 1 0 174558 63 0 0 25 0 13 0 11481110 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4109942504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=1543704 CPUtime=23.99
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 19731 0 -1 4202560 38471 0 0 0 2362 37 0 0 16 0 13 0 11481111 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=1543704 CPUtime=23.93
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 19731 0 -1 4202560 38690 0 0 0 2359 34 0 0 15 0 13 0 11481111 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=1543704 CPUtime=1.65
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 19731 0 -1 4202560 250 0 0 0 140 25 0 0 15 0 13 0 11481113 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 0 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 19731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 19731 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11481113 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 19731 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=1543704 CPUtime=2.11
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 19731 0 -1 4202560 2162 0 0 0 210 1 0 0 16 0 13 0 11481118 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 1 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=1543704 CPUtime=2.14
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 19731 0 -1 4202560 7237 0 0 0 211 3 0 0 15 0 13 0 11481118 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11481118 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 19731 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 11481118 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=1543704 CPUtime=0
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 19731 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11481369 1580752896 110993 1992294400 134512640 134550932 4292081104 18446744073709551615 4294960144 0 4 0 16800975 18446604437834534976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543704

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

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

Child status: 143
Real time (s): 1773.91
CPU time (s): 1800.25
CPU user time (s): 1798.54
CPU system time (s): 1.71174
CPU usage (%): 101.485
Max. virtual memory (cumulated for all children) (KiB): 1548324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.71174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121955
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= 45980
involuntary context switches= 43787

runsolver used 3.56746 second user time and 9.53555 second system time

The end

Launcher Data

Begin job on node031 at 2010-07-06 18:11:45
IDJOB=2684728
IDBENCH=73476
IDSOLVER=1165
FILE ID=node031/2684728-1278432705
PBS_JOBID= 11233447
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1209_4-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684728-1278432705/watcher-2684728-1278432705 -o /tmp/evaluation-result-2684728-1278432705/solver-2684728-1278432705 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684728-1278432705.opb

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

MD5SUM BENCH= c17285ecf4c0c17a63d3aa8966d3d2bd
RANDOM SEED=815456043

node031.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.220
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.44
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.220
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1424640 kB
Buffers:        101452 kB
Cached:         394376 kB
SwapCached:          0 kB
Active:         195788 kB
Inactive:       360264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1424640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2304 kB
Writeback:           0 kB
AnonPages:       60104 kB
Mapped:          14428 kB
Slab:            56192 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node031 at 2010-07-06 18:41:21