Trace number 3457125

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.19 1794.96

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_23_sat_pb.cnf.cr.opb
MD5SUMf5648c05fd08b8fac6342afd4b5bd61d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.087985
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables863
Total number of constraints646
Number of constraints which are clauses598
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3457125-1307633371.opb
0.11/0.11	c reading problem ... 
0.29/0.25	c ... done. Wall clock time 0.143s.
0.29/0.25	c #vars     863
0.29/0.25	c #constraints  646
0.29/0.25	c constraints type 
0.29/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 598
0.29/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 48
82.71/80.94	c cleaning 0 clauses out of 5000 with flag 0/5000
444.84/442.30	c cleaning 0 clauses out of 11000 with flag 0/11000
1378.39/1374.07	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.01/1794.81	c starts		: 45
1800.01/1794.81	c conflicts		: 19953
1800.01/1794.81	c decisions		: 74932
1800.01/1794.81	c propagations		: 691083
1800.01/1794.81	c inspects		: 2078237221
1800.01/1794.81	c shortcuts		: 0
1800.01/1794.81	c learnt literals	: 0
1800.01/1794.81	c learnt binary clauses	: 0
1800.01/1794.81	c learnt ternary clauses	: 0
1800.01/1794.81	c learnt constraints	: 19952
1800.01/1794.81	c ignored constraints	: 0
1800.01/1794.81	c root simplifications	: 0
1800.01/1794.81	c removed literals (reason simplification)	: 0
1800.01/1794.81	c reason swapping (by a shorter reason)	: 0
1800.01/1794.81	c Calls to reduceDB	: 3
1800.01/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.81	c number of learned constraints concerned by reduction	: 0
1800.01/1794.81	c number of learning phase by resolution	: 0
1800.01/1794.81	c number of learning phase by cutting planes	: 0
1800.01/1794.81	c speed (assignments/second)	: 385.09863972302975
1800.01/1794.81	c non guided choices	267
1800.01/1794.82	c learnt constraints type 
1800.01/1794.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 137
1800.01/1794.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 190
1800.01/1794.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19625
1800.01/1794.82	c constraints type 
1800.01/1794.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 598
1800.01/1794.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 48
1800.01/1794.82	s UNKNOWN
1800.01/1794.82	c Total wall clock time (in seconds): 1794.717

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-3457125-1307633371/watcher-3457125-1307633371 -o /tmp/evaluation-result-3457125-1307633371/solver-3457125-1307633371 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457125-1307633371.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.53 0.43 0.14 3/195 12963
/proc/meminfo: memFree=31441504/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 1169 0 0 0 0 0 0 0 25 0 2 0 953567723 26714112 897 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 6522 897 682 9 0 381 0
[pid=12963/tid=12964] ppid=12961 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 59 0 0 0 0 0 0 0 25 0 2 0 953567724 27824128 901 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224279979643 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0199859 s]
/proc/loadavg: 1.53 0.43 0.14 3/195 12963
/proc/meminfo: memFree=31441504/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 8010 0 1 0 0 1 0 0 25 0 2 0 953567723 10694979584 7712 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2611079 7732 917 9 0 2602235 0
[pid=12963/tid=12964] ppid=12961 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 6929 0 1 0 0 0 0 0 25 0 2 0 953567724 10694979584 7745 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224284619835 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100974 s]
/proc/loadavg: 1.53 0.43 0.14 3/195 12963
/proc/meminfo: memFree=31441504/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10540296 CPUtime=0.11 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 13096 0 1 0 9 2 0 0 25 0 18 0 953567723 10793263104 12776 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2635074 12777 2093 9 0 2625808 0
[pid=12963/tid=12964] ppid=12961 vsize=10540296 CPUtime=0.08 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 11167 0 1 0 7 1 0 0 25 0 18 0 953567724 10793263104 12777 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 47205058915267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540296

[startup+0.300902 s]
/proc/loadavg: 1.53 0.43 0.14 3/195 12963
/proc/meminfo: memFree=31441504/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10542860 CPUtime=0.48 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 15693 0 1 0 46 2 0 0 25 0 19 0 953567723 10795888640 15235 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2635715 15236 2206 9 0 2626449 0
[pid=12963/tid=12964] ppid=12961 vsize=10542860 CPUtime=0.29 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 12756 0 1 0 27 2 0 0 25 0 19 0 953567724 10795888640 15236 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 47205062552372 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542860

[startup+0.700867 s]
/proc/loadavg: 1.53 0.43 0.14 3/195 12963
/proc/meminfo: memFree=31441504/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=1.68 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 32198 0 1 0 163 5 0 0 25 0 19 0 953567723 10808365056 27402 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 27405 2223 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=0.67 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 18869 0 1 0 65 2 0 0 25 0 19 0 953567724 10808365056 27406 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505644017 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 10555044

[startup+1.50074 s]
/proc/loadavg: 1.53 0.43 0.14 3/214 12982
/proc/meminfo: memFree=30880892/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=2.55 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 89233 0 1 0 243 12 0 0 25 0 19 0 953567723 10808365056 84438 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 84441 2225 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=1.47 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 75892 0 1 0 138 9 0 0 25 0 19 0 953567724 10808365056 84443 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505680124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84445 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84447 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84450 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84452 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84454 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84457 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84460 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 84463 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 953567726 10808365056 84465 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 84467 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 84470 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 84472 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.57 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6115 0 0 0 56 1 0 0 19 0 19 0 953567729 10808365056 84474 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.47 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6071 0 0 0 47 0 0 0 15 0 19 0 953567729 10808365056 84477 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 84479 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 84482 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 84485 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 10555044

[startup+3.10147 s]
/proc/loadavg: 1.53 0.43 0.14 3/214 12982
/proc/meminfo: memFree=30121764/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=4.25 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 213328 0 1 0 399 26 0 0 25 0 19 0 953567723 10808365056 208531 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 208533 2228 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=3.08 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 199969 0 1 0 284 24 0 0 25 0 19 0 953567724 10808365056 208535 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505680106 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208536 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208538 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208540 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208542 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208544 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208546 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208548 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 208551 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 953567726 10808365056 208552 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 208554 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 208556 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 208557 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.58 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6116 0 0 0 57 1 0 0 15 0 19 0 953567729 10808365056 208559 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.56 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6085 0 0 0 56 0 0 0 15 0 19 0 953567729 10808365056 208560 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 208562 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 208563 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 208565 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 10555044

[startup+6.30094 s]
/proc/loadavg: 1.57 0.45 0.15 3/214 12982
/proc/meminfo: memFree=28122460/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=7.5 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 454199 0 1 0 696 54 0 0 25 0 19 0 953567723 10808365056 448898 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 448901 2228 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=6.27 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 440534 0 1 0 576 51 0 0 25 0 19 0 953567724 10808365056 448903 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505680124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448905 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448906 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448909 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448911 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448913 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448915 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448918 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567725 10808365056 448920 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 953567726 10808365056 448922 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 448923 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567727 10808365056 448925 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 448926 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.63 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6423 0 0 0 62 1 0 0 15 0 19 0 953567729 10808365056 448928 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.56 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6085 0 0 0 56 0 0 0 15 0 19 0 953567729 10808365056 448931 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0

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

/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.83 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6474 0 0 0 82 1 0 0 15 0 19 0 953567729 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6110 0 0 0 62 0 0 0 16 0 19 0 953567729 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 924495 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.26
Current children cumulated vsize (KiB) 10555044

[startup+1722.3 s]
/proc/loadavg: 2.06 1.99 1.68 3/214 13095
/proc/meminfo: memFree=25046608/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=1727.37 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 932240 0 1 0 172627 110 0 0 25 0 19 0 953567723 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 925466 2258 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=1720.28 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 830086 0 1 0 171935 93 0 0 25 0 19 0 953567724 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505636109 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0.6 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 10636 0 0 0 59 1 0 0 15 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0.57 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 7386 0 0 0 57 0 0 0 15 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0.66 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 11328 0 0 0 65 1 0 0 16 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0.7 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 13473 0 0 0 69 1 0 0 15 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0.6 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 10921 0 0 0 59 1 0 0 16 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 11334 0 0 0 60 2 0 0 16 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0.57 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 12446 0 0 0 56 1 0 0 15 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0.54 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 8787 0 0 0 53 1 0 0 16 0 19 0 953567725 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 2008 0 0 0 63 1 0 0 15 0 19 0 953567726 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.83 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6474 0 0 0 82 1 0 0 15 0 19 0 953567729 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6110 0 0 0 62 0 0 0 16 0 19 0 953567729 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 925466 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.37
Current children cumulated vsize (KiB) 10555044

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 1.70 3/214 13095
/proc/meminfo: memFree=25044064/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=1787.47 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 932814 0 1 0 178637 110 0 0 25 0 19 0 953567723 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 926021 2258 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=1780.25 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 830089 0 1 0 177932 93 0 0 25 0 19 0 953567724 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505635796 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0.63 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 10816 0 0 0 62 1 0 0 16 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0.58 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 7399 0 0 0 58 0 0 0 16 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0.67 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 11346 0 0 0 66 1 0 0 15 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0.73 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 13622 0 0 0 72 1 0 0 16 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0.6 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 10921 0 0 0 59 1 0 0 15 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 11448 0 0 0 62 2 0 0 15 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0.6 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 12503 0 0 0 59 1 0 0 16 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0.56 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 8819 0 0 0 55 1 0 0 15 0 19 0 953567725 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 2012 0 0 0 63 1 0 0 15 0 19 0 953567726 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.83 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6474 0 0 0 82 1 0 0 15 0 19 0 953567729 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6110 0 0 0 62 0 0 0 16 0 19 0 953567729 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 926021 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 10555044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.05 2.00 1.70 3/214 13095
/proc/meminfo: memFree=25043184/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=10555044 CPUtime=1800.01 cores=1,3,5,7
/proc/12963/stat : 12963 (java) S 12961 12963 12325 0 -1 4202496 932983 0 1 0 179891 110 0 0 25 0 19 0 953567723 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 2638761 926185 2258 9 0 2629495 0
[pid=12963/tid=12964] ppid=12961 vsize=10555044 CPUtime=1792.74 cores=1,3,5,7
/proc/12963/task/12964/stat : 12964 (java) R 12961 12963 12325 0 -1 4202560 830090 0 1 0 179181 93 0 0 25 0 19 0 953567724 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 46912505711247 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12963/tid=12966] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12966/stat : 12966 (java) S 12961 12963 12325 0 -1 4202560 10831 0 0 0 63 1 0 0 16 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12967] ppid=12961 vsize=10555044 CPUtime=0.59 cores=1,3,5,7
/proc/12963/task/12967/stat : 12967 (java) S 12961 12963 12325 0 -1 4202560 7455 0 0 0 59 0 0 0 16 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12968] ppid=12961 vsize=10555044 CPUtime=0.67 cores=1,3,5,7
/proc/12963/task/12968/stat : 12968 (java) S 12961 12963 12325 0 -1 4202560 11346 0 0 0 66 1 0 0 15 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12969] ppid=12961 vsize=10555044 CPUtime=0.73 cores=1,3,5,7
/proc/12963/task/12969/stat : 12969 (java) S 12961 12963 12325 0 -1 4202560 13622 0 0 0 72 1 0 0 15 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12970] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12970/stat : 12970 (java) S 12961 12963 12325 0 -1 4202560 11013 0 0 0 61 1 0 0 16 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12971] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12971/stat : 12971 (java) S 12961 12963 12325 0 -1 4202560 11448 0 0 0 62 2 0 0 16 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12972] ppid=12961 vsize=10555044 CPUtime=0.6 cores=1,3,5,7
/proc/12963/task/12972/stat : 12972 (java) S 12961 12963 12325 0 -1 4202560 12503 0 0 0 59 1 0 0 15 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12973] ppid=12961 vsize=10555044 CPUtime=0.57 cores=1,3,5,7
/proc/12963/task/12973/stat : 12973 (java) S 12961 12963 12325 0 -1 4202560 8822 0 0 0 56 1 0 0 16 0 19 0 953567725 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 7 0 0 0
[pid=12963/tid=12974] ppid=12961 vsize=10555044 CPUtime=0.64 cores=1,3,5,7
/proc/12963/task/12974/stat : 12974 (java) S 12961 12963 12325 0 -1 4202560 2012 0 0 0 63 1 0 0 15 0 19 0 953567726 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 0 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12975] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12975/stat : 12975 (java) S 12961 12963 12325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12976] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12976/stat : 12976 (java) S 12961 12963 12325 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 953567727 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12977] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12977/stat : 12977 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296749489 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12978] ppid=12961 vsize=10555044 CPUtime=0.83 cores=1,3,5,7
/proc/12963/task/12978/stat : 12978 (java) S 12961 12963 12325 0 -1 4202560 6474 0 0 0 82 1 0 0 15 0 19 0 953567729 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12979] ppid=12961 vsize=10555044 CPUtime=0.62 cores=1,3,5,7
/proc/12963/task/12979/stat : 12979 (java) S 12961 12963 12325 0 -1 4202560 6110 0 0 0 62 0 0 0 16 0 19 0 953567729 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 5 0 0 0
[pid=12963/tid=12980] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12980/stat : 12980 (java) S 12961 12963 12325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 953567729 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296741785 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
[pid=12963/tid=12981] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12981/stat : 12981 (java) S 12961 12963 12325 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 953567729 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 3 0 0 0
[pid=12963/tid=12982] ppid=12961 vsize=10555044 CPUtime=0 cores=1,3,5,7
/proc/12963/task/12982/stat : 12982 (java) S 12961 12963 12325 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 953567749 10808365056 926185 33554432000 1073741824 1073778376 140737342191120 18446744073709551615 224296742400 0 4 0 16800975 18446604464537946304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10555044

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

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

[startup+1794.91 s]
/proc/loadavg: 2.05 2.00 1.70 3/214 13095
/proc/meminfo: memFree=25043184/32951124 swapFree=67049456/67111528
[pid=12963] ppid=12961 vsize=0 CPUtime=1800.13 cores=1,3,5,7
/proc/12963/stat : 12963 (java) Z 12961 12963 12325 0 -1 4203548 933021 0 1 0 179895 118 0 0 17 0 2 0 953567723 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12963/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.96
CPU time (s): 1800.19
CPU user time (s): 1798.96
CPU system time (s): 1.23281
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 10555044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.23281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 933021
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= 39714
involuntary context switches= 9621

runsolver used 2.83057 second user time and 6.97794 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-09 17:29:31
IDJOB=3457125
IDBENCH=1400
IDSOLVER=1951
FILE ID=node118/3457125-1307633371
RUNJOBID= node118-1307633277-12344
PBS_JOBID= 13549373
Free space on /tmp= 74176 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga25_23_sat_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457125-1307633371/watcher-3457125-1307633371 -o /tmp/evaluation-result-3457125-1307633371/solver-3457125-1307633371 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457125-1307633371.opb

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

MD5SUM BENCH= f5648c05fd08b8fac6342afd4b5bd61d
RANDOM SEED=1884144652

node118.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.842
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.68
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.842
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.75
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31449240 kB
Buffers:        171852 kB
Cached:         270580 kB
SwapCached:      15436 kB
Active:        1128304 kB
Inactive:       177184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31449240 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:            1088 kB
Writeback:           0 kB
AnonPages:      860064 kB
Mapped:          17388 kB
Slab:           130216 kB
PageTables:       5988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10566960 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= 74176 MiB
End job on node118 at 2011-06-09 17:59:27