Trace number 2670027

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 1772.56

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
MD5SUMe808e428ddeed4827e7f6cc4dcf60aa4
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 benchmark14.7718
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 variables189
Total number of constraints15
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 constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

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-2670027-1276700435.opb
0.24/0.22	c reading problem ... 
0.53/0.45	c ... done. Wall clock time 0.232s.
0.53/0.45	c #vars     756
0.53/0.45	c #constraints  1156
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
63.51/60.03	c cleaning 0 clauses out of 5000 with flag 0/5000
263.52/258.57	c cleaning 0 clauses out of 11000 with flag 0/11000
590.38/582.11	c cleaning 0 clauses out of 18001 with flag 0/18001
1343.52/1324.45	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.07/1772.45	c starts		: 62
1800.07/1772.45	c conflicts		: 34289
1800.07/1772.45	c decisions		: 37211
1800.07/1772.45	c propagations		: 533138
1800.07/1772.45	c inspects		: 825337934
1800.07/1772.45	c learnt literals	: 0
1800.07/1772.45	c learnt binary clauses	: 0
1800.07/1772.45	c learnt ternary clauses	: 0
1800.07/1772.45	c learnt clauses	: 34289
1800.07/1772.45	c ignored clauses	: 0
1800.07/1772.45	c root simplifications	: 0
1800.07/1772.45	c removed literals (reason simplification)	: 0
1800.07/1772.45	c reason swapping (by a shorter reason)	: 0
1800.07/1772.45	c Calls to reduceDB	: 4
1800.07/1772.45	c number of reductions to clauses (during analyze)	: 0
1800.07/1772.46	c number of learned constraints concerned by reduction	: 0
1800.07/1772.46	c number of learning phase by resolution	: 0
1800.07/1772.46	c number of learning phase by cutting planes	: 0
1800.07/1772.46	c speed (assignments/second)	: 300.8669270871543
1800.07/1772.46	c non guided choices	683
1800.07/1772.49	c learnt constraints type 
1800.07/1772.49	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 184
1800.07/1772.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34105
1800.07/1772.49	c constraints type 
1800.07/1772.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
1800.07/1772.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
1800.07/1772.49	s UNKNOWN
1800.07/1772.49	c Total wall clock time (in seconds): 1772.278

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-2670027-1276700435/watcher-2670027-1276700435 -o /tmp/evaluation-result-2670027-1276700435/solver-2670027-1276700435 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670027-1276700435.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.12 1.23 1.00 3/106 16883
/proc/meminfo: memFree=1823768/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1752 CPUtime=0
/proc/16883/stat : 16883 (java6) R 16881 16883 16765 0 -1 4194304 141 0 0 0 0 0 0 0 23 0 1 0 11335982 1794048 61 1992294400 134512640 134550932 4293036816 18446744073709551615 2048034 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16883/statm: 438 73 58 10 0 30 0

[startup+0.104222 s]
/proc/loadavg: 1.12 1.23 1.00 3/106 16883
/proc/meminfo: memFree=1823768/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1524184 CPUtime=0.08
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 3967 0 1 0 6 2 0 0 15 0 12 0 11335982 1560764416 3406 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 381046 3406 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.212362 s]
/proc/loadavg: 1.12 1.23 1.00 3/106 16883
/proc/meminfo: memFree=1823768/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1526432 CPUtime=0.24
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 5106 0 1 0 21 3 0 0 15 0 12 0 11335982 1563066368 4543 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 381608 4543 1347 10 0 378910 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526432

[startup+0.342819 s]
/proc/loadavg: 1.12 1.23 1.00 3/106 16883
/proc/meminfo: memFree=1823768/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1526928 CPUtime=0.44
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 5511 0 1 0 41 3 0 0 15 0 12 0 11335982 1563574272 4948 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 381732 4948 1369 10 0 379034 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1526928

[startup+0.701294 s]
/proc/loadavg: 1.12 1.23 1.00 3/106 16883
/proc/meminfo: memFree=1823768/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1529880 CPUtime=1.1
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 6931 0 1 0 106 4 0 0 15 0 13 0 11335982 1566597120 6254 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 382470 6254 1404 10 0 379772 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529880

[startup+1.50138 s]
/proc/loadavg: 1.12 1.23 1.00 4/119 16896
/proc/meminfo: memFree=1780576/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546276 CPUtime=2.67
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 21061 0 1 0 257 10 0 0 15 0 13 0 11335982 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386569 16827 1412 10 0 383871 0
[pid=16883/tid=16885] ppid=16881 vsize=1546276 CPUtime=1.17
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 10959 0 1 0 111 6 0 0 18 0 13 0 11335984 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4108703706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 11335985 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11335985 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 11335987 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 11335987 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11335987 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546276 CPUtime=0.39
/proc/16883/task/16892/stat : 16892 (java) R 16881 16883 16765 0 -1 4202560 2725 0 0 0 38 1 0 0 18 0 13 0 11335992 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546276 CPUtime=1.08
/proc/16883/task/16893/stat : 16893 (java) R 16881 16883 16765 0 -1 4202560 6310 0 0 0 107 1 0 0 16 0 13 0 11335992 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 103333441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11335992 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546276 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583386624 16827 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1546276

[startup+3.10155 s]
/proc/loadavg: 1.12 1.23 1.00 4/119 16896
/proc/meminfo: memFree=1733952/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1547548 CPUtime=5.86
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 47523 0 1 0 564 22 0 0 15 0 13 0 11335982 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386887 38998 1435 10 0 384189 0
[pid=16883/tid=16885] ppid=16881 vsize=1547548 CPUtime=2.65
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 32061 0 1 0 250 15 0 0 18 0 13 0 11335984 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4109291660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 13 0 11335985 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 243 0 0 0 0 0 0 0 18 0 13 0 11335985 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 11335987 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) R 16881 16883 16765 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 11335987 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11335987 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1547548 CPUtime=0.6
/proc/16883/task/16892/stat : 16892 (java) R 16881 16883 16765 0 -1 4202560 3048 0 0 0 59 1 0 0 18 0 13 0 11335992 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 103979080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1547548 CPUtime=2.56
/proc/16883/task/16893/stat : 16893 (java) R 16881 16883 16765 0 -1 4202560 10886 0 0 0 252 4 0 0 18 0 13 0 11335992 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 105715762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11335992 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1547548 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1584689152 38998 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1547548

[startup+6.30191 s]
/proc/loadavg: 1.11 1.23 1.00 2/119 16896
/proc/meminfo: memFree=1665256/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=9.38
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 50609 0 1 0 914 24 0 0 15 0 13 0 11335982 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 41709 1437 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=5.76
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 32069 0 1 0 561 15 0 0 25 0 13 0 11335984 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4109073693 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=0.06
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 1650 0 0 0 6 0 0 0 16 0 13 0 11335985 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=0.06
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 1794 0 0 0 6 0 0 0 16 0 13 0 11335985 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 11335987 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=0.82
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3111 0 0 0 81 1 0 0 15 0 13 0 11335992 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.61
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 257 4 0 0 15 0 13 0 11335992 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 41709 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1546192

[startup+12.7016 s]
/proc/loadavg: 1.10 1.22 1.00 3/119 16896
/proc/meminfo: memFree=1631528/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=15.84
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 58524 0 1 0 1557 27 0 0 15 0 13 0 11335982 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 49143 1437 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=12.07
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 36467 0 1 0 1190 17 0 0 25 0 13 0 11335984 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4109073693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=0.14
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 3193 0 0 0 13 1 0 0 15 0 13 0 11335985 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=0.13
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 3768 0 0 0 12 1 0 0 16 0 13 0 11335985 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11335987 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=0.83
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3111 0 0 0 82 1 0 0 15 0 13 0 11335992 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.61
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 257 4 0 0 15 0 13 0 11335992 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 49143 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 1546192

[startup+25.501 s]
/proc/loadavg: 1.08 1.21 1.00 2/119 16896
/proc/meminfo: memFree=1614788/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=28.78
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 63374 0 1 0 2848 30 0 0 15 0 13 0 11335982 1583300608 53307 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 53307 1437 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=24.71
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 36484 0 1 0 2454 17 0 0 25 0 13 0 11335984 1583300608 53307 1992294400 134512640 134550932 4293812240 18446744073709551615 4109054994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=0.27
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 5517 0 0 0 25 2 0 0 16 0 13 0 11335985 1583300608 53307 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=0.26
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 6277 0 0 0 24 2 0 0 16 0 13 0 11335985 1583300608 53307 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=0.01

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

[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=1
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3120 0 0 0 99 1 0 0 15 0 13 0 11335992 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.66
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 262 4 0 0 15 0 13 0 11335992 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 97089 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1564.64
Current children cumulated vsize (KiB) 1546192

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 3/119 16947
/proc/meminfo: memFree=1430400/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=1625.72
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 113581 0 1 0 162462 110 0 0 15 0 13 0 11335982 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 98934 1447 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=1577.63
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 37578 0 1 0 157740 23 0 0 25 0 13 0 11335984 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4109458175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=21.2
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 31456 0 0 0 2087 33 0 0 16 0 13 0 11335985 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=21.18
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 29149 0 0 0 2082 36 0 0 15 0 13 0 11335985 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=1.97
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 221 0 0 0 189 8 0 0 15 0 13 0 11335987 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=1
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3120 0 0 0 99 1 0 0 15 0 13 0 11335992 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.66
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 262 4 0 0 15 0 13 0 11335992 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 98934 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.72
Current children cumulated vsize (KiB) 1546192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 16949
/proc/meminfo: memFree=1425564/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=1687.22
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 114918 0 1 0 168608 114 0 0 15 0 13 0 11335982 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 100161 1447 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=1636.06
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 37617 0 1 0 163583 23 0 0 25 0 13 0 11335984 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4109462300 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=22.73
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 32202 0 0 0 2237 36 0 0 16 0 13 0 11335985 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=22.72
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 29696 0 0 0 2235 37 0 0 16 0 13 0 11335985 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=1.98
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 224 0 0 0 189 9 0 0 15 0 13 0 11335987 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=1
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3120 0 0 0 99 1 0 0 15 0 13 0 11335992 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.66
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 262 4 0 0 15 0 13 0 11335992 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 100161 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1687.22
Current children cumulated vsize (KiB) 1546192

[startup+1722.3 s]
/proc/loadavg: 1.09 1.03 1.01 2/119 16951
/proc/meminfo: memFree=1419860/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=1748.65
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 116397 0 1 0 174746 119 0 0 15 0 13 0 11335982 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 101562 1447 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=1694.54
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 37654 0 1 0 169431 23 0 0 25 0 13 0 11335984 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4109073693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=24.2
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 32766 0 0 0 2384 36 0 0 15 0 13 0 11335985 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=24.19
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 30566 0 0 0 2377 42 0 0 16 0 13 0 11335985 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=2
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 228 0 0 0 191 9 0 0 15 0 13 0 11335987 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=1
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3120 0 0 0 99 1 0 0 15 0 13 0 11335992 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.66
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 262 4 0 0 15 0 13 0 11335992 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 101562 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.65
Current children cumulated vsize (KiB) 1546192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.4 s]
/proc/loadavg: 1.12 1.04 1.01 2/119 16953
/proc/meminfo: memFree=1416884/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=1546192 CPUtime=1800.07
/proc/16883/stat : 16883 (java) S 16881 16883 16765 0 -1 4202496 117102 0 1 0 179883 124 0 0 15 0 13 0 11335982 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 386548 102221 1447 10 0 383850 0
[pid=16883/tid=16885] ppid=16881 vsize=1546192 CPUtime=1743.31
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4202560 37686 0 1 0 174308 23 0 0 25 0 13 0 11335984 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4109054982 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16883/tid=16886] ppid=16881 vsize=1546192 CPUtime=25.51
/proc/16883/task/16886/stat : 16886 (java) S 16881 16883 16765 0 -1 4202560 33014 0 0 0 2515 36 0 0 16 0 13 0 11335985 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16887] ppid=16881 vsize=1546192 CPUtime=25.5
/proc/16883/task/16887/stat : 16887 (java) S 16881 16883 16765 0 -1 4202560 30983 0 0 0 2504 46 0 0 16 0 13 0 11335985 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16888] ppid=16881 vsize=1546192 CPUtime=2
/proc/16883/task/16888/stat : 16888 (java) S 16881 16883 16765 0 -1 4202560 232 0 0 0 191 9 0 0 15 0 13 0 11335987 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 0 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16889] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16889/stat : 16889 (java) S 16881 16883 16765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16890] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16890/stat : 16890 (java) S 16881 16883 16765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11335987 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16891] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16891/stat : 16891 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11335992 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16892] ppid=16881 vsize=1546192 CPUtime=1
/proc/16883/task/16892/stat : 16892 (java) S 16881 16883 16765 0 -1 4202560 3120 0 0 0 99 1 0 0 15 0 13 0 11335992 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16893] ppid=16881 vsize=1546192 CPUtime=2.66
/proc/16883/task/16893/stat : 16893 (java) S 16881 16883 16765 0 -1 4202560 10890 0 0 0 262 4 0 0 15 0 13 0 11335992 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16894] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16894/stat : 16894 (java) S 16881 16883 16765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11335992 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 0 0 0 0
[pid=16883/tid=16895] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16895/stat : 16895 (java) S 16881 16883 16765 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 11335992 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
[pid=16883/tid=16896] ppid=16881 vsize=1546192 CPUtime=0
/proc/16883/task/16896/stat : 16896 (java) S 16881 16883 16765 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11336028 1583300608 102221 1992294400 134512640 134550932 4293812240 18446744073709551615 4294960144 0 4 0 16800975 18446604437820488640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1546192

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

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

[startup+1772.51 s]
/proc/loadavg: 1.12 1.04 1.01 2/119 16953
/proc/meminfo: memFree=1416884/2059040 swapFree=4140124/4192956
[pid=16883] ppid=16881 vsize=0 CPUtime=1800.26
/proc/16883/stat : 16883 (java) Z 16881 16883 16765 0 -1 4203548 117141 0 1 0 179902 124 0 0 15 0 2 0 11335982 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16883/statm: 0 0 0 0 0 0 0
[pid=16883/tid=16885] ppid=16881 vsize=0 CPUtime=1743.37
/proc/16883/task/16885/stat : 16885 (java) R 16881 16883 16765 0 -1 4203588 37686 0 1 0 174313 24 0 0 25 0 2 0 11335984 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.56
CPU time (s): 1800.31
CPU user time (s): 1799.03
CPU system time (s): 1.2858
CPU usage (%): 101.566
Max. virtual memory (cumulated for all children) (KiB): 1550880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117141
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= 47220
involuntary context switches= 28841

runsolver used 3.79342 second user time and 9.27059 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 17:00:35
IDJOB=2670027
IDBENCH=47986
IDSOLVER=1165
FILE ID=node042/2670027-1276700435
PBS_JOBID= 11174101
Free space on /tmp= 62580 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=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-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-2670027-1276700435/watcher-2670027-1276700435 -o /tmp/evaluation-result-2670027-1276700435/solver-2670027-1276700435 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670027-1276700435.opb

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

MD5SUM BENCH= e808e428ddeed4827e7f6cc4dcf60aa4
RANDOM SEED=2010952393

node042.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.213
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.42
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.213
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:       1824040 kB
Buffers:         41620 kB
Cached:         114260 kB
SwapCached:       6424 kB
Active:          80672 kB
Inactive:        88304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824040 kB
SwapTotal:     4192956 kB
SwapFree:      4140124 kB
Dirty:             268 kB
Writeback:           0 kB
AnonPages:       10816 kB
Mapped:          12976 kB
Slab:            44048 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184232 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= 62580 MiB
End job on node042 at 2010-06-16 17:30:09