Trace number 3455786

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.2 1795.17

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455786-1307227204.opb
0.10/0.11	c reading problem ... 
1.52/0.79	c ... done. Wall clock time 0.677s.
1.52/0.79	c #vars     38460
1.52/0.79	c #constraints  76423
1.52/0.79	c constraints type 
1.52/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.52/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
1.52/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.52/0.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
1227.32/1223.15	c cleaning 0 clauses out of 5000 with flag 0/5000
1800.03/1795.02	c starts		: 26
1800.03/1795.02	c conflicts		: 6191
1800.03/1795.02	c decisions		: 223137
1800.03/1795.02	c propagations		: 9734328
1800.03/1795.02	c inspects		: 279113935
1800.03/1795.02	c shortcuts		: 0
1800.03/1795.02	c learnt literals	: 0
1800.03/1795.02	c learnt binary clauses	: 0
1800.03/1795.02	c learnt ternary clauses	: 0
1800.03/1795.02	c learnt constraints	: 6190
1800.03/1795.02	c ignored constraints	: 0
1800.03/1795.02	c root simplifications	: 0
1800.03/1795.02	c removed literals (reason simplification)	: 0
1800.03/1795.02	c reason swapping (by a shorter reason)	: 0
1800.03/1795.02	c Calls to reduceDB	: 1
1800.03/1795.02	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.02	c number of learned constraints concerned by reduction	: 0
1800.03/1795.02	c number of learning phase by resolution	: 0
1800.03/1795.02	c number of learning phase by cutting planes	: 0
1800.03/1795.02	c speed (assignments/second)	: 5425.339169807283
1800.03/1795.02	c non guided choices	37864
1800.03/1795.03	c learnt constraints type 
1800.03/1795.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/1795.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6189
1800.03/1795.03	c constraints type 
1800.03/1795.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.03/1795.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
1800.03/1795.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.03/1795.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
1800.03/1795.03	s UNKNOWN
1800.03/1795.03	c Total wall clock time (in seconds): 1794.916

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-3455786-1307227204/watcher-3455786-1307227204 -o /tmp/evaluation-result-3455786-1307227204/solver-3455786-1307227204 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455786-1307227204.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: 1.96 2.05 2.01 2/535 23960
/proc/meminfo: memFree=17953072/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 6227 0 1 0 0 0 0 0 25 0 2 0 834317100 10694979584 5929 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2611079 5941 917 9 0 2602235 0
[pid=23960/tid=23961] ppid=23958 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 5205 0 1 0 0 0 0 0 17 0 2 0 834317101 10694979584 6021 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0888769 s]
/proc/loadavg: 1.96 2.05 2.01 2/535 23960
/proc/meminfo: memFree=17953072/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10539340 CPUtime=0.07 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 12522 0 1 0 6 1 0 0 25 0 18 0 834317100 10792284160 12218 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2634835 12219 2018 9 0 2625569 0
[pid=23960/tid=23961] ppid=23958 vsize=10539340 CPUtime=0.06 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22626 0 -1 4202560 10929 0 1 0 5 1 0 0 18 0 18 0 834317101 10792284160 12221 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512521183 0 2147483391 0 16800975 18446744071699199166 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539340

[startup+0.106769 s]
/proc/loadavg: 1.96 2.05 2.01 2/535 23960
/proc/meminfo: memFree=17953072/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10539776 CPUtime=0.1 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 13076 0 1 0 9 1 0 0 25 0 18 0 834317100 10792730624 12764 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2634944 12765 2092 9 0 2625678 0
[pid=23960/tid=23961] ppid=23958 vsize=10539776 CPUtime=0.08 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 11167 0 1 0 7 1 0 0 18 0 18 0 834317101 10792730624 12765 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539776

[startup+0.318822 s]
/proc/loadavg: 1.96 2.05 2.01 2/535 23960
/proc/meminfo: memFree=17953072/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10540708 CPUtime=0.51 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 15695 0 1 0 49 2 0 0 25 0 18 0 834317100 10793684992 15224 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2635177 15225 2220 9 0 2625911 0
[pid=23960/tid=23961] ppid=23958 vsize=10540708 CPUtime=0.29 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 12988 0 1 0 28 1 0 0 18 0 18 0 834317101 10793684992 15225 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912505545929 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10540708

[startup+0.700678 s]
/proc/loadavg: 1.96 2.05 2.01 2/535 23960
/proc/meminfo: memFree=17953072/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10547352 CPUtime=1.52 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 41603 0 1 0 147 5 0 0 25 0 18 0 834317100 10800488448 39192 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2636838 39195 2227 9 0 2627572 0
[pid=23960/tid=23961] ppid=23958 vsize=10547352 CPUtime=0.67 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 32644 0 1 0 64 3 0 0 18 0 18 0 834317101 10800488448 39197 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912505716343 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 10547352

[startup+1.50152 s]
/proc/loadavg: 1.96 2.05 2.01 5/554 23979
/proc/meminfo: memFree=17757368/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10548532 CPUtime=2.8 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 59102 0 1 0 273 7 0 0 25 0 19 0 834317100 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637133 56275 2235 9 0 2627867 0
[pid=23960/tid=23961] ppid=23958 vsize=10548532 CPUtime=1.47 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 49578 0 1 0 142 5 0 0 19 0 19 0 834317101 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506035179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 834317103 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 834317104 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 834317104 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10548532 CPUtime=0.57 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4158 0 0 0 57 0 0 0 18 0 19 0 834317106 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10548532 CPUtime=0.72 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4206 0 0 0 72 0 0 0 16 0 19 0 834317106 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) R 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834317106 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10548532 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10801696768 56275 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10548532

[startup+3.1012 s]
/proc/loadavg: 1.96 2.05 2.01 3/554 23979
/proc/meminfo: memFree=17682232/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10549476 CPUtime=4.5 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 83285 0 1 0 441 9 0 0 25 0 19 0 834317100 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637369 80457 2235 9 0 2628103 0
[pid=23960/tid=23961] ppid=23958 vsize=10549476 CPUtime=3.07 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 73627 0 1 0 300 7 0 0 19 0 19 0 834317101 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506035249 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 834317103 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 834317104 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 834317104 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.6 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4161 0 0 0 60 0 0 0 15 0 19 0 834317106 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=0.8 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4337 0 0 0 80 0 0 0 15 0 19 0 834317106 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834317106 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10802663424 80457 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 10549476

[startup+6.30155 s]
/proc/loadavg: 1.96 2.05 2.01 3/554 23979
/proc/meminfo: memFree=17473204/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10549476 CPUtime=7.83 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 137738 0 1 0 768 15 0 0 25 0 19 0 834317100 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637369 134890 2237 9 0 2628103 0
[pid=23960/tid=23961] ppid=23958 vsize=10549476 CPUtime=6.27 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 127985 0 1 0 614 13 0 0 20 0 19 0 834317101 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506035249 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 834317102 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 834317103 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 834317104 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 834317104 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.68 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4219 0 0 0 68 0 0 0 15 0 19 0 834317106 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=0.84 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4373 0 0 0 84 0 0 0 15 0 19 0 834317106 10802663424 134890 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0

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

/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.93 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4284 0 0 0 93 0 0 0 15 0 19 0 834317106 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=1.11 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4436 0 0 0 111 0 0 0 15 0 19 0 834317106 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22626 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834317106 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10802663424 924705 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667.23
Current children cumulated vsize (KiB) 10549476

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/554 24085
/proc/meminfo: memFree=13978692/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10549476 CPUtime=1727.26 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 930080 0 1 0 172627 99 0 0 25 0 19 0 834317100 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637369 925235 2267 9 0 2628103 0
[pid=23960/tid=23961] ppid=23958 vsize=10549476 CPUtime=1720.45 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 790075 0 1 0 171966 79 0 0 25 0 19 0 834317101 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506001192 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10549476 CPUtime=0.5 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 15053 0 0 0 48 2 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10549476 CPUtime=0.47 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 13311 0 0 0 46 1 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10549476 CPUtime=0.59 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 27124 0 0 0 57 2 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10549476 CPUtime=0.45 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 10203 0 0 0 45 0 0 0 16 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10549476 CPUtime=0.43 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 11361 0 0 0 42 1 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10549476 CPUtime=0.57 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 17440 0 0 0 55 2 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10549476 CPUtime=0.68 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 16939 0 0 0 66 2 0 0 15 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10549476 CPUtime=0.61 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 18275 0 0 0 60 1 0 0 16 0 19 0 834317102 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10549476 CPUtime=0.33 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 328 0 0 0 32 1 0 0 15 0 19 0 834317103 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.93 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4284 0 0 0 93 0 0 0 15 0 19 0 834317106 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=1.11 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4436 0 0 0 111 0 0 0 15 0 19 0 834317106 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22626 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834317106 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10802663424 925235 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.26
Current children cumulated vsize (KiB) 10549476

[startup+1782.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/554 24086
/proc/meminfo: memFree=13954000/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10549476 CPUtime=1787.29 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 930675 0 1 0 178630 99 0 0 25 0 19 0 834317100 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637369 925796 2267 9 0 2628103 0
[pid=23960/tid=23961] ppid=23958 vsize=10549476 CPUtime=1780.43 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 790076 0 1 0 177964 79 0 0 25 0 19 0 834317101 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506024827 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10549476 CPUtime=0.52 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 15333 0 0 0 50 2 0 0 16 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10549476 CPUtime=0.47 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 13311 0 0 0 46 1 0 0 15 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10549476 CPUtime=0.61 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 27399 0 0 0 59 2 0 0 16 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10549476 CPUtime=0.46 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 10203 0 0 0 46 0 0 0 15 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10549476 CPUtime=0.43 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 11361 0 0 0 42 1 0 0 15 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10549476 CPUtime=0.58 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 17473 0 0 0 56 2 0 0 16 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10549476 CPUtime=0.68 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 16939 0 0 0 66 2 0 0 15 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10549476 CPUtime=0.61 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 18275 0 0 0 60 1 0 0 15 0 19 0 834317102 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10549476 CPUtime=0.33 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 330 0 0 0 32 1 0 0 15 0 19 0 834317103 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.93 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4284 0 0 0 93 0 0 0 15 0 19 0 834317106 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=1.11 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4436 0 0 0 111 0 0 0 15 0 19 0 834317106 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834317106 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10802663424 925796 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1787.29
Current children cumulated vsize (KiB) 10549476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.14 2.08 2.01 3/554 24086
/proc/meminfo: memFree=13950888/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=10549476 CPUtime=1800.03 cores=1,3,5,7
/proc/23960/stat : 23960 (java) S 23958 23960 22626 0 -1 4202496 930860 0 1 0 179904 99 0 0 25 0 19 0 834317100 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 2637369 925975 2267 9 0 2628103 0
[pid=23960/tid=23961] ppid=23958 vsize=10549476 CPUtime=1793.13 cores=1,3,5,7
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22626 0 -1 4202560 790077 0 1 0 179234 79 0 0 25 0 19 0 834317101 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 46912506024800 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=10549476 CPUtime=0.52 cores=1,3,5,7
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22626 0 -1 4202560 15333 0 0 0 50 2 0 0 15 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=10549476 CPUtime=0.47 cores=1,3,5,7
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22626 0 -1 4202560 13311 0 0 0 46 1 0 0 15 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=10549476 CPUtime=0.63 cores=1,3,5,7
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22626 0 -1 4202560 27502 0 0 0 61 2 0 0 16 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=10549476 CPUtime=0.46 cores=1,3,5,7
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22626 0 -1 4202560 10203 0 0 0 46 0 0 0 15 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=10549476 CPUtime=0.45 cores=1,3,5,7
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22626 0 -1 4202560 11440 0 0 0 44 1 0 0 16 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=10549476 CPUtime=0.58 cores=1,3,5,7
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22626 0 -1 4202560 17473 0 0 0 56 2 0 0 15 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=10549476 CPUtime=0.68 cores=1,3,5,7
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22626 0 -1 4202560 16939 0 0 0 66 2 0 0 15 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=10549476 CPUtime=0.61 cores=1,3,5,7
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22626 0 -1 4202560 18275 0 0 0 60 1 0 0 16 0 19 0 834317102 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=10549476 CPUtime=0.33 cores=1,3,5,7
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22626 0 -1 4202560 332 0 0 0 32 1 0 0 15 0 19 0 834317103 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 0 0 16800975 18446604470848381376 0 0 -1 1 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834317104 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 834317106 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512515505 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=10549476 CPUtime=0.93 cores=1,3,5,7
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22626 0 -1 4202560 4284 0 0 0 93 0 0 0 15 0 19 0 834317106 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=10549476 CPUtime=1.11 cores=1,3,5,7
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22626 0 -1 4202560 4436 0 0 0 111 0 0 0 15 0 19 0 834317106 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22626 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 834317106 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512507801 0 4 0 16800975 18446604470848381376 0 0 -1 5 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834317106 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 3 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=10549476 CPUtime=0 cores=1,3,5,7
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834317182 10802663424 925975 33554432000 1073741824 1073778376 140737011419008 18446744073709551615 254512508416 0 4 0 16800975 18446604470848381376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10549476

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

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

[startup+1795.13 s]
/proc/loadavg: 2.14 2.08 2.01 3/554 24086
/proc/meminfo: memFree=13950888/32950928 swapFree=34259960/67111528
[pid=23960] ppid=23958 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/23960/stat : 23960 (java) Z 23958 23960 22626 0 -1 4203548 930888 0 1 0 179906 109 0 0 17 0 2 0 834317100 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23960/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.17
CPU time (s): 1800.2
CPU user time (s): 1799.06
CPU system time (s): 1.13983
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 10549476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.13983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930888
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= 40184
involuntary context switches= 33913

runsolver used 8.99963 second user time and 22.4196 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-05 00:40:04
IDJOB=3455786
IDBENCH=48303
IDSOLVER=1951
FILE ID=node149/3455786-1307227204
RUNJOBID= node149-1307215865-22649
PBS_JOBID= 13509075
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455786-1307227204/watcher-3455786-1307227204 -o /tmp/evaluation-result-3455786-1307227204/solver-3455786-1307227204 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455786-1307227204.opb

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=1589104868

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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	: 5332.82
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.806
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.75
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.806
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.806
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:     32950928 kB
MemFree:      17953484 kB
Buffers:        341972 kB
Cached:        3309104 kB
SwapCached:     123196 kB
Active:        3921928 kB
Inactive:     10732176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17953484 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1248 kB
Writeback:          36 kB
AnonPages:    10904564 kB
Mapped:          26204 kB
Slab:           149096 kB
PageTables:     124512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183458276 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= 73764 MiB
End job on node149 at 2011-06-05 01:10:01