Trace number 2670047

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.31 1773.76

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=173-P1=191-P2=127-P3=113-P4=97-P5=167-B.opb
MD5SUM88214650523f8a2de77e1fd9d134abd8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.566912
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2670047-1276700445.opb
0.24/0.22	c reading problem ... 
0.41/0.36	c ... done. Wall clock time 0.146s.
0.41/0.36	c #vars     440
0.41/0.36	c #constraints  656
0.41/0.36	c constraints type 
0.41/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.41/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
36.44/34.06	c cleaning 0 clauses out of 5000 with flag 0/5000
176.43/172.97	c cleaning 0 clauses out of 11000 with flag 0/11000
430.86/424.95	c cleaning 0 clauses out of 18001 with flag 0/18001
918.18/906.71	c cleaning 0 clauses out of 26002 with flag 0/26002
1800.10/1773.62	c starts		: 61
1800.10/1773.62	c conflicts		: 33467
1800.10/1773.62	c decisions		: 36178
1800.10/1773.62	c propagations		: 524558
1800.10/1773.62	c inspects		: 889781949
1800.10/1773.62	c learnt literals	: 0
1800.10/1773.62	c learnt binary clauses	: 0
1800.10/1773.62	c learnt ternary clauses	: 0
1800.10/1773.62	c learnt clauses	: 33466
1800.10/1773.62	c ignored clauses	: 0
1800.10/1773.62	c root simplifications	: 0
1800.10/1773.62	c removed literals (reason simplification)	: 0
1800.10/1773.62	c reason swapping (by a shorter reason)	: 0
1800.10/1773.62	c Calls to reduceDB	: 4
1800.10/1773.62	c number of reductions to clauses (during analyze)	: 0
1800.10/1773.62	c number of learned constraints concerned by reduction	: 0
1800.10/1773.62	c number of learning phase by resolution	: 0
1800.10/1773.62	c number of learning phase by cutting planes	: 0
1800.10/1773.62	c speed (assignments/second)	: 295.8166173599496
1800.10/1773.62	c non guided choices	415
1800.10/1773.67	c learnt constraints type 
1800.10/1773.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 156
1800.10/1773.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 33311
1800.10/1773.67	c constraints type 
1800.10/1773.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
1800.10/1773.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
1800.10/1773.67	s UNKNOWN
1800.10/1773.68	c Total wall clock time (in seconds): 1773.459

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-2670047-1276700445/watcher-2670047-1276700445 -o /tmp/evaluation-result-2670047-1276700445/solver-2670047-1276700445 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670047-1276700445.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.19 1.14 0.93 3/106 15872
/proc/meminfo: memFree=1838040/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=428 CPUtime=0
/proc/15872/stat : 15872 (java6) R 15870 15872 15714 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 11336092 438272 43 1992294400 134512640 134550932 4290364096 18446744073709551615 1258068 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15872/statm: 107 43 33 10 0 25 0

[startup+0.022207 s]
/proc/loadavg: 1.19 1.14 0.93 3/106 15872
/proc/meminfo: memFree=1838040/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=13764 CPUtime=0.01
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 1225 0 1 0 0 1 0 0 15 0 2 0 11336092 14094336 672 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 3441 672 339 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13764

[startup+0.101119 s]
/proc/loadavg: 1.19 1.14 0.93 3/106 15872
/proc/meminfo: memFree=1838040/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1524184 CPUtime=0.08
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 11336092 1560764416 3387 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 381046 3387 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.326862 s]
/proc/loadavg: 1.19 1.14 0.93 3/106 15872
/proc/meminfo: memFree=1838040/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1526396 CPUtime=0.41
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 5359 0 1 0 38 3 0 0 15 0 12 0 11336092 1563029504 4796 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 381599 4796 1366 10 0 378901 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526396

[startup+0.701172 s]
/proc/loadavg: 1.19 1.14 0.93 3/106 15872
/proc/meminfo: memFree=1838040/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1527760 CPUtime=1.13
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 6830 0 1 0 109 4 0 0 15 0 13 0 11336092 1564426240 5958 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 381940 5958 1405 10 0 379242 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527760

[startup+1.50225 s]
/proc/loadavg: 1.18 1.14 0.93 4/119 15885
/proc/meminfo: memFree=1790196/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1547488 CPUtime=2.66
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 20434 0 1 0 256 10 0 0 15 0 13 0 11336092 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 386872 16018 1424 10 0 384174 0
[pid=15872/tid=15874] ppid=15870 vsize=1547488 CPUtime=0.97
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 9994 0 1 0 92 5 0 0 18 0 13 0 11336094 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4108892719 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 11336095 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 11336095 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11336097 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11336098 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11336098 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1547488 CPUtime=0.68
/proc/15872/task/15881/stat : 15881 (java) R 15870 15872 15714 0 -1 4202560 4289 0 0 0 67 1 0 0 16 0 13 0 11336102 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 104163858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1547488 CPUtime=0.98
/proc/15872/task/15882/stat : 15882 (java) R 15870 15872 15714 0 -1 4202560 5085 0 0 0 96 2 0 0 17 0 13 0 11336102 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 102393975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11336102 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1547488 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1584627712 16018 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1547488

[startup+3.10339 s]
/proc/loadavg: 1.18 1.14 0.93 2/119 15885
/proc/meminfo: memFree=1740472/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1548948 CPUtime=5.05
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 44205 0 1 0 485 20 0 0 15 0 13 0 11336092 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387237 39216 1438 10 0 384539 0
[pid=15872/tid=15874] ppid=15870 vsize=1548948 CPUtime=2
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 32099 0 1 0 186 14 0 0 19 0 13 0 11336094 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 13 0 11336095 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 209 0 0 0 0 0 0 0 18 0 13 0 11336095 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 11336097 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1548948 CPUtime=1.36
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4363 0 0 0 135 1 0 0 15 0 13 0 11336102 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1548948 CPUtime=1.63
/proc/15872/task/15882/stat : 15882 (java) R 15870 15872 15714 0 -1 4202560 6220 0 0 0 161 2 0 0 15 0 13 0 11336102 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 105578645 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11336102 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1586122752 39216 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1548948

[startup+6.30165 s]
/proc/loadavg: 1.18 1.14 0.93 2/119 15885
/proc/meminfo: memFree=1675372/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1548948 CPUtime=8.5
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 53254 0 1 0 827 23 0 0 15 0 13 0 11336092 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387237 48158 1438 10 0 384539 0
[pid=15872/tid=15874] ppid=15870 vsize=1548948 CPUtime=5.05
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 37171 0 1 0 490 15 0 0 19 0 13 0 11336094 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4108913097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1548948 CPUtime=0.07
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 2272 0 0 0 7 0 0 0 16 0 13 0 11336095 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1548948 CPUtime=0.07
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 2117 0 0 0 7 0 0 0 16 0 13 0 11336095 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11336097 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1548948 CPUtime=1.48
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4374 0 0 0 147 1 0 0 15 0 13 0 11336102 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1548948 CPUtime=1.75
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6226 0 0 0 173 2 0 0 15 0 13 0 11336102 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11336102 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1586122752 48158 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1548948

[startup+12.7022 s]
/proc/loadavg: 1.15 1.13 0.93 2/119 15885
/proc/meminfo: memFree=1641644/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1548948 CPUtime=14.96
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 55565 0 1 0 1472 24 0 0 15 0 13 0 11336092 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387237 50225 1438 10 0 384539 0
[pid=15872/tid=15874] ppid=15870 vsize=1548948 CPUtime=11.38
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 37179 0 1 0 1123 15 0 0 25 0 13 0 11336094 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4108898013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1548948 CPUtime=0.15
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 3651 0 0 0 14 1 0 0 15 0 13 0 11336095 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1548948 CPUtime=0.14
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 3041 0 0 0 13 1 0 0 16 0 13 0 11336095 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11336097 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1548948 CPUtime=1.48
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4374 0 0 0 147 1 0 0 15 0 13 0 11336102 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1548948 CPUtime=1.75
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6226 0 0 0 173 2 0 0 15 0 13 0 11336102 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11336102 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1548948 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1586122752 50225 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1548948

[startup+25.5093 s]
/proc/loadavg: 1.13 1.13 0.93 2/119 15894
/proc/meminfo: memFree=1631840/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1548948 CPUtime=27.87
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 58320 0 1 0 2761 26 0 0 15 0 13 0 11336092 1586122752 52626 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387237 52626 1438 10 0 384539 0
[pid=15872/tid=15874] ppid=15870 vsize=1548948 CPUtime=24.04
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 37197 0 1 0 2389 15 0 0 21 0 13 0 11336094 1586122752 52626 1992294400 134512640 134550932 4287674416 18446744073709551615 4109407923 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1548948 CPUtime=0.25
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 5012 0 0 0 23 2 0 0 16 0 13 0 11336095 1586122752 52626 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1548948 CPUtime=0.25
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 4416 0 0 0 23 2 0 0 15 0 13 0 11336095 1586122752 52626 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1548948 CPUtime=0

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

[pid=15872] ppid=15870 vsize=1550996 CPUtime=1625.43
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 99173 0 1 0 162422 121 0 0 15 0 13 0 11336092 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387749 89331 1448 10 0 385051 0
[pid=15872/tid=15874] ppid=15870 vsize=1550996 CPUtime=1577.04
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 38310 0 1 0 157683 21 0 0 25 0 13 0 11336094 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4108898013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1550996 CPUtime=21.62
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 25663 0 0 0 2123 39 0 0 16 0 13 0 11336095 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1550996 CPUtime=21.57
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 22396 0 0 0 2112 45 0 0 15 0 13 0 11336095 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1550996 CPUtime=1.62
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 600 0 0 0 154 8 0 0 15 0 13 0 11336097 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1550996 CPUtime=1.53
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4379 0 0 0 152 1 0 0 15 0 13 0 11336102 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1550996 CPUtime=1.96
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6671 0 0 0 194 2 0 0 15 0 13 0 11336102 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 11336102 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1588219904 89331 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.43
Current children cumulated vsize (KiB) 1550996

[startup+1662.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 15938
/proc/meminfo: memFree=1480816/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1550996 CPUtime=1686.6
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 99883 0 1 0 168534 126 0 0 15 0 13 0 11336092 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387749 89988 1448 10 0 385051 0
[pid=15872/tid=15874] ppid=15870 vsize=1550996 CPUtime=1635.79
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 38349 0 1 0 163558 21 0 0 25 0 13 0 11336094 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4108877298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1550996 CPUtime=22.84
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 25909 0 0 0 2244 40 0 0 15 0 13 0 11336095 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1550996 CPUtime=22.76
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 22813 0 0 0 2228 48 0 0 16 0 13 0 11336095 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1550996 CPUtime=1.64
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 604 0 0 0 155 9 0 0 15 0 13 0 11336097 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1550996 CPUtime=1.53
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4379 0 0 0 152 1 0 0 15 0 13 0 11336102 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1550996 CPUtime=1.96
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6671 0 0 0 194 2 0 0 15 0 13 0 11336102 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11336102 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1588219904 89988 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1686.6
Current children cumulated vsize (KiB) 1550996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 15940
/proc/meminfo: memFree=1478956/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1550996 CPUtime=1747.77
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 100359 0 1 0 174648 129 0 0 15 0 13 0 11336092 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387749 90416 1448 10 0 385051 0
[pid=15872/tid=15874] ppid=15870 vsize=1550996 CPUtime=1694.52
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 38388 0 1 0 169431 21 0 0 25 0 13 0 11336094 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4108877798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1550996 CPUtime=24.06
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 26034 0 0 0 2366 40 0 0 15 0 13 0 11336095 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1550996 CPUtime=23.98
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 23117 0 0 0 2347 51 0 0 16 0 13 0 11336095 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1550996 CPUtime=1.64
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 608 0 0 0 155 9 0 0 15 0 13 0 11336097 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1550996 CPUtime=1.53
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4379 0 0 0 152 1 0 0 15 0 13 0 11336102 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1550996 CPUtime=1.96
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6671 0 0 0 194 2 0 0 15 0 13 0 11336102 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11336102 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1588219904 90416 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.77
Current children cumulated vsize (KiB) 1550996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 15942
/proc/meminfo: memFree=1477468/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1550996 CPUtime=1800.1
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 100739 0 1 0 179877 133 0 0 15 0 13 0 11336092 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387749 90756 1448 10 0 385051 0
[pid=15872/tid=15874] ppid=15870 vsize=1550996 CPUtime=1744.75
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 38421 0 1 0 174454 21 0 0 25 0 13 0 11336094 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4109062556 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1550996 CPUtime=25.1
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 26209 0 0 0 2468 42 0 0 16 0 13 0 11336095 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1550996 CPUtime=25.02
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 23284 0 0 0 2450 52 0 0 15 0 13 0 11336095 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1550996 CPUtime=1.65
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 611 0 0 0 156 9 0 0 15 0 13 0 11336097 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11336098 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11336102 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1550996 CPUtime=1.53
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4379 0 0 0 152 1 0 0 15 0 13 0 11336102 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1550996 CPUtime=1.96
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6671 0 0 0 194 2 0 0 15 0 13 0 11336102 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11336102 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 11336102 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1550996 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336130 1588219904 90756 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1550996

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

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

[startup+1773.72 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 15942
/proc/meminfo: memFree=1477468/2059040 swapFree=4141108/4192956
[pid=15872] ppid=15870 vsize=1551644 CPUtime=1800.27
/proc/15872/stat : 15872 (java) S 15870 15872 15714 0 -1 4202496 100762 0 1 0 179894 133 0 0 15 0 14 0 11336092 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15872/statm: 387911 90779 1451 10 0 385213 0
[pid=15872/tid=15874] ppid=15870 vsize=1551644 CPUtime=1744.86
/proc/15872/task/15874/stat : 15874 (java) R 15870 15872 15714 0 -1 4202560 38421 0 1 0 174465 21 0 0 25 0 14 0 11336094 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4108898013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15872/tid=15875] ppid=15870 vsize=1551644 CPUtime=25.1
/proc/15872/task/15875/stat : 15875 (java) S 15870 15872 15714 0 -1 4202560 26209 0 0 0 2468 42 0 0 16 0 14 0 11336095 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15876] ppid=15870 vsize=1551644 CPUtime=25.02
/proc/15872/task/15876/stat : 15876 (java) S 15870 15872 15714 0 -1 4202560 23284 0 0 0 2450 52 0 0 15 0 14 0 11336095 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15877] ppid=15870 vsize=1551644 CPUtime=1.65
/proc/15872/task/15877/stat : 15877 (java) S 15870 15872 15714 0 -1 4202560 611 0 0 0 156 9 0 0 15 0 14 0 11336097 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 0 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15878] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15878/stat : 15878 (java) S 15870 15872 15714 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 11336098 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15879] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15879/stat : 15879 (java) S 15870 15872 15714 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 11336098 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15880] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15880/stat : 15880 (java) S 15870 15872 15714 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 11336102 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15881] ppid=15870 vsize=1551644 CPUtime=1.53
/proc/15872/task/15881/stat : 15881 (java) S 15870 15872 15714 0 -1 4202560 4379 0 0 0 152 1 0 0 15 0 14 0 11336102 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15882] ppid=15870 vsize=1551644 CPUtime=1.99
/proc/15872/task/15882/stat : 15882 (java) S 15870 15872 15714 0 -1 4202560 6674 0 0 0 197 2 0 0 15 0 14 0 11336102 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15883] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15883/stat : 15883 (java) S 15870 15872 15714 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11336102 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 0 0 0 0
[pid=15872/tid=15884] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15884/stat : 15884 (java) S 15870 15872 15714 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 14 0 11336102 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
[pid=15872/tid=15885] ppid=15870 vsize=1551644 CPUtime=0
/proc/15872/task/15885/stat : 15885 (java) S 15870 15872 15714 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11336130 1588883456 90779 1992294400 134512640 134550932 4287674416 18446744073709551615 4294960144 0 4 0 16800975 18446604437837515584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1551644

Child status: 143
Real time (s): 1773.76
CPU time (s): 1800.31
CPU user time (s): 1798.95
CPU system time (s): 1.36679
CPU usage (%): 101.497
Max. virtual memory (cumulated for all children) (KiB): 1551644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.36679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100763
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= 46634
involuntary context switches= 36097

runsolver used 3.45047 second user time and 9.60954 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 17:00:45
IDJOB=2670047
IDBENCH=48006
IDSOLVER=1165
FILE ID=node050/2670047-1276700445
PBS_JOBID= 11174094
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=173-P1=191-P2=127-P3=113-P4=97-P5=167-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670047-1276700445/watcher-2670047-1276700445 -o /tmp/evaluation-result-2670047-1276700445/solver-2670047-1276700445 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670047-1276700445.opb

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

MD5SUM BENCH= 88214650523f8a2de77e1fd9d134abd8
RANDOM SEED=1839235410

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838436 kB
Buffers:         18428 kB
Cached:         112172 kB
SwapCached:       6568 kB
Active:          71640 kB
Inactive:        73100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838436 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       11856 kB
Mapped:          13024 kB
Slab:            53888 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181440 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= 62572 MiB
End job on node050 at 2010-06-16 17:30:20