Trace number 3455934

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 CuttingPlanes 2.3.0? (TO) 1800.33 1793.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=61-P2=13-P3=127-P4=37-P5=37-P6=137-P7=37-P8=223-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.195969
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 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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3455934-1307225404.opb
0.08/0.12	c reading problem ... 
0.22/0.20	c ... done. Wall clock time 0.079s.
0.22/0.20	c #vars     704
0.22/0.20	c #constraints  1049
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.22/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
21.43/19.99	c cleaning 0 clauses out of 5001 with flag 0/5001
77.03/75.16	c cleaning 0 clauses out of 11001 with flag 0/11001
181.85/179.64	c cleaning 0 clauses out of 18001 with flag 0/18001
428.32/425.55	c cleaning 0 clauses out of 26002 with flag 0/26002
703.70/700.27	c cleaning 0 clauses out of 35002 with flag 0/35002
1153.70/1148.94	c cleaning 0 clauses out of 45002 with flag 0/45002
1800.10/1793.52	c starts		: 74
1800.10/1793.52	c conflicts		: 52686
1800.10/1793.52	c decisions		: 56059
1800.10/1793.52	c propagations		: 856492
1800.10/1793.52	c inspects		: 2427517599
1800.10/1793.52	c shortcuts		: 0
1800.10/1793.52	c learnt literals	: 0
1800.10/1793.52	c learnt binary clauses	: 0
1800.10/1793.52	c learnt ternary clauses	: 0
1800.10/1793.52	c learnt constraints	: 52686
1800.10/1793.52	c ignored constraints	: 0
1800.10/1793.52	c root simplifications	: 0
1800.10/1793.52	c removed literals (reason simplification)	: 0
1800.10/1793.52	c reason swapping (by a shorter reason)	: 0
1800.10/1793.52	c Calls to reduceDB	: 6
1800.10/1793.52	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.52	c number of learned constraints concerned by reduction	: 0
1800.10/1793.52	c number of learning phase by resolution	: 0
1800.10/1793.52	c number of learning phase by cutting planes	: 0
1800.10/1793.52	c speed (assignments/second)	: 477.60185310134625
1800.10/1793.52	c non guided choices	582
1800.10/1793.55	c learnt constraints type 
1800.10/1793.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 159
1800.10/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52527
1800.10/1793.55	c constraints type 
1800.10/1793.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
1800.10/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
1800.10/1793.55	s UNKNOWN
1800.10/1793.55	c Total wall clock time (in seconds): 1793.424

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455934-1307225404/watcher-3455934-1307225404 -o /tmp/evaluation-result-3455934-1307225404/solver-3455934-1307225404 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455934-1307225404.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.02 3/447 7685
/proc/meminfo: memFree=25109636/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4194304 279 0 0 0 0 0 0 0 25 0 1 0 834140841 2523136 44 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244442021511 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/7685/statm: 616 44 35 9 0 27 0
[pid=7685/tid=7686] ppid=7683 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 117 0 0 0 0 0 0 0 25 0 2 0 834140842 31260672 951 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244446943232 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0452429 s]
/proc/loadavg: 2.00 2.04 2.02 3/447 7685
/proc/meminfo: memFree=25109636/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 10993 0 1 0 1 1 0 0 25 0 11 0 834140841 10716594176 10693 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2616356 10693 1608 9 0 2607104 0
[pid=7685/tid=7686] ppid=7683 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 9871 0 1 0 1 1 0 0 25 0 11 0 834140842 10716594176 10694 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 47433123016736 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.103084 s]
/proc/loadavg: 2.00 2.04 2.02 3/447 7685
/proc/meminfo: memFree=25109636/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10539932 CPUtime=0.08 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 12882 0 1 0 7 1 0 0 25 0 18 0 834140841 10792890368 12541 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2634983 12542 2083 9 0 2625717 0
[pid=7685/tid=7686] ppid=7683 vsize=10539932 CPUtime=0.07 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 10944 0 1 0 6 1 0 0 18 0 18 0 834140842 10792890368 12542 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 47433126767443 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539932

[startup+0.30021 s]
/proc/loadavg: 2.00 2.04 2.02 3/447 7685
/proc/meminfo: memFree=25109636/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10543144 CPUtime=0.49 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 17230 0 1 0 47 2 0 0 25 0 19 0 834140841 10796179456 15696 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2635786 15696 2201 9 0 2626520 0
[pid=7685/tid=7686] ppid=7683 vsize=10543144 CPUtime=0.27 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 12490 0 1 0 25 2 0 0 19 0 19 0 834140842 10796179456 15696 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505582815 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10543144

[startup+0.70112 s]
/proc/loadavg: 2.00 2.04 2.02 3/447 7685
/proc/meminfo: memFree=25109636/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=1.65 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 41696 0 1 0 159 6 0 0 25 0 19 0 834140841 10815217664 37394 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 37397 2226 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=0.66 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 27233 0 1 0 62 4 0 0 19 0 19 0 834140842 10815217664 37399 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505911108 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10561736

[startup+1.50098 s]
/proc/loadavg: 2.00 2.04 2.01 4/466 7704
/proc/meminfo: memFree=24861680/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=2.9 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 120432 0 1 0 275 15 0 0 25 0 19 0 834140841 10815217664 116130 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 116133 2227 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=1.46 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 105899 0 1 0 133 13 0 0 21 0 19 0 834140842 10815217664 116135 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116137 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116140 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116144 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116146 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116148 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116150 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116153 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 116156 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 834140845 10815217664 116158 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 116161 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 116164 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 116166 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.73 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7125 0 0 0 73 0 0 0 15 0 19 0 834140848 10815217664 116169 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.67 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6254 0 0 0 67 0 0 0 16 0 19 0 834140848 10815217664 116171 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 116174 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 116176 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 116178 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 10561736

[startup+3.10068 s]
/proc/loadavg: 2.00 2.04 2.01 3/466 7704
/proc/meminfo: memFree=24411684/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=4.52 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 283796 0 1 0 420 32 0 0 25 0 19 0 834140841 10815217664 279493 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 279497 2227 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=3.06 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 269260 0 1 0 276 30 0 0 25 0 19 0 834140842 10815217664 279498 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505582815 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279500 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279502 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279504 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279506 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279507 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279508 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279510 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 279513 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834140845 10815217664 279515 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 279517 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 279519 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 279521 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7125 0 0 0 74 0 0 0 15 0 19 0 834140848 10815217664 279524 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.69 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6257 0 0 0 69 0 0 0 15 0 19 0 834140848 10815217664 279526 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 279528 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 279530 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 279532 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 10561736

[startup+6.30109 s]
/proc/loadavg: 2.00 2.04 2.01 3/466 7705
/proc/meminfo: memFree=23116368/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=7.72 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 586622 0 1 0 706 66 0 0 25 0 19 0 834140841 10815217664 582318 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 582322 2227 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=6.26 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 572089 0 1 0 562 64 0 0 25 0 19 0 834140842 10815217664 582326 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505573154 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582330 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582334 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582338 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582341 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582344 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582348 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582351 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140844 10815217664 582354 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834140845 10815217664 582356 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 582358 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834140846 10815217664 582360 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 582362 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7125 0 0 0 74 0 0 0 15 0 19 0 834140848 10815217664 582364 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.69 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6257 0 0 0 69 0 0 0 15 0 19 0 834140848 10815217664 582367 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0

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

/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.95 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7192 0 0 0 95 0 0 0 15 0 19 0 834140848 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6269 0 0 0 74 0 0 0 16 0 19 0 834140848 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 944823 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1668.48
Current children cumulated vsize (KiB) 10561736

[startup+1722.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/466 7798
/proc/meminfo: memFree=21462216/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=1728.68 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 952005 0 1 0 172755 113 0 0 25 0 19 0 834140841 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 946188 2258 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=1718.56 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 834871 0 1 0 171762 94 0 0 25 0 19 0 834140842 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505550858 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0.96 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 13513 0 0 0 94 2 0 0 15 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0.85 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 12556 0 0 0 83 2 0 0 15 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0.71 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 7569 0 0 0 70 1 0 0 16 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=0.97 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 10505 0 0 0 96 1 0 0 16 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0.94 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 15893 0 0 0 92 2 0 0 16 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0.77 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 8772 0 0 0 76 1 0 0 15 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0.76 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 10636 0 0 0 75 1 0 0 15 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0.91 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 13837 0 0 0 90 1 0 0 15 0 19 0 834140844 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=1.43 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 9146 0 0 0 142 1 0 0 15 0 19 0 834140845 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.95 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7192 0 0 0 95 0 0 0 15 0 19 0 834140848 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6269 0 0 0 74 0 0 0 16 0 19 0 834140848 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 946188 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.68
Current children cumulated vsize (KiB) 10561736

[startup+1782.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/466 7800
/proc/meminfo: memFree=21439620/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=1788.85 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 953294 0 1 0 178772 113 0 0 25 0 19 0 834140841 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 947436 2258 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=1778.48 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 834875 0 1 0 177754 94 0 0 25 0 19 0 834140842 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505553000 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0.99 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 13614 0 0 0 97 2 0 0 15 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0.9 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 12911 0 0 0 88 2 0 0 16 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0.75 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 7728 0 0 0 74 1 0 0 15 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=0.99 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 10589 0 0 0 98 1 0 0 15 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0.96 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 15958 0 0 0 94 2 0 0 15 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0.78 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 8825 0 0 0 77 1 0 0 16 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0.8 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 10873 0 0 0 79 1 0 0 16 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0.94 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 14060 0 0 0 93 1 0 0 16 0 19 0 834140844 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=1.43 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 9150 0 0 0 142 1 0 0 15 0 19 0 834140845 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.95 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7192 0 0 0 95 0 0 0 15 0 19 0 834140848 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6269 0 0 0 74 0 0 0 16 0 19 0 834140848 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 947436 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.85
Current children cumulated vsize (KiB) 10561736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.10 2.07 2.01 3/466 7800
/proc/meminfo: memFree=21439124/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=10561736 CPUtime=1800.1 cores=1,3,5,7
/proc/7685/stat : 7685 (java) S 7683 7685 6563 0 -1 4202496 953448 0 1 0 179897 113 0 0 25 0 19 0 834140841 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 2640434 947588 2258 9 0 2631168 0
[pid=7685/tid=7686] ppid=7683 vsize=10561736 CPUtime=1789.68 cores=1,3,5,7
/proc/7685/task/7686/stat : 7686 (java) R 7683 7685 6563 0 -1 4202560 834876 0 1 0 178874 94 0 0 25 0 19 0 834140842 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 46912505935133 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7685/tid=7688] ppid=7683 vsize=10561736 CPUtime=0.99 cores=1,3,5,7
/proc/7685/task/7688/stat : 7688 (java) S 7683 7685 6563 0 -1 4202560 13614 0 0 0 97 2 0 0 15 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7689] ppid=7683 vsize=10561736 CPUtime=0.9 cores=1,3,5,7
/proc/7685/task/7689/stat : 7689 (java) S 7683 7685 6563 0 -1 4202560 12911 0 0 0 88 2 0 0 15 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7690] ppid=7683 vsize=10561736 CPUtime=0.75 cores=1,3,5,7
/proc/7685/task/7690/stat : 7690 (java) S 7683 7685 6563 0 -1 4202560 7728 0 0 0 74 1 0 0 15 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7691] ppid=7683 vsize=10561736 CPUtime=1.01 cores=1,3,5,7
/proc/7685/task/7691/stat : 7691 (java) S 7683 7685 6563 0 -1 4202560 10630 0 0 0 100 1 0 0 16 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7692] ppid=7683 vsize=10561736 CPUtime=0.96 cores=1,3,5,7
/proc/7685/task/7692/stat : 7692 (java) S 7683 7685 6563 0 -1 4202560 15958 0 0 0 94 2 0 0 15 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7693] ppid=7683 vsize=10561736 CPUtime=0.8 cores=1,3,5,7
/proc/7685/task/7693/stat : 7693 (java) S 7683 7685 6563 0 -1 4202560 8858 0 0 0 79 1 0 0 16 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
[pid=7685/tid=7694] ppid=7683 vsize=10561736 CPUtime=0.8 cores=1,3,5,7
/proc/7685/task/7694/stat : 7694 (java) S 7683 7685 6563 0 -1 4202560 10873 0 0 0 79 1 0 0 16 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7695] ppid=7683 vsize=10561736 CPUtime=0.95 cores=1,3,5,7
/proc/7685/task/7695/stat : 7695 (java) S 7683 7685 6563 0 -1 4202560 14139 0 0 0 94 1 0 0 16 0 19 0 834140844 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7696] ppid=7683 vsize=10561736 CPUtime=1.43 cores=1,3,5,7
/proc/7685/task/7696/stat : 7696 (java) S 7683 7685 6563 0 -1 4202560 9150 0 0 0 142 1 0 0 15 0 19 0 834140845 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 0 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7697] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7697/stat : 7697 (java) S 7683 7685 6563 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7698] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7698/stat : 7698 (java) S 7683 7685 6563 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834140846 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7699] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7699/stat : 7699 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458768817 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7700] ppid=7683 vsize=10561736 CPUtime=0.95 cores=1,3,5,7
/proc/7685/task/7700/stat : 7700 (java) S 7683 7685 6563 0 -1 4202560 7192 0 0 0 95 0 0 0 15 0 19 0 834140848 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7701] ppid=7683 vsize=10561736 CPUtime=0.74 cores=1,3,5,7
/proc/7685/task/7701/stat : 7701 (java) S 7683 7685 6563 0 -1 4202560 6269 0 0 0 74 0 0 0 16 0 19 0 834140848 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 1 0 0 0
[pid=7685/tid=7702] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7702/stat : 7702 (java) S 7683 7685 6563 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834140848 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761113 0 4 0 16800975 18446604457219871104 0 0 -1 5 0 0 0
[pid=7685/tid=7703] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7703/stat : 7703 (java) S 7683 7685 6563 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834140848 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 3 0 0 0
[pid=7685/tid=7704] ppid=7683 vsize=10561736 CPUtime=0 cores=1,3,5,7
/proc/7685/task/7704/stat : 7704 (java) S 7683 7685 6563 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834140862 10815217664 947588 33554432000 1073741824 1073778376 140737143184752 18446744073709551615 244458761728 0 4 0 16800975 18446604457219871104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10561736

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

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

[startup+1793.62 s]
/proc/loadavg: 2.10 2.07 2.01 3/466 7800
/proc/meminfo: memFree=21439124/32951124 swapFree=43324008/67111528
[pid=7685] ppid=7683 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/7685/stat : 7685 (java) Z 7683 7685 6563 0 -1 4203548 953486 0 1 0 179905 121 0 0 17 0 2 0 834140841 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.69
CPU time (s): 1800.33
CPU user time (s): 1799.05
CPU system time (s): 1.27981
CPU usage (%): 100.37
Max. virtual memory (cumulated for all children) (KiB): 10561736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.27981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953486
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= 40880
involuntary context switches= 21957

runsolver used 7.81981 second user time and 18.3012 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-05 00:10:04
IDJOB=3455934
IDBENCH=47946
IDSOLVER=1951
FILE ID=node105/3455934-1307225404
RUNJOBID= node105-1307215872-6582
PBS_JOBID= 13509113
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=223-P1=61-P2=13-P3=127-P4=37-P5=37-P6=137-P7=37-P8=223-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455934-1307225404/watcher-3455934-1307225404 -o /tmp/evaluation-result-3455934-1307225404/solver-3455934-1307225404 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455934-1307225404.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1796728222

node105.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25109776 kB
Buffers:        347856 kB
Cached:         866508 kB
SwapCached:      20984 kB
Active:        6808356 kB
Inactive:       711908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25109776 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             456 kB
Writeback:           8 kB
AnonPages:     6303432 kB
Mapped:          27520 kB
Slab:           165856 kB
PageTables:      88728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125246712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73768 MiB
End job on node105 at 2011-06-05 00:40:00