Trace number 2660544

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.19 1770.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark663.935
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660544-1276334262.opb
0.25/0.21	c reading problem ... 
6.18/4.70	c ... done. Wall clock time 4.494s.
6.18/4.70	c #vars     84836
6.18/4.70	c #constraints  245062
6.18/4.70	c constraints type 
6.18/4.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
6.18/4.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
6.18/4.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
46.33/41.06	c cleaning 0 clauses out of 4998 with flag 0/5000
163.80/156.81	c cleaning 0 clauses out of 10986 with flag 0/11000
776.65/761.51	c cleaning 0 clauses out of 17985 with flag 0/18000
1800.03/1770.32	c starts		: 53
1800.03/1770.32	c conflicts		: 25807
1800.03/1770.32	c decisions		: 67754
1800.03/1770.32	c propagations		: 76452705
1800.03/1770.32	c inspects		: 919799568
1800.03/1770.32	c learnt literals	: 16
1800.03/1770.32	c learnt binary clauses	: 204
1800.03/1770.32	c learnt ternary clauses	: 180
1800.03/1770.32	c learnt clauses	: 25791
1800.03/1770.32	c ignored clauses	: 0
1800.03/1770.32	c root simplifications	: 0
1800.03/1770.32	c removed literals (reason simplification)	: 0
1800.03/1770.32	c reason swapping (by a shorter reason)	: 0
1800.03/1770.32	c Calls to reduceDB	: 3
1800.03/1770.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1770.32	c number of learned constraints concerned by reduction	: 0
1800.03/1770.32	c number of learning phase by resolution	: 0
1800.03/1770.32	c number of learning phase by cutting planes	: 0
1800.03/1770.32	c speed (assignments/second)	: 43300.94137276968
1800.03/1770.32	c non guided choices	4293
1800.03/1770.34	c learnt constraints type 
1800.03/1770.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2923
1800.03/1770.34	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 204
1800.03/1770.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22664
1800.03/1770.35	c constraints type 
1800.03/1770.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1800.03/1770.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1800.03/1770.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.03/1770.35	s UNKNOWN
1800.03/1770.35	c Total wall clock time (in seconds): 1770.139

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-2660544-1276334262/watcher-2660544-1276334262 -o /tmp/evaluation-result-2660544-1276334262/solver-2660544-1276334262 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660544-1276334262.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10705
/proc/meminfo: memFree=1852628/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=248 CPUtime=0
/proc/10705/stat : 10705 (java) R 10703 10705 9238 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 9027793 253952 28 1992294400 134512640 134550932 4291739296 18446744073709551615 7619156 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 62 28 21 10 0 23 0

[startup+0.104307 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10705
/proc/meminfo: memFree=1852628/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1524184 CPUtime=0.09
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 3972 0 1 0 7 2 0 0 18 0 12 0 9027793 1560764416 3412 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 381046 3412 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.207897 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10705
/proc/meminfo: memFree=1852628/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1525636 CPUtime=0.25
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 5094 0 1 0 22 3 0 0 18 0 12 0 9027793 1562251264 4530 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 381409 4530 1347 10 0 378711 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1525636

[startup+0.300896 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10705
/proc/meminfo: memFree=1852628/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1525772 CPUtime=0.37
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 5800 0 1 0 34 3 0 0 18 0 12 0 9027793 1562390528 5236 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 381443 5236 1362 10 0 378745 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525772

[startup+0.700888 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10705
/proc/meminfo: memFree=1852628/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1528088 CPUtime=1.16
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 8012 0 1 0 112 4 0 0 18 0 12 0 9027793 1564762112 7238 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 382022 7238 1402 10 0 379324 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528088

[startup+1.50187 s]
/proc/loadavg: 1.16 1.03 1.01 4/118 10717
/proc/meminfo: memFree=1808512/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1534056 CPUtime=2.63
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 22364 0 1 0 250 13 0 0 18 0 12 0 9027793 1570873344 21422 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383514 21424 1407 10 0 380816 0
[pid=10705/tid=10707] ppid=10703 vsize=1534056 CPUtime=1.47
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 18440 0 1 0 137 10 0 0 18 0 12 0 9027794 1570873344 21425 1992294400 134512640 134550932 4291739296 18446744073709551615 4109128937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 9027796 1570873344 21426 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 9027796 1570873344 21428 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9027798 1570873344 21429 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9027798 1570873344 21430 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 9027798 1570873344 21432 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9027802 1570873344 21433 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1534056 CPUtime=0.6
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 1235 0 0 0 60 0 0 0 25 0 12 0 9027802 1570873344 21435 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1534056 CPUtime=0.53
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 1631 0 0 0 52 1 0 0 25 0 12 0 9027803 1570873344 21436 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9027803 1570873344 21438 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9027803 1570873344 21439 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1534056

[startup+3.10185 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 10717
/proc/meminfo: memFree=1707948/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1534056 CPUtime=4.36
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 42578 0 1 0 414 22 0 0 18 0 12 0 9027793 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383514 41605 1417 10 0 380816 0
[pid=10705/tid=10707] ppid=10703 vsize=1534056 CPUtime=2.93
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 32009 0 1 0 276 17 0 0 20 0 12 0 9027794 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4108993582 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1534056 CPUtime=0.12
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 3251 0 0 0 11 1 0 0 18 0 12 0 9027796 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1534056 CPUtime=0.12
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 3379 0 0 0 11 1 0 0 18 0 12 0 9027796 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 9027798 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 9027798 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 9027798 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9027802 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1534056 CPUtime=0.6
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 1235 0 0 0 60 0 0 0 25 0 12 0 9027802 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1534056 CPUtime=0.53
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 1631 0 0 0 52 1 0 0 25 0 12 0 9027803 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9027803 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1534056 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9027803 1570873344 41605 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1534056

[startup+6.30279 s]
/proc/loadavg: 1.23 1.05 1.02 2/119 10718
/proc/meminfo: memFree=1657100/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1534000 CPUtime=8.9
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 51863 0 1 0 862 28 0 0 18 0 13 0 9027793 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383500 50218 1434 10 0 380802 0
[pid=10705/tid=10707] ppid=10703 vsize=1534000 CPUtime=5.46
/proc/10705/task/10707/stat : 10707 (java) S 10703 10705 9238 0 -1 4202560 32062 0 1 0 528 18 0 0 25 0 13 0 9027794 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1534000 CPUtime=0.47
/proc/10705/task/10708/stat : 10708 (java) R 10703 10705 9238 0 -1 4202560 8306 0 0 0 43 4 0 0 15 0 13 0 9027796 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 104188273 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1534000 CPUtime=0.46
/proc/10705/task/10709/stat : 10709 (java) R 10703 10705 9238 0 -1 4202560 7394 0 0 0 43 3 0 0 15 0 13 0 9027796 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 9027798 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1534000 CPUtime=1.27
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 1280 0 0 0 127 0 0 0 16 0 13 0 9027802 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1534000 CPUtime=1.21
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 1738 0 0 0 120 1 0 0 15 0 13 0 9027803 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) R 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9027803 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1534000 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1570816000 50218 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 1534000

[startup+12.7026 s]
/proc/loadavg: 1.21 1.05 1.02 2/119 10718
/proc/meminfo: memFree=1626100/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1540584 CPUtime=17.21
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 64199 0 1 0 1686 35 0 0 18 0 13 0 9027793 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 385146 57760 1444 10 0 382448 0
[pid=10705/tid=10707] ppid=10703 vsize=1540584 CPUtime=10.98
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 32084 0 1 0 1080 18 0 0 25 0 13 0 9027794 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4109633180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1540584 CPUtime=0.97
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 11156 0 0 0 92 5 0 0 15 0 13 0 9027796 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1540584 CPUtime=0.98
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 11655 0 0 0 92 6 0 0 16 0 13 0 9027796 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 9027798 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1540584 CPUtime=2.63
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5733 0 0 0 260 3 0 0 15 0 13 0 9027802 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1540584 CPUtime=1.59
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2487 0 0 0 158 1 0 0 15 0 13 0 9027803 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9027803 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1540584 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1577558016 57760 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 1540584

[startup+25.5018 s]
/proc/loadavg: 1.18 1.05 1.01 2/119 10720
/proc/meminfo: memFree=1626472/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1535232 CPUtime=30.41
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 65601 0 1 0 3003 38 0 0 18 0 13 0 9027793 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383808 57764 1444 10 0 381110 0
[pid=10705/tid=10707] ppid=10703 vsize=1535232 CPUtime=23.43
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 32106 0 1 0 2325 18 0 0 25 0 13 0 9027794 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4109562052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535232 CPUtime=1.3
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 11872 0 0 0 124 6 0 0 16 0 13 0 9027796 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535232 CPUtime=1.31
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 12318 0 0 0 125 6 0 0 16 0 13 0 9027796 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535232 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 9027798 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535232 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572077568 57764 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535232 CPUtime=0

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

[pid=10705] ppid=10703 vsize=1535732 CPUtime=1568.52
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 116047 0 1 0 156742 110 0 0 18 0 13 0 9027793 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383933 102326 1450 10 0 381235 0
[pid=10705/tid=10707] ppid=10703 vsize=1535732 CPUtime=1515.73
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 33003 0 1 0 151550 23 0 0 25 0 13 0 9027794 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4109561922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535732 CPUtime=23.36
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 28819 0 0 0 2313 23 0 0 15 0 13 0 9027796 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535732 CPUtime=23.34
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 40773 0 0 0 2288 46 0 0 16 0 13 0 9027796 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535732 CPUtime=1.48
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 4069 0 0 0 138 10 0 0 15 0 13 0 9027798 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1535732 CPUtime=2.76
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5739 0 0 0 273 3 0 0 15 0 13 0 9027802 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1535732 CPUtime=1.76
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2489 0 0 0 175 1 0 0 15 0 13 0 9027803 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 9027803 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1572589568 102326 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1568.52
Current children cumulated vsize (KiB) 1535732

[startup+1602.31 s]
/proc/loadavg: 1.06 1.05 1.00 2/119 10762
/proc/meminfo: memFree=1437000/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1535732 CPUtime=1629.52
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 118428 0 1 0 162839 113 0 0 18 0 13 0 9027793 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383933 104632 1450 10 0 381235 0
[pid=10705/tid=10707] ppid=10703 vsize=1535732 CPUtime=1574.65
/proc/10705/task/10707/stat : 10707 (java) S 10703 10705 9238 0 -1 4202560 33033 0 1 0 157442 23 0 0 25 0 13 0 9027794 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535732 CPUtime=24.4
/proc/10705/task/10708/stat : 10708 (java) R 10703 10705 9238 0 -1 4202560 30073 0 0 0 2417 23 0 0 16 0 13 0 9027796 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535732 CPUtime=24.39
/proc/10705/task/10709/stat : 10709 (java) R 10703 10705 9238 0 -1 4202560 41866 0 0 0 2390 49 0 0 15 0 13 0 9027796 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535732 CPUtime=1.49
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 4071 0 0 0 139 10 0 0 15 0 13 0 9027798 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1535732 CPUtime=2.76
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5739 0 0 0 273 3 0 0 15 0 13 0 9027802 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1535732 CPUtime=1.76
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2489 0 0 0 175 1 0 0 15 0 13 0 9027803 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 9027803 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1572589568 104632 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.52
Current children cumulated vsize (KiB) 1535732

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/119 10762
/proc/meminfo: memFree=1421996/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1535732 CPUtime=1690.53
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 122394 0 1 0 168936 117 0 0 18 0 13 0 9027793 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383933 108343 1450 10 0 381235 0
[pid=10705/tid=10707] ppid=10703 vsize=1535732 CPUtime=1633.57
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 33069 0 1 0 163334 23 0 0 25 0 13 0 9027794 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4109521087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535732 CPUtime=25.44
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 31440 0 0 0 2520 24 0 0 15 0 13 0 9027796 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535732 CPUtime=25.42
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 44421 0 0 0 2490 52 0 0 16 0 13 0 9027796 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535732 CPUtime=1.5
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 4075 0 0 0 140 10 0 0 15 0 13 0 9027798 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1535732 CPUtime=2.76
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5739 0 0 0 273 3 0 0 15 0 13 0 9027802 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1535732 CPUtime=1.76
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2489 0 0 0 175 1 0 0 15 0 13 0 9027803 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 9027803 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1572589568 108343 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1690.53
Current children cumulated vsize (KiB) 1535732

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 10764
/proc/meminfo: memFree=1420632/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1535732 CPUtime=1751.32
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 122793 0 1 0 175012 120 0 0 18 0 13 0 9027793 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383933 108704 1450 10 0 381235 0
[pid=10705/tid=10707] ppid=10703 vsize=1535732 CPUtime=1692.7
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 33096 0 1 0 169247 23 0 0 25 0 13 0 9027794 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4109634563 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535732 CPUtime=26.27
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 31595 0 0 0 2602 25 0 0 15 0 13 0 9027796 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535732 CPUtime=26.24
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 44630 0 0 0 2571 53 0 0 16 0 13 0 9027796 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535732 CPUtime=1.51
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 4079 0 0 0 140 11 0 0 15 0 13 0 9027798 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1535732 CPUtime=2.76
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5739 0 0 0 273 3 0 0 15 0 13 0 9027802 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1535732 CPUtime=1.76
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2489 0 0 0 175 1 0 0 15 0 13 0 9027803 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 9027803 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1572589568 108704 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.32
Current children cumulated vsize (KiB) 1535732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10766
/proc/meminfo: memFree=1419268/2059040 swapFree=4136620/4192956
[pid=10705] ppid=10703 vsize=1535732 CPUtime=1800.03
/proc/10705/stat : 10705 (java) S 10703 10705 9238 0 -1 4202496 123118 0 1 0 179881 122 0 0 18 0 13 0 9027793 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10705/statm: 383933 109002 1450 10 0 381235 0
[pid=10705/tid=10707] ppid=10703 vsize=1535732 CPUtime=1739.97
/proc/10705/task/10707/stat : 10707 (java) R 10703 10705 9238 0 -1 4202560 33118 0 1 0 173974 23 0 0 25 0 13 0 9027794 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4109380181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10705/tid=10708] ppid=10703 vsize=1535732 CPUtime=26.99
/proc/10705/task/10708/stat : 10708 (java) S 10703 10705 9238 0 -1 4202560 31718 0 0 0 2674 25 0 0 15 0 13 0 9027796 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10709] ppid=10703 vsize=1535732 CPUtime=26.96
/proc/10705/task/10709/stat : 10709 (java) S 10703 10705 9238 0 -1 4202560 44806 0 0 0 2641 55 0 0 16 0 13 0 9027796 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10710] ppid=10703 vsize=1535732 CPUtime=1.52
/proc/10705/task/10710/stat : 10710 (java) S 10703 10705 9238 0 -1 4202560 4081 0 0 0 141 11 0 0 16 0 13 0 9027798 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10711] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10711/stat : 10711 (java) S 10703 10705 9238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10712] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10703 10705 9238 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9027798 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10713] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10703 10705 9238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9027802 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10714] ppid=10703 vsize=1535732 CPUtime=2.76
/proc/10705/task/10714/stat : 10714 (java) S 10703 10705 9238 0 -1 4202560 5739 0 0 0 273 3 0 0 15 0 13 0 9027802 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=10705/tid=10715] ppid=10703 vsize=1535732 CPUtime=1.76
/proc/10705/task/10715/stat : 10715 (java) S 10703 10705 9238 0 -1 4202560 2489 0 0 0 175 1 0 0 15 0 13 0 9027803 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10716] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10716/stat : 10716 (java) S 10703 10705 9238 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9027803 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10717] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10717/stat : 10717 (java) S 10703 10705 9238 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9027803 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=10705/tid=10718] ppid=10703 vsize=1535732 CPUtime=0
/proc/10705/task/10718/stat : 10718 (java) S 10703 10705 9238 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 9028272 1572589568 109002 1992294400 134512640 134550932 4291739296 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1535732

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): 1770.41
CPU time (s): 1800.19
CPU user time (s): 1798.92
CPU system time (s): 1.26681
CPU usage (%): 101.682
Max. virtual memory (cumulated for all children) (KiB): 1543764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.26681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123138
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= 45546
involuntary context switches= 33185

runsolver used 3.58945 second user time and 9.49156 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-12 11:17:42
IDJOB=2660544
IDBENCH=1465
IDSOLVER=1165
FILE ID=node012/2660544-1276334262
PBS_JOBID= 11173159
Free space on /tmp= 62404 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660544-1276334262/watcher-2660544-1276334262 -o /tmp/evaluation-result-2660544-1276334262/solver-2660544-1276334262 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660544-1276334262.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=1751557060

node012.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.258
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.51
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1852900 kB
Buffers:         13452 kB
Cached:         109580 kB
SwapCached:      16524 kB
Active:         112708 kB
Inactive:        29880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1852900 kB
SwapTotal:     4192956 kB
SwapFree:      4136620 kB
Dirty:            8692 kB
Writeback:           0 kB
AnonPages:       10832 kB
Mapped:           9208 kB
Slab:            41604 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180592 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= 62400 MiB
End job on node012 at 2010-06-12 11:47:15