Trace number 2661440

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.26 1695.4

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__64.opb
MD5SUM8fe120f02e998b2f2f763372a647b0f9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark118918
Best CPU time to get the best result obtained on this benchmark1801.62
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables641998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint64
Maximum length of a constraint2817
Number of terms in the objective function 640000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22177598784
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22177598784
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.35	c See www.sat4j.org for details.
0.10/0.36	c version 2.2.0.v20100526
0.10/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.36	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.36	c java.vm.version	11.2-b01
0.10/0.36	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.36	c sun.arch.data.model	32
0.10/0.36	c java.version		1.6.0_12
0.10/0.36	c os.name		Linux
0.10/0.36	c os.version		2.6.18-164.el5
0.10/0.36	c os.arch		i386
0.10/0.36	c Free memory 		1393557488
0.10/0.36	c Max memory 		1395916800
0.10/0.36	c Total memory 		1395916800
0.10/0.36	c Number of processors 	2
0.22/0.44	c Pseudo Boolean Optimization
0.22/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.44	c --- Begin Solver configuration ---
0.22/0.44	c Stops conflict analysis at the first Unique Implication Point
0.22/0.44	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.44	c Learn all clauses as in MiniSAT
0.22/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.44	c No reason simplification
0.22/0.44	c Armin Biere (Picosat) restarts strategy
0.22/0.44	c Glucose learned constraints deletion strategy
0.22/0.44	c timeout=2147483s
0.22/0.44	c DB Simplification allowed=false
0.22/0.44	c --- End Solver configuration ---
0.22/0.44	c solving HOME/instance-2661440-1276690324.opb
0.22/0.44	c reading problem ... 
20.08/15.87	c ... done. Wall clock time 15.425s.
20.08/15.87	c #vars     641998
20.08/15.87	c #constraints  14000
20.08/15.87	c constraints type 
20.08/15.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
20.08/15.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
20.08/15.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.06/1695.21	c starts		: 20
1800.06/1695.21	c conflicts		: 3908
1800.06/1695.21	c decisions		: 26032876
1800.06/1695.21	c propagations		: 28196102
1800.06/1695.21	c inspects		: 78099963
1800.06/1695.21	c learnt literals	: 0
1800.06/1695.21	c learnt binary clauses	: 0
1800.06/1695.21	c learnt ternary clauses	: 0
1800.06/1695.21	c learnt clauses	: 3907
1800.06/1695.21	c ignored clauses	: 0
1800.06/1695.21	c root simplifications	: 0
1800.06/1695.21	c removed literals (reason simplification)	: 0
1800.06/1695.21	c reason swapping (by a shorter reason)	: 0
1800.06/1695.21	c Calls to reduceDB	: 0
1800.06/1695.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1695.21	c number of learned constraints concerned by reduction	: 0
1800.06/1695.21	c number of learning phase by resolution	: 0
1800.06/1695.21	c number of learning phase by cutting planes	: 0
1800.06/1695.21	c speed (assignments/second)	: 16790.000113139755
1800.06/1695.21	c non guided choices	0
1800.06/1695.22	c learnt constraints type 
1800.06/1695.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 155
1800.06/1695.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3752
1800.06/1695.22	c constraints type 
1800.06/1695.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.06/1695.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.06/1695.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.06/1695.22	s UNKNOWN
1800.06/1695.22	c Total wall clock time (in seconds): 1694.779

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-2661440-1276690324/watcher-2661440-1276690324 -o /tmp/evaluation-result-2661440-1276690324/solver-2661440-1276690324 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661440-1276690324.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.10 1.14 1.06 3/106 17207
/proc/meminfo: memFree=1829680/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=24036 CPUtime=0
/proc/17207/stat : 17207 (runsolver) D 17205 17207 16818 0 -1 4202560 82 0 0 0 0 0 0 0 19 0 1 0 10325371 24612864 106 1992294400 4194304 4302564 140733473548640 18446744073709551615 255179990007 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/17207/statm: 6009 106 69 27 0 2647 0

[startup+0.0941571 s]
/proc/loadavg: 1.10 1.14 1.06 3/106 17207
/proc/meminfo: memFree=1829680/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=13652 CPUtime=0.01
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 1088 0 33 0 0 1 0 0 16 0 2 0 10325371 13979648 591 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 3413 591 273 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13652

[startup+0.101151 s]
/proc/loadavg: 1.10 1.14 1.06 3/106 17207
/proc/meminfo: memFree=1829680/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=13652 CPUtime=0.01
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 1088 0 33 0 0 1 0 0 16 0 2 0 10325371 13979648 591 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 3413 591 273 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13652

[startup+0.302189 s]
/proc/loadavg: 1.10 1.14 1.06 3/106 17207
/proc/meminfo: memFree=1829680/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1524184 CPUtime=0.1
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 3968 0 40 0 6 4 0 0 16 0 12 0 10325371 1560764416 3446 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 381046 3446 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.70125 s]
/proc/loadavg: 1.10 1.14 1.06 3/106 17207
/proc/meminfo: memFree=1829680/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1527984 CPUtime=0.69
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 9747 0 41 0 61 8 0 0 16 0 12 0 10325371 1564655616 9224 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 381996 9224 1383 10 0 379298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1527984

[startup+1.50235 s]
/proc/loadavg: 1.09 1.13 1.06 2/118 17219
/proc/meminfo: memFree=1774324/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1527644 CPUtime=1.6
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 23706 0 41 0 146 14 0 0 16 0 12 0 10325371 1564307456 23103 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 381911 23104 1397 10 0 379213 0
[pid=17207/tid=17209] ppid=17205 vsize=1527644 CPUtime=1.25
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 21653 0 9 0 113 12 0 0 25 0 12 0 10325379 1564307456 23105 1992294400 134512640 134550932 4288482080 18446744073709551615 4109319603 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 10325388 1564307456 23106 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 10325388 1564307456 23106 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10325391 1564307456 23107 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10325391 1564307456 23108 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 10325391 1564307456 23109 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10325399 1564307456 23110 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1527644 CPUtime=0.02
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 103 0 0 0 2 0 0 0 19 0 12 0 10325399 1564307456 23111 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1527644 CPUtime=0.3
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 917 0 1 0 30 0 0 0 16 0 12 0 10325399 1564307456 23111 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10325399 1564307456 23112 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10325399 1564307456 23113 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1527644

[startup+3.10158 s]
/proc/loadavg: 1.09 1.13 1.06 3/118 17219
/proc/meminfo: memFree=1672272/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1527644 CPUtime=3.3
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 41966 0 41 0 308 22 0 0 16 0 12 0 10325371 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 381911 41217 1408 10 0 379213 0
[pid=17207/tid=17209] ppid=17205 vsize=1527644 CPUtime=2.74
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 31983 0 9 0 258 16 0 0 25 0 12 0 10325379 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4109328464 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1527644 CPUtime=0.09
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 5343 0 0 0 7 2 0 0 18 0 12 0 10325388 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1527644 CPUtime=0.09
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 2578 0 0 0 8 1 0 0 18 0 12 0 10325388 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 10325391 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10325391 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10325391 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10325399 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1527644 CPUtime=0.02
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 103 0 0 0 2 0 0 0 19 0 12 0 10325399 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1527644 CPUtime=0.3
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 917 0 1 0 30 0 0 0 16 0 12 0 10325399 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10325399 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1527644 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) R 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10325399 1564307456 41217 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1527644

[startup+6.30204 s]
/proc/loadavg: 1.09 1.13 1.06 2/118 17219
/proc/meminfo: memFree=1584728/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1535092 CPUtime=7.84
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 76158 0 41 0 748 36 0 0 16 0 12 0 10325371 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383773 68435 1418 10 0 381075 0
[pid=17207/tid=17209] ppid=17205 vsize=1535092 CPUtime=5.31
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 32006 0 9 0 514 17 0 0 25 0 12 0 10325379 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4109319668 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1535092 CPUtime=0.61
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 17057 0 0 0 54 7 0 0 16 0 12 0 10325388 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1535092 CPUtime=0.63
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 19808 0 0 0 55 8 0 0 16 0 12 0 10325388 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10325391 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10325391 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10325391 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10325399 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1535092 CPUtime=0.68
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4886 0 0 0 67 1 0 0 15 0 12 0 10325399 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1535092 CPUtime=0.55
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1359 0 1 0 55 0 0 0 16 0 12 0 10325399 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10325399 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10325399 1571934208 68435 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 1535092

[startup+12.701 s]
/proc/loadavg: 1.32 1.18 1.07 2/118 17219
/proc/meminfo: memFree=1400340/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1535092 CPUtime=16.44
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 127320 0 41 0 1583 61 0 0 16 0 12 0 10325371 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383773 112723 1418 10 0 381075 0
[pid=17207/tid=17209] ppid=17205 vsize=1535092 CPUtime=9.43
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 32018 0 9 0 926 17 0 0 25 0 12 0 10325379 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4109292138 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1535092 CPUtime=2.84
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 42828 0 0 0 266 18 0 0 16 0 12 0 10325388 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1535092 CPUtime=2.85
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 45187 0 0 0 265 20 0 0 16 0 12 0 10325388 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10325391 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10325391 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10325391 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10325399 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1535092 CPUtime=0.69
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4886 0 0 0 68 1 0 0 15 0 12 0 10325399 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1535092 CPUtime=0.55
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1359 0 1 0 55 0 0 0 16 0 12 0 10325399 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10325399 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1535092 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10325399 1571934208 112723 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 1535092

[startup+25.5012 s]
/proc/loadavg: 1.27 1.17 1.07 2/119 17220
/proc/meminfo: memFree=1304368/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1534776 CPUtime=31.32
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 146492 0 42 0 3057 75 0 0 16 0 13 0 10325371 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383694 131053 1439 10 0 380996 0
[pid=17207/tid=17209] ppid=17205 vsize=1534776 CPUtime=20.77
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 32103 0 9 0 2058 19 0 0 25 0 13 0 10325379 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4109921788 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1534776 CPUtime=3.7
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 54250 0 0 0 345 25 0 0 16 0 13 0 10325388 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1534776 CPUtime=3.76
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 52711 0 0 0 350 26 0 0 15 0 13 0 10325388 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1534776 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10325391 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1534776 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1534776 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1534776 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1571610624 131053 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1534776 CPUtime=1.57

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

[pid=17207/tid=17212] ppid=17205 vsize=1533068 CPUtime=4.5
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 18415 0 0 0 432 18 0 0 15 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1533068 CPUtime=1.78
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4974 0 1 0 177 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1533068 CPUtime=1.51
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1423 0 1 0 151 0 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1533068 CPUtime=0.02
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 86 0 0 0 1 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10327123 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1578.66
Current children cumulated vsize (KiB) 1533068

[startup+1542.3 s]
/proc/loadavg: 1.21 1.14 1.10 2/119 17263
/proc/meminfo: memFree=409472/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1533068 CPUtime=1641.09
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 391534 0 42 0 163689 420 0 0 16 0 13 0 10325371 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383267 350226 1445 10 0 380569 0
[pid=17207/tid=17209] ppid=17205 vsize=1533068 CPUtime=1417.88
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 34444 0 9 0 141753 35 0 0 25 0 13 0 10325379 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4109777856 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1533068 CPUtime=107.68
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 171199 0 0 0 10578 190 0 0 15 0 13 0 10325388 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1533068 CPUtime=105.77
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 155392 0 0 0 10409 168 0 0 16 0 13 0 10325388 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1533068 CPUtime=6.38
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 22977 0 0 0 618 20 0 0 15 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1533068 CPUtime=1.78
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4974 0 1 0 177 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1533068 CPUtime=1.51
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1423 0 1 0 151 0 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1533068 CPUtime=0.02
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 89 0 0 0 1 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10327123 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1641.09
Current children cumulated vsize (KiB) 1533068

[startup+1602.3 s]
/proc/loadavg: 1.08 1.11 1.09 2/119 17265
/proc/meminfo: memFree=409472/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1533068 CPUtime=1702.78
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 391631 0 42 0 169846 432 0 0 16 0 13 0 10325371 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383267 350226 1445 10 0 380569 0
[pid=17207/tid=17209] ppid=17205 vsize=1533068 CPUtime=1475.23
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 34537 0 9 0 147487 36 0 0 25 0 13 0 10325379 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4109837379 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1533068 CPUtime=109.84
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 171199 0 0 0 10788 196 0 0 16 0 13 0 10325388 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1533068 CPUtime=107.93
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 155392 0 0 0 10620 173 0 0 16 0 13 0 10325388 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1533068 CPUtime=6.38
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 22979 0 0 0 618 20 0 0 15 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1533068 CPUtime=1.78
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4974 0 1 0 177 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1533068 CPUtime=1.51
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1423 0 1 0 151 0 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1533068 CPUtime=0.02
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 10325399 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10327123 1569861632 350226 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1702.78
Current children cumulated vsize (KiB) 1533068

[startup+1662.3 s]
/proc/loadavg: 1.13 1.12 1.09 2/119 17267
/proc/meminfo: memFree=409472/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1533068 CPUtime=1765.43
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 391727 0 42 0 176103 440 0 0 16 0 13 0 10325371 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383267 350227 1445 10 0 380569 0
[pid=17207/tid=17209] ppid=17205 vsize=1533068 CPUtime=1531.94
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 34624 0 9 0 153158 36 0 0 25 0 13 0 10325379 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4109837232 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1533068 CPUtime=112.8
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 171199 0 0 0 11080 200 0 0 16 0 13 0 10325388 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1533068 CPUtime=110.87
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 155392 0 0 0 10911 176 0 0 16 0 13 0 10325388 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1533068 CPUtime=6.4
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 22983 0 0 0 620 20 0 0 15 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1533068 CPUtime=1.8
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4975 0 1 0 179 1 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1533068 CPUtime=1.51
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1423 0 1 0 151 0 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1533068 CPUtime=0.02
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 95 0 0 0 1 1 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10327123 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1765.43
Current children cumulated vsize (KiB) 1533068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1695.2 s]
/proc/loadavg: 1.08 1.11 1.09 2/119 17267
/proc/meminfo: memFree=409472/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=1533068 CPUtime=1800.06
/proc/17207/stat : 17207 (java) S 17205 17207 16818 0 -1 4202496 391779 0 42 0 179562 444 0 0 16 0 13 0 10325371 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 383267 350227 1445 10 0 380569 0
[pid=17207/tid=17209] ppid=17205 vsize=1533068 CPUtime=1562.82
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16818 0 -1 4202560 34672 0 9 0 156246 36 0 0 25 0 13 0 10325379 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4109921400 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=17207/tid=17210] ppid=17205 vsize=1533068 CPUtime=114.71
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16818 0 -1 4202560 171199 0 0 0 11270 201 0 0 16 0 13 0 10325388 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1533068 CPUtime=112.7
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16818 0 -1 4202560 155392 0 0 0 11092 178 0 0 16 0 13 0 10325388 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1533068 CPUtime=6.41
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16818 0 -1 4202560 22985 0 0 0 620 21 0 0 15 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10325391 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1533068 CPUtime=1.8
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16818 0 -1 4202560 4975 0 1 0 179 1 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1533068 CPUtime=1.51
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16818 0 -1 4202560 1423 0 1 0 151 0 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1533068 CPUtime=0.02
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16818 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 10325399 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1533068 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10327123 1569861632 350227 1992294400 134512640 134550932 4288482080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830625408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533068

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

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

[startup+1695.31 s]
/proc/loadavg: 1.08 1.11 1.09 2/119 17267
/proc/meminfo: memFree=409472/2059040 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=0 CPUtime=1800.17
/proc/17207/stat : 17207 (java) Z 17205 17207 16818 0 -1 4203548 391798 0 42 0 179569 448 0 0 15 0 2 0 10325371 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 5
/proc/17207/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1695.4
CPU time (s): 1800.26
CPU user time (s): 1795.7
CPU system time (s): 4.56331
CPU usage (%): 106.185
Max. virtual memory (cumulated for all children) (KiB): 1551320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.7
system time used= 4.56331
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391798
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65014
involuntary context switches= 48782

runsolver used 3.59745 second user time and 9.24359 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 14:12:06
IDJOB=2661440
IDBENCH=71862
IDSOLVER=1165
FILE ID=node039/2661440-1276690324
PBS_JOBID= 11172592
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__64.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661440-1276690324/watcher-2661440-1276690324 -o /tmp/evaluation-result-2661440-1276690324/solver-2661440-1276690324 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661440-1276690324.opb

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

MD5SUM BENCH= 8fe120f02e998b2f2f763372a647b0f9
RANDOM SEED=157759865

node039.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.267
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.53
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.267
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:       1830076 kB
Buffers:          1544 kB
Cached:          91268 kB
SwapCached:          0 kB
Active:         112080 kB
Inactive:        40084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830076 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           29876 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15432 kB
Slab:            55012 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182448 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= 62524 MiB
End job on node039 at 2010-06-16 14:40:23