Trace number 2670100

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.16 1774.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark8.50171
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2670100-1276704265.opb
0.25/0.21	c reading problem ... 
0.57/0.41	c ... done. Wall clock time 0.195s.
0.57/0.41	c #vars     704
0.57/0.41	c #constraints  1049
0.57/0.41	c constraints type 
0.57/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.57/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
31.79/27.47	c cleaning 0 clauses out of 5001 with flag 0/5001
122.78/117.37	c cleaning 0 clauses out of 11001 with flag 0/11001
334.24/327.20	c cleaning 0 clauses out of 18001 with flag 0/18001
749.61/737.97	c cleaning 0 clauses out of 26000 with flag 0/26000
1504.37/1483.46	c cleaning 0 clauses out of 35001 with flag 0/35001
1800.01/1774.81	c starts		: 64
1800.01/1774.81	c conflicts		: 38256
1800.01/1774.81	c decisions		: 41671
1800.01/1774.81	c propagations		: 634902
1800.01/1774.81	c inspects		: 885177348
1800.01/1774.81	c learnt literals	: 0
1800.01/1774.81	c learnt binary clauses	: 0
1800.01/1774.81	c learnt ternary clauses	: 0
1800.01/1774.81	c learnt clauses	: 38255
1800.01/1774.81	c ignored clauses	: 0
1800.01/1774.82	c root simplifications	: 0
1800.01/1774.82	c removed literals (reason simplification)	: 0
1800.01/1774.82	c reason swapping (by a shorter reason)	: 0
1800.01/1774.82	c Calls to reduceDB	: 5
1800.01/1774.82	c number of reductions to clauses (during analyze)	: 0
1800.01/1774.82	c number of learned constraints concerned by reduction	: 0
1800.01/1774.82	c number of learning phase by resolution	: 0
1800.01/1774.82	c number of learning phase by cutting planes	: 0
1800.01/1774.82	c speed (assignments/second)	: 357.80979840082233
1800.01/1774.82	c non guided choices	783
1800.01/1774.85	c learnt constraints type 
1800.01/1774.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 98
1800.01/1774.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 38157
1800.01/1774.85	c constraints type 
1800.01/1774.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
1800.01/1774.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
1800.01/1774.85	s UNKNOWN
1800.01/1774.85	c Total wall clock time (in seconds): 1774.646

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 3/106 17702
/proc/meminfo: memFree=1718072/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=248 CPUtime=0
/proc/17702/stat : 17702 (java) R 17700 17702 17265 0 -1 4194304 282 0 0 0 0 0 0 0 20 0 1 0 11718650 253952 28 1992294400 134512640 134550932 4287449968 18446744073709551615 5767764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17702/statm: 62 28 21 10 0 23 0

[startup+0.0797931 s]
/proc/loadavg: 1.00 1.00 0.96 3/106 17702
/proc/meminfo: memFree=1718072/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1521796 CPUtime=0.06
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 3779 0 1 0 4 2 0 0 18 0 7 0 11718650 1558319104 3220 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 380449 3220 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100794 s]
/proc/loadavg: 1.00 1.00 0.96 3/106 17702
/proc/meminfo: memFree=1718072/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1524184 CPUtime=0.09
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 3961 0 1 0 6 3 0 0 18 0 12 0 11718650 1560764416 3400 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301385 s]
/proc/loadavg: 1.00 1.00 0.96 3/106 17702
/proc/meminfo: memFree=1718072/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1526380 CPUtime=0.38
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 5371 0 1 0 35 3 0 0 18 0 12 0 11718650 1563013120 4808 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 381595 4809 1364 10 0 378897 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526380

[startup+0.700379 s]
/proc/loadavg: 1.00 1.00 0.96 3/106 17702
/proc/meminfo: memFree=1718072/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1531136 CPUtime=1.17
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 7502 0 1 0 113 4 0 0 18 0 13 0 11718650 1567883264 6728 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 382784 6729 1403 10 0 380086 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1531136

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 0.96 5/119 17715
/proc/meminfo: memFree=1689140/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1543372 CPUtime=2.75
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 17963 0 1 0 267 8 0 0 18 0 13 0 11718650 1580412928 15829 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 385843 15830 1420 10 0 383145 0
[pid=17702/tid=17704] ppid=17700 vsize=1543372 CPUtime=1.4
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 11048 0 1 0 135 5 0 0 18 0 13 0 11718651 1580412928 15830 1992294400 134512640 134550932 4287449968 18446744073709551615 4109279089 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11718653 1580412928 15830 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11718653 1580412928 15831 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11718654 1580412928 15831 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11718655 1580412928 15831 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11718655 1580412928 15832 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1580412928 15832 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1543372 CPUtime=0.57
/proc/17702/task/17711/stat : 17711 (java) R 17700 17702 17265 0 -1 4202560 3055 0 0 0 57 0 0 0 18 0 13 0 11718659 1580412928 15832 1992294400 134512640 134550932 4287449968 18446744073709551615 104139874 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1543372 CPUtime=0.75
/proc/17702/task/17712/stat : 17712 (java) R 17700 17702 17265 0 -1 4202560 2791 0 0 0 74 1 0 0 25 0 13 0 11718659 1580412928 15832 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1580412928 15834 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11718659 1580412928 15834 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1543372 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1580412928 15835 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1543372

[startup+3.10134 s]
/proc/loadavg: 1.16 1.03 0.97 7/119 17715
/proc/meminfo: memFree=1624908/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1549836 CPUtime=5.93
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 42601 0 1 0 574 19 0 0 18 0 13 0 11718650 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 387459 39160 1437 10 0 384761 0
[pid=17702/tid=17704] ppid=17700 vsize=1549836 CPUtime=2.96
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 32098 0 1 0 282 14 0 0 18 0 13 0 11718651 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4109317081 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1549836 CPUtime=0.01
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 425 0 0 0 1 0 0 0 18 0 13 0 11718653 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 34 0 0 0 0 0 0 0 17 0 13 0 11718653 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 11718654 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1549836 CPUtime=2.12
/proc/17702/task/17711/stat : 17711 (java) R 17700 17702 17265 0 -1 4202560 5817 0 0 0 210 2 0 0 20 0 13 0 11718659 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 101914979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1549836 CPUtime=0.8
/proc/17702/task/17712/stat : 17712 (java) R 17700 17702 17265 0 -1 4202560 3151 0 0 0 79 1 0 0 25 0 13 0 11718659 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11718659 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1549836 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1587032064 39160 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1549836

[startup+6.30029 s]
/proc/loadavg: 1.16 1.03 0.97 2/119 17715
/proc/meminfo: memFree=1561296/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=9.72
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 47005 0 1 0 951 21 0 0 18 0 13 0 11718650 1584521216 42313 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 42314 1437 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=5.91
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 33016 0 1 0 576 15 0 0 25 0 13 0 11718651 1584521216 42315 1992294400 134512640 134550932 4287449968 18446744073709551615 4109523609 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=0.06
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 1673 0 0 0 6 0 0 0 16 0 13 0 11718653 1584521216 42318 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=0.05
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 1415 0 0 0 5 0 0 0 16 0 13 0 11718653 1584521216 42319 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11718654 1584521216 42323 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 42327 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 42330 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 42333 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=2.6
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5851 0 0 0 258 2 0 0 15 0 13 0 11718659 1584521216 42336 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.05
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 3956 0 0 0 104 1 0 0 15 0 13 0 11718659 1584521216 42339 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 42342 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11718659 1584521216 42345 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 42347 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 1547384

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 0.97 2/119 17715
/proc/meminfo: memFree=1522236/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=16.65
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 55303 0 1 0 1640 25 0 0 18 0 13 0 11718650 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 50141 1437 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=12.18
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 37154 0 1 0 1202 16 0 0 25 0 13 0 11718651 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4109296583 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=0.17
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 3813 0 0 0 15 2 0 0 16 0 13 0 11718653 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=0.15
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 3400 0 0 0 14 1 0 0 15 0 13 0 11718653 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11718654 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=2.71
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5859 0 0 0 269 2 0 0 16 0 13 0 11718659 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.38
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 3981 0 0 0 137 1 0 0 15 0 13 0 11718659 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11718659 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 50141 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (KiB) 1547384

[startup+25.501 s]
/proc/loadavg: 1.11 1.03 0.97 2/119 17717
/proc/meminfo: memFree=1507356/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=29.88
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 60294 0 1 0 2961 27 0 0 18 0 13 0 11718650 1584521216 53972 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 53972 1437 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=24.84
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 37205 0 1 0 2467 17 0 0 25 0 13 0 11718651 1584521216 53972 1992294400 134512640 134550932 4287449968 18446744073709551615 4109317250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=0.3
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 6153 0 0 0 28 2 0 0 16 0 13 0 11718653 1584521216 53972 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=0.29
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 5323 0 0 0 27 2 0 0 15 0 13 0 11718653 1584521216 53972 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=0.01

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

[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=3.17
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5896 0 0 0 315 2 0 0 15 0 13 0 11718659 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.7
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 4662 0 0 0 169 1 0 0 15 0 13 0 11718659 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0.02
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 93 0 0 0 1 1 0 0 15 0 13 0 11718659 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 96371 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1564
Current children cumulated vsize (KiB) 1547384

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 0.98 2/119 17759
/proc/meminfo: memFree=1326068/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=1624.78
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 109013 0 1 0 162354 124 0 0 18 0 13 0 11718650 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 98655 1447 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=1580
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 38324 0 1 0 157945 55 0 0 25 0 13 0 11718651 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4109281842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=18.79
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 29803 0 0 0 1853 26 0 0 16 0 13 0 11718653 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=18.77
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 28841 0 0 0 1851 26 0 0 16 0 13 0 11718653 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=2.25
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 323 0 0 0 216 9 0 0 15 0 13 0 11718654 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=3.17
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5896 0 0 0 315 2 0 0 15 0 13 0 11718659 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.7
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 4662 0 0 0 169 1 0 0 15 0 13 0 11718659 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0.02
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 11718659 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 98655 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.78
Current children cumulated vsize (KiB) 1547384

[startup+1662.3 s]
/proc/loadavg: 1.15 1.07 1.00 2/119 17759
/proc/meminfo: memFree=1323464/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=1685.7
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 109664 0 1 0 168440 130 0 0 18 0 13 0 11718650 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 99254 1447 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=1638.97
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 38364 0 1 0 163839 58 0 0 25 0 13 0 11718651 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4109296541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=19.76
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 30073 0 0 0 1949 27 0 0 16 0 13 0 11718653 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=19.75
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 29174 0 0 0 1947 28 0 0 15 0 13 0 11718653 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=2.26
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 327 0 0 0 217 9 0 0 15 0 13 0 11718654 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=3.17
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5896 0 0 0 315 2 0 0 15 0 13 0 11718659 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.7
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 4662 0 0 0 169 1 0 0 15 0 13 0 11718659 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0.02
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 11718659 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 99254 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.7
Current children cumulated vsize (KiB) 1547384

[startup+1722.3 s]
/proc/loadavg: 1.56 1.20 1.05 2/119 17764
/proc/meminfo: memFree=1320860/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=1746.65
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 110309 0 1 0 174529 136 0 0 18 0 13 0 11718650 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 99852 1447 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=1697.87
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 38404 0 1 0 169727 60 0 0 25 0 13 0 11718651 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4109279336 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=20.78
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 30413 0 0 0 2050 28 0 0 15 0 13 0 11718653 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=20.76
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 29435 0 0 0 2046 30 0 0 15 0 13 0 11718653 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=2.27
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 329 0 0 0 218 9 0 0 16 0 13 0 11718654 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=3.17
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5896 0 0 0 315 2 0 0 15 0 13 0 11718659 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.7
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 4662 0 0 0 169 1 0 0 15 0 13 0 11718659 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0.03
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 103 0 0 0 1 2 0 0 15 0 13 0 11718659 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 99852 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.65
Current children cumulated vsize (KiB) 1547384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.8 s]
/proc/loadavg: 1.27 1.18 1.05 2/119 17766
/proc/meminfo: memFree=1318256/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=1547384 CPUtime=1800.01
/proc/17702/stat : 17702 (java) S 17700 17702 17265 0 -1 4202496 110968 0 1 0 179862 139 0 0 18 0 13 0 11718650 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 386846 100463 1447 10 0 384148 0
[pid=17702/tid=17704] ppid=17700 vsize=1547384 CPUtime=1749.46
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 17265 0 -1 4202560 38438 0 1 0 174886 60 0 0 25 0 13 0 11718651 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4109605339 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=1547384 CPUtime=21.64
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 17265 0 -1 4202560 30751 0 0 0 2136 28 0 0 16 0 13 0 11718653 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=1547384 CPUtime=21.64
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 17265 0 -1 4202560 29714 0 0 0 2132 32 0 0 15 0 13 0 11718653 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=1547384 CPUtime=2.28
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 17265 0 -1 4202560 333 0 0 0 218 10 0 0 15 0 13 0 11718654 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 0 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11718655 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17710] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17711] ppid=17700 vsize=1547384 CPUtime=3.17
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 17265 0 -1 4202560 5896 0 0 0 315 2 0 0 15 0 13 0 11718659 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=1547384 CPUtime=1.7
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 17265 0 -1 4202560 4662 0 0 0 169 1 0 0 15 0 13 0 11718659 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11718659 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17714] ppid=17700 vsize=1547384 CPUtime=0.03
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 17265 0 -1 4202560 107 0 0 0 1 2 0 0 15 0 13 0 11718659 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
[pid=17702/tid=17715] ppid=17700 vsize=1547384 CPUtime=0
/proc/17702/task/17715/stat : 17715 (java) S 17700 17702 17265 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11718691 1584521216 100463 1992294400 134512640 134550932 4287449968 18446744073709551615 4294960144 0 4 0 16800975 18446604437831495744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1547384

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

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

[startup+1774.92 s]
/proc/loadavg: 1.27 1.18 1.05 2/119 17766
/proc/meminfo: memFree=1318256/2059040 swapFree=4192956/4192956
[pid=17702] ppid=17700 vsize=0 CPUtime=1800.14
/proc/17702/stat : 17702 (java) Z 17700 17702 17265 0 -1 4203548 110991 0 1 0 179871 143 0 0 17 0 2 0 11718650 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17702/statm: 0 0 0 0 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=0 CPUtime=0.03
/proc/17702/task/17709/stat : 17709 (java) R 17700 17702 17265 0 -1 4203588 7 0 0 0 0 3 0 0 18 0 2 0 11718655 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.92
CPU time (s): 1800.16
CPU user time (s): 1798.72
CPU system time (s): 1.43778
CPU usage (%): 101.422
Max. virtual memory (cumulated for all children) (KiB): 1549880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.43778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110991
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= 48460
involuntary context switches= 45925

runsolver used 3.81742 second user time and 9.91549 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 18:04:25
IDJOB=2670100
IDBENCH=48059
IDSOLVER=1165
FILE ID=node045/2670100-1276704265
PBS_JOBID= 11174098
Free space on /tmp= 62460 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=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-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-2670100-1276704265/watcher-2670100-1276704265 -o /tmp/evaluation-result-2670100-1276704265/solver-2670100-1276704265 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670100-1276704265.opb

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

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=909992215

node045.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.247
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.49
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.247
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1718468 kB
Buffers:         92412 kB
Cached:         120896 kB
SwapCached:          0 kB
Active:          91604 kB
Inactive:       181148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1718468 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       59276 kB
Mapped:          15476 kB
Slab:            45960 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180712 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= 62460 MiB
End job on node045 at 2010-06-16 18:34:01