Trace number 3456488

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.22 1795.39

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
MD5SUM7144dfb48272235c3b7a545be98e4888
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594049428614927482833788414325188820087345754616777
Number of bits of the biggest sum of numbers241
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456488-1307223071.opb
0.10/0.10	c reading problem ... 
1.09/0.63	c ... done. Wall clock time 0.527s.
1.09/0.63	c #vars     13201
1.09/0.63	c #constraints  42203
1.09/0.63	c constraints type 
1.09/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 25920
1.09/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12960
1.09/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1795.24	c starts		: 1
1800.04/1795.24	c conflicts		: 58
1800.04/1795.24	c decisions		: 13185
1800.04/1795.24	c propagations		: 249074
1800.04/1795.24	c inspects		: 5748028
1800.04/1795.24	c shortcuts		: 0
1800.04/1795.24	c learnt literals	: 0
1800.04/1795.24	c learnt binary clauses	: 0
1800.04/1795.24	c learnt ternary clauses	: 0
1800.04/1795.24	c learnt constraints	: 57
1800.04/1795.24	c ignored constraints	: 0
1800.04/1795.24	c root simplifications	: 0
1800.04/1795.24	c removed literals (reason simplification)	: 0
1800.04/1795.24	c reason swapping (by a shorter reason)	: 0
1800.04/1795.24	c Calls to reduceDB	: 0
1800.04/1795.24	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.24	c number of learned constraints concerned by reduction	: 0
1800.04/1795.24	c number of learning phase by resolution	: 0
1800.04/1795.24	c number of learning phase by cutting planes	: 0
1800.04/1795.24	c speed (assignments/second)	: 138.7903528685405
1800.04/1795.24	c non guided choices	2
1800.04/1795.24	c learnt constraints type 
1800.04/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 57
1800.04/1795.24	c constraints type 
1800.04/1795.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 25920
1800.04/1795.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12960
1800.04/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1795.24	s UNKNOWN
1800.04/1795.24	c Total wall clock time (in seconds): 1795.134

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-3456488-1307223071/watcher-3456488-1307223071 -o /tmp/evaluation-result-3456488-1307223071/solver-3456488-1307223071 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456488-1307223071.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.98 2.04 2.00 2/487 19951
/proc/meminfo: memFree=21427024/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 1250 0 0 0 0 0 0 0 25 0 2 0 912537554 32362496 968 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 7901 968 739 9 0 386 0
[pid=19951/tid=19952] ppid=19949 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 6541 0 1 0 0 0 0 0 25 0 2 0 912537555 10694979584 7357 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0442479 s]
/proc/loadavg: 1.98 2.04 2.00 2/487 19951
/proc/meminfo: memFree=21427024/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 11313 0 1 0 3 0 0 0 25 0 13 0 912537554 10718699520 11009 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2616870 11010 1676 9 0 2607618 0
[pid=19951/tid=19952] ppid=19949 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 10166 0 1 0 2 0 0 0 25 0 13 0 912537555 10718699520 11010 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469892555 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100237 s]
/proc/loadavg: 1.98 2.04 2.00 2/487 19951
/proc/meminfo: memFree=21427024/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10540148 CPUtime=0.1 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 13144 0 1 0 10 0 0 0 25 0 18 0 912537554 10793111552 12807 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2635037 12808 2093 9 0 2625771 0
[pid=19951/tid=19952] ppid=19949 vsize=10540148 CPUtime=0.08 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 11197 0 1 0 8 0 0 0 18 0 18 0 912537555 10793111552 12808 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 47418666741765 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540148

[startup+0.300166 s]
/proc/loadavg: 1.98 2.04 2.00 2/487 19951
/proc/meminfo: memFree=21427024/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10541964 CPUtime=0.49 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 16222 0 1 0 48 1 0 0 25 0 18 0 912537554 10794971136 15505 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2635491 15506 2202 9 0 2626225 0
[pid=19951/tid=19952] ppid=19949 vsize=10541964 CPUtime=0.28 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 13151 0 1 0 27 1 0 0 18 0 18 0 912537555 10794971136 15506 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505547302 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541964

[startup+0.701092 s]
/proc/loadavg: 1.98 2.04 2.00 2/487 19951
/proc/meminfo: memFree=21427024/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546580 CPUtime=1.28 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 39402 0 1 0 124 4 0 0 25 0 19 0 912537554 10799697920 36970 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636645 36971 2229 9 0 2627379 0
[pid=19951/tid=19952] ppid=19949 vsize=10546580 CPUtime=0.68 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 32730 0 1 0 65 3 0 0 19 0 19 0 912537555 10799697920 36971 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505634540 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10546580

[startup+1.50097 s]
/proc/loadavg: 1.98 2.04 2.00 3/506 19970
/proc/meminfo: memFree=21277772/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546880 CPUtime=2.39 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 46956 0 1 0 234 5 0 0 25 0 19 0 912537554 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636720 44406 2236 9 0 2627454 0
[pid=19951/tid=19952] ppid=19949 vsize=10546880 CPUtime=1.48 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 40023 0 1 0 145 3 0 0 20 0 19 0 912537555 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505844138 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912537558 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912537558 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912537558 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546880 CPUtime=0.48 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 3421 0 0 0 48 0 0 0 15 0 19 0 912537560 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546880 CPUtime=0.4 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2351 0 0 0 40 0 0 0 21 0 19 0 912537560 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912537560 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10800005120 44406 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 10546880

[startup+3.10068 s]
/proc/loadavg: 1.98 2.04 2.00 3/506 19970
/proc/meminfo: memFree=21186148/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546880 CPUtime=4.14 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 94529 0 1 0 403 11 0 0 25 0 19 0 912537554 10800005120 91516 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636720 91519 2236 9 0 2627454 0
[pid=19951/tid=19952] ppid=19949 vsize=10546880 CPUtime=3.08 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 87113 0 1 0 298 10 0 0 25 0 19 0 912537555 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505766831 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912537558 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912537558 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912537558 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546880 CPUtime=0.55 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 3892 0 0 0 54 1 0 0 15 0 19 0 912537560 10800005120 91519 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546880 CPUtime=0.49 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2366 0 0 0 49 0 0 0 16 0 19 0 912537560 10800005120 91520 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10800005120 91523 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912537560 10800005120 91528 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546880 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10800005120 91532 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 10546880

[startup+6.30109 s]
/proc/loadavg: 1.98 2.04 2.00 3/506 19970
/proc/meminfo: memFree=20662620/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546224 CPUtime=7.39 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 339698 0 1 0 698 41 0 0 25 0 19 0 912537554 10799333376 336538 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636556 336547 2238 9 0 2627290 0
[pid=19951/tid=19952] ppid=19949 vsize=10546224 CPUtime=6.29 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 332290 0 1 0 589 40 0 0 19 0 19 0 912537555 10799333376 336552 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505941833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336557 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336563 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336569 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336575 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336580 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336585 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336591 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537557 10799333376 336597 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912537558 10799333376 336602 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912537558 10799333376 336608 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912537558 10799333376 336613 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 336619 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546224 CPUtime=0.58 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 3895 0 0 0 57 1 0 0 15 0 19 0 912537560 10799333376 336624 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546224 CPUtime=0.51 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2366 0 0 0 51 0 0 0 15 0 19 0 912537560 10799333376 336630 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0

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

/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546224 CPUtime=0.92 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 7137 0 0 0 91 1 0 0 15 0 19 0 912537560 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546224 CPUtime=0.52 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2372 0 0 0 52 0 0 0 15 0 19 0 912537560 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 912537560 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10799333376 1002232 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1666.77
Current children cumulated vsize (KiB) 10546224

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 20019
/proc/meminfo: memFree=16266076/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546224 CPUtime=1726.93 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 1016646 0 1 0 172569 124 0 0 25 0 19 0 912537554 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636556 1005700 2252 9 0 2627290 0
[pid=19951/tid=19952] ppid=19949 vsize=10546224 CPUtime=1720.31 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 842632 0 1 0 171937 94 0 0 25 0 19 0 912537555 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912506021551 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546224 CPUtime=0.54 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 16733 0 0 0 52 2 0 0 15 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546224 CPUtime=0.67 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 20102 0 0 0 64 3 0 0 15 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546224 CPUtime=0.64 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 25462 0 0 0 61 3 0 0 16 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546224 CPUtime=0.62 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 20314 0 0 0 60 2 0 0 15 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546224 CPUtime=0.56 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 17955 0 0 0 54 2 0 0 15 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546224 CPUtime=0.58 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 19942 0 0 0 56 2 0 0 16 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546224 CPUtime=0.7 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 24134 0 0 0 67 3 0 0 15 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546224 CPUtime=0.65 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 18499 0 0 0 63 2 0 0 16 0 19 0 912537557 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546224 CPUtime=0.09 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 113 0 0 0 6 3 0 0 15 0 19 0 912537558 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546224 CPUtime=0.92 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 7137 0 0 0 91 1 0 0 15 0 19 0 912537560 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546224 CPUtime=0.52 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2372 0 0 0 52 0 0 0 15 0 19 0 912537560 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 912537560 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10799333376 1005700 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1726.93
Current children cumulated vsize (KiB) 10546224

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/506 20020
/proc/meminfo: memFree=16234796/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546224 CPUtime=1787.07 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 1022996 0 1 0 178582 125 0 0 25 0 19 0 912537554 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636556 1011904 2252 9 0 2627290 0
[pid=19951/tid=19952] ppid=19949 vsize=10546224 CPUtime=1780.2 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 842647 0 1 0 177926 94 0 0 25 0 19 0 912537555 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505766746 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546224 CPUtime=0.57 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 17807 0 0 0 55 2 0 0 16 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546224 CPUtime=0.68 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 20882 0 0 0 65 3 0 0 15 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546224 CPUtime=0.67 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 25688 0 0 0 64 3 0 0 15 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546224 CPUtime=0.65 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 20585 0 0 0 63 2 0 0 16 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546224 CPUtime=0.59 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 18606 0 0 0 57 2 0 0 15 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546224 CPUtime=0.62 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 20752 0 0 0 60 2 0 0 16 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546224 CPUtime=0.74 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 26061 0 0 0 70 4 0 0 15 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546224 CPUtime=0.69 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 19091 0 0 0 67 2 0 0 15 0 19 0 912537557 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546224 CPUtime=0.09 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 115 0 0 0 6 3 0 0 15 0 19 0 912537558 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546224 CPUtime=0.92 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 7137 0 0 0 91 1 0 0 15 0 19 0 912537560 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546224 CPUtime=0.52 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2372 0 0 0 52 0 0 0 15 0 19 0 912537560 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912537560 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10799333376 1011904 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1787.07
Current children cumulated vsize (KiB) 10546224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.22 s]
/proc/loadavg: 2.07 2.05 2.01 3/506 20078
/proc/meminfo: memFree=19833852/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=10546224 CPUtime=1800.04 cores=1,3,5,7
/proc/19951/stat : 19951 (java) S 19949 19951 19203 0 -1 4202496 1023542 0 1 0 179878 126 0 0 25 0 19 0 912537554 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 2636556 1012442 2252 9 0 2627290 0
[pid=19951/tid=19952] ppid=19949 vsize=10546224 CPUtime=1793.1 cores=1,3,5,7
/proc/19951/task/19952/stat : 19952 (java) R 19949 19951 19203 0 -1 4202560 842651 0 1 0 179216 94 0 0 25 0 19 0 912537555 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 46912505766957 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19951/tid=19954] ppid=19949 vsize=10546224 CPUtime=0.59 cores=1,3,5,7
/proc/19951/task/19954/stat : 19954 (java) S 19949 19951 19203 0 -1 4202560 17808 0 0 0 57 2 0 0 16 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19955] ppid=19949 vsize=10546224 CPUtime=0.69 cores=1,3,5,7
/proc/19951/task/19955/stat : 19955 (java) S 19949 19951 19203 0 -1 4202560 20882 0 0 0 66 3 0 0 15 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19956] ppid=19949 vsize=10546224 CPUtime=0.68 cores=1,3,5,7
/proc/19951/task/19956/stat : 19956 (java) S 19949 19951 19203 0 -1 4202560 25688 0 0 0 65 3 0 0 15 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19957] ppid=19949 vsize=10546224 CPUtime=0.67 cores=1,3,5,7
/proc/19951/task/19957/stat : 19957 (java) S 19949 19951 19203 0 -1 4202560 20585 0 0 0 65 2 0 0 15 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19958] ppid=19949 vsize=10546224 CPUtime=0.59 cores=1,3,5,7
/proc/19951/task/19958/stat : 19958 (java) S 19949 19951 19203 0 -1 4202560 18918 0 0 0 57 2 0 0 16 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19959] ppid=19949 vsize=10546224 CPUtime=0.62 cores=1,3,5,7
/proc/19951/task/19959/stat : 19959 (java) S 19949 19951 19203 0 -1 4202560 20752 0 0 0 60 2 0 0 16 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19960] ppid=19949 vsize=10546224 CPUtime=0.74 cores=1,3,5,7
/proc/19951/task/19960/stat : 19960 (java) S 19949 19951 19203 0 -1 4202560 26061 0 0 0 70 4 0 0 15 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19961] ppid=19949 vsize=10546224 CPUtime=0.71 cores=1,3,5,7
/proc/19951/task/19961/stat : 19961 (java) S 19949 19951 19203 0 -1 4202560 19316 0 0 0 68 3 0 0 16 0 19 0 912537557 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19962] ppid=19949 vsize=10546224 CPUtime=0.09 cores=1,3,5,7
/proc/19951/task/19962/stat : 19962 (java) S 19949 19951 19203 0 -1 4202560 117 0 0 0 6 3 0 0 15 0 19 0 912537558 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 0 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19963] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19963/stat : 19963 (java) S 19949 19951 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19964] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19964/stat : 19964 (java) S 19949 19951 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912537558 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19965] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19965/stat : 19965 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469889457 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19966] ppid=19949 vsize=10546224 CPUtime=0.92 cores=1,3,5,7
/proc/19951/task/19966/stat : 19966 (java) S 19949 19951 19203 0 -1 4202560 7137 0 0 0 91 1 0 0 15 0 19 0 912537560 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 5 0 0 0
[pid=19951/tid=19967] ppid=19949 vsize=10546224 CPUtime=0.52 cores=1,3,5,7
/proc/19951/task/19967/stat : 19967 (java) S 19949 19951 19203 0 -1 4202560 2372 0 0 0 52 0 0 0 15 0 19 0 912537560 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 7 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) S 19949 19951 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912537560 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469881753 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
[pid=19951/tid=19969] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19969/stat : 19969 (java) S 19949 19951 19203 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 912537560 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 1 0 0 0
[pid=19951/tid=19970] ppid=19949 vsize=10546224 CPUtime=0 cores=1,3,5,7
/proc/19951/task/19970/stat : 19970 (java) S 19949 19951 19203 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912537620 10799333376 1012442 33554432000 1073741824 1073778376 140737404911984 18446744073709551615 252469882368 0 4 0 16800975 18446604468311857920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10546224

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

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

[startup+1795.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/506 20078
/proc/meminfo: memFree=19833852/32951124 swapFree=56297244/67111528
[pid=19951] ppid=19949 vsize=0 CPUtime=1800.14 cores=1,3,5,7
/proc/19951/stat : 19951 (java) Z 19949 19951 19203 0 -1 4203548 1023572 0 1 0 179880 134 0 0 17 0 2 0 912537554 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19951/statm: 0 0 0 0 0 0 0
[pid=19951/tid=19968] ppid=19949 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/19951/task/19968/stat : 19968 (java) R 19949 19951 19203 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 912537560 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.39
CPU time (s): 1800.22
CPU user time (s): 1798.8
CPU system time (s): 1.41179
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 10546880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.41179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1023572
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= 47437
involuntary context switches= 14139

runsolver used 7.8978 second user time and 20.058 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 23:31:11
IDJOB=3456488
IDBENCH=3001
IDSOLVER=1951
FILE ID=node111/3456488-1307223071
RUNJOBID= node111-1307215870-19222
PBS_JOBID= 13509107
Free space on /tmp= 73868 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456488-1307223071/watcher-3456488-1307223071 -o /tmp/evaluation-result-3456488-1307223071/solver-3456488-1307223071 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456488-1307223071.opb

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

MD5SUM BENCH= 7144dfb48272235c3b7a545be98e4888
RANDOM SEED=1765582807

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21427056 kB
Buffers:        335920 kB
Cached:         868764 kB
SwapCached:      11784 kB
Active:       10444884 kB
Inactive:       795256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21427056 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            2796 kB
Writeback:           0 kB
AnonPages:    10032816 kB
Mapped:          35948 kB
Slab:           144484 kB
PageTables:      71216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 159450460 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= 73864 MiB
End job on node111 at 2011-06-05 00:01:08