Trace number 3458036

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 Resolution 2.3.0? (TO) 1800.13 1798.08

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_15.opb
MD5SUMbd16609fa1dd670f862cc5fd2d9f8fc4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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.243962
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		12995394264
0.00/0.10	c Max memory 		13063553024
0.00/0.10	c Total memory 		13063553024
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3458036-1307165148.opb
0.09/0.12	c reading problem ... 
1.57/0.86	c ... done. Wall clock time 0.743s.
1.57/0.86	c #vars     38458
1.57/0.86	c #constraints  76419
1.57/0.86	c constraints type 
1.57/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1.57/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.57/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.57/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
9.84/8.63	c cleaning 2501 clauses out of 5002 with flag 5002/5002
21.08/19.76	c cleaning 4255 clauses out of 8510 with flag 11011/11011
33.90/32.57	c cleaning 5625 clauses out of 11249 with flag 18005/18005
56.85/55.44	c cleaning 6844 clauses out of 13687 with flag 26068/26068
89.79/88.32	c cleaning 7893 clauses out of 15785 with flag 35010/35010
129.22/127.74	c cleaning 8942 clauses out of 17883 with flag 45001/45001
180.03/178.53	c cleaning 9972 clauses out of 19944 with flag 56004/56004
237.24/235.78	c cleaning 11021 clauses out of 22042 with flag 68074/68074
286.77/285.26	c cleaning 11975 clauses out of 23949 with flag 81002/81002
362.30/360.71	c cleaning 13006 clauses out of 26012 with flag 95040/95040
427.03/425.42	c cleaning 13999 clauses out of 27997 with flag 110031/110031
504.25/502.68	c cleaning 15076 clauses out of 30152 with flag 126185/126185
588.09/586.46	c cleaning 15947 clauses out of 31893 with flag 143002/143002
756.50/754.89	c cleaning 17024 clauses out of 34048 with flag 161104/161104
872.03/870.37	c cleaning 18003 clauses out of 36005 with flag 180085/180085
976.27/974.52	c cleaning 18994 clauses out of 37988 with flag 200071/200071
1128.33/1126.57	c cleaning 20036 clauses out of 40071 with flag 221148/221148
1322.16/1320.31	c cleaning 21054 clauses out of 42108 with flag 243221/243221
1529.50/1527.69	c cleaning 21939 clauses out of 43878 with flag 266045/266045
1700.36/1698.45	c cleaning 22943 clauses out of 45895 with flag 290001/290001
1800.03/1798.02	c starts		: 134
1800.03/1798.02	c conflicts		: 303083
1800.03/1798.02	c decisions		: 1125240
1800.03/1798.02	c propagations		: 40124058
1800.03/1798.02	c inspects		: 3889327380
1800.03/1798.02	c shortcuts		: 0
1800.03/1798.02	c learnt literals	: 0
1800.03/1798.02	c learnt binary clauses	: 0
1800.03/1798.02	c learnt ternary clauses	: 35
1800.03/1798.02	c learnt constraints	: 303083
1800.03/1798.02	c ignored constraints	: 0
1800.03/1798.02	c root simplifications	: 0
1800.03/1798.02	c removed literals (reason simplification)	: 4575065
1800.03/1798.02	c reason swapping (by a shorter reason)	: 0
1800.03/1798.02	c Calls to reduceDB	: 20
1800.03/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.02	c number of learned constraints concerned by reduction	: 0
1800.03/1798.02	c number of learning phase by resolution	: 0
1800.03/1798.02	c number of learning phase by cutting planes	: 0
1800.03/1798.02	c speed (assignments/second)	: 22326.36938280398
1800.03/1798.02	c non guided choices	37869
1800.03/1798.04	c learnt constraints type 
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36034
1800.03/1798.04	c constraints type 
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1800.03/1798.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1798.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
1800.03/1798.04	s UNKNOWN
1800.03/1798.04	c Total wall clock time (in seconds): 1797.922

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-3458036-1307165148/watcher-3458036-1307165148 -o /tmp/evaluation-result-3458036-1307165148/solver-3458036-1307165148 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458036-1307165148.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 2/464 22534
/proc/meminfo: memFree=31183924/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 828113528 31272960 959 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 7635 959 732 9 0 386 0
[pid=22534/tid=22535] ppid=22532 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 2187 0 1 0 0 0 0 0 25 0 2 0 828113528 13833195520 3003 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.101318 s]
/proc/loadavg: 2.05 2.04 2.00 2/464 22534
/proc/meminfo: memFree=31183924/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13621660 CPUtime=0.09 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 15437 0 1 0 8 1 0 0 25 0 18 0 828113528 13948579840 15134 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3405415 15135 2093 9 0 3396149 0
[pid=22534/tid=22535] ppid=22532 vsize=13621660 CPUtime=0.07 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 13515 0 1 0 6 1 0 0 22 0 18 0 828113528 13948579840 15135 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 47708505133031 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621660

[startup+0.20046 s]
/proc/loadavg: 2.05 2.04 2.00 2/464 22534
/proc/meminfo: memFree=31183924/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13622068 CPUtime=0.24 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 16466 0 1 0 22 2 0 0 25 0 18 0 828113528 13948997632 16106 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3405517 16106 2168 9 0 3396251 0
[pid=22534/tid=22535] ppid=22532 vsize=13622068 CPUtime=0.17 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 14304 0 1 0 16 1 0 0 22 0 18 0 828113528 13948997632 16107 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 47708509633363 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13622068

[startup+0.300227 s]
/proc/loadavg: 2.05 2.04 2.00 2/464 22534
/proc/meminfo: memFree=31183924/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13623664 CPUtime=0.45 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 17940 0 1 0 43 2 0 0 25 0 18 0 828113528 13950631936 17486 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3405916 17487 2208 9 0 3396650 0
[pid=22534/tid=22535] ppid=22532 vsize=13623664 CPUtime=0.27 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 15240 0 1 0 26 1 0 0 18 0 18 0 828113528 13950631936 17487 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912505600810 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13623664

[startup+0.70021 s]
/proc/loadavg: 2.05 2.04 2.00 2/464 22534
/proc/meminfo: memFree=31183924/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13631764 CPUtime=1.47 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 60390 0 1 0 139 8 0 0 25 0 18 0 828113528 13958926336 57430 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3407941 57445 2228 9 0 3398675 0
[pid=22534/tid=22535] ppid=22532 vsize=13631764 CPUtime=0.68 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 51233 0 1 0 61 7 0 0 18 0 18 0 828113528 13958926336 57447 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912505589606 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13631764

[startup+1.50108 s]
/proc/loadavg: 2.04 2.03 2.00 5/483 22553
/proc/meminfo: memFree=30774084/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=2.67 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 108249 0 1 0 255 12 0 0 25 0 19 0 828113528 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 104193 2239 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=1.48 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 97872 0 1 0 137 11 0 0 19 0 19 0 828113528 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912506054344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.65 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4777 0 0 0 65 0 0 0 15 0 19 0 828113534 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.52 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4439 0 0 0 52 0 0 0 15 0 19 0 828113534 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 104193 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13632792

[startup+3.10073 s]
/proc/loadavg: 2.04 2.03 2.00 3/483 22553
/proc/meminfo: memFree=30772144/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=4.3 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 108519 0 1 0 418 12 0 0 25 0 19 0 828113528 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 104462 2242 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=3.08 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 98134 0 1 0 297 11 0 0 24 0 19 0 828113528 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912505993917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.66 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4777 0 0 0 66 0 0 0 15 0 19 0 828113534 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4447 0 0 0 54 0 0 0 15 0 19 0 828113534 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 104462 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 13632792

[startup+6.30123 s]
/proc/loadavg: 2.04 2.03 2.00 3/483 22553
/proc/meminfo: memFree=30764644/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=7.53 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 111067 0 1 0 740 13 0 0 25 0 19 0 828113528 13959979008 107007 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 107008 2242 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=6.27 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 100680 0 1 0 616 11 0 0 21 0 19 0 828113528 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 47708509633363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828113531 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828113532 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828113532 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.66 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4777 0 0 0 66 0 0 0 15 0 19 0 828113534 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.57 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4450 0 0 0 57 0 0 0 16 0 19 0 828113534 13959979008 107008 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0

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

[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 6540 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 5409 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0.19 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 8545 0 0 0 18 1 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=2.63 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 41357 0 0 0 259 4 0 0 15 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.68 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4780 0 0 0 68 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.69 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4492 0 0 0 69 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.32
Current children cumulated vsize (KiB) 13632792

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/483 22740
/proc/meminfo: memFree=29409676/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=1784.32 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 192296 0 1 0 178408 24 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 188041 2268 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=1779.33 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 103042 0 1 0 177921 12 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912506069045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 4106 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0.16 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 2812 0 0 0 16 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 1 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0.09 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 3118 0 0 0 9 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0.06 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1527 0 0 0 6 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 5316 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 6540 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 5409 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0.19 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 8545 0 0 0 18 1 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=2.63 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 41357 0 0 0 259 4 0 0 15 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.68 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4780 0 0 0 68 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.69 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4492 0 0 0 69 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 13632792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.13 2.05 2.01 3/483 22741
/proc/meminfo: memFree=29394656/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=1800.03 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 192296 0 1 0 179979 24 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 188041 2268 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=1795.04 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 103042 0 1 0 179492 12 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912506069056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 4106 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0.16 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 2812 0 0 0 16 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 1 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0.09 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 3118 0 0 0 9 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0.06 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1527 0 0 0 6 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 5316 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 6540 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 5409 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0.19 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 8545 0 0 0 18 1 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=2.63 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 41357 0 0 0 259 4 0 0 15 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.68 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4780 0 0 0 68 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.69 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4492 0 0 0 69 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13632792

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

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

[startup+1798 s]
/proc/loadavg: 2.13 2.05 2.01 3/483 22741
/proc/meminfo: memFree=29394656/32950928 swapFree=34365992/67111528
[pid=22534] ppid=22532 vsize=13632792 CPUtime=1800.03 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22425 0 -1 4202496 192296 0 1 0 179979 24 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22534/statm: 3408198 188041 2268 9 0 3398932 0
[pid=22534/tid=22535] ppid=22532 vsize=13632792 CPUtime=1795.04 cores=1,3,5,7
/proc/22534/task/22535/stat : 22535 (java) R 22532 22534 22425 0 -1 4202560 103042 0 1 0 179492 12 0 0 25 0 19 0 828113528 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 46912506069056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22425 0 -1 4202560 4106 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=13632792 CPUtime=0.16 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22425 0 -1 4202560 2812 0 0 0 16 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 1 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=13632792 CPUtime=0.09 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22425 0 -1 4202560 3118 0 0 0 9 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=13632792 CPUtime=0.06 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22425 0 -1 4202560 1527 0 0 0 6 0 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22425 0 -1 4202560 5316 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=13632792 CPUtime=0.11 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22425 0 -1 4202560 6540 0 0 0 10 1 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=13632792 CPUtime=0.08 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22425 0 -1 4202560 5409 0 0 0 8 0 0 0 15 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=13632792 CPUtime=0.19 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22425 0 -1 4202560 8545 0 0 0 18 1 0 0 16 0 19 0 828113531 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=13632792 CPUtime=2.63 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22425 0 -1 4202560 41357 0 0 0 259 4 0 0 15 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 0 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828113532 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606690225 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=13632792 CPUtime=0.68 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22425 0 -1 4202560 4780 0 0 0 68 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=13632792 CPUtime=0.69 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22425 0 -1 4202560 4492 0 0 0 69 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22425 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606682521 0 4 0 16800975 18446604464516682688 0 0 -1 5 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22425 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828113534 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 3 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=13632792 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) S 22532 22534 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828113616 13959979008 188041 33554432000 1073741824 1073778376 140733738161056 18446744073709551615 235606683136 0 4 0 16800975 18446604464516682688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13632792

Child status: 143
Real time (s): 1798.08
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.272958
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 13633884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192332
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= 37258
involuntary context switches= 11029

runsolver used 8.13776 second user time and 18.3622 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 07:25:48
IDJOB=3458036
IDBENCH=48361
IDSOLVER=1952
FILE ID=node120/3458036-1307165148
RUNJOBID= node120-1307164897-22444
PBS_JOBID= 13508848
Free space on /tmp= 73816 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_4_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458036-1307165148/watcher-3458036-1307165148 -o /tmp/evaluation-result-3458036-1307165148/solver-3458036-1307165148 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458036-1307165148.opb

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

MD5SUM BENCH= bd16609fa1dd670f862cc5fd2d9f8fc4
RANDOM SEED=1941618729

node120.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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.78
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31184204 kB
Buffers:        302240 kB
Cached:         989080 kB
SwapCached:      12852 kB
Active:         515752 kB
Inactive:       958024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31184204 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            1324 kB
Writeback:          12 kB
AnonPages:      179336 kB
Mapped:          17540 kB
Slab:           133572 kB
PageTables:      91732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118830692 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= 73808 MiB
End job on node120 at 2011-06-04 07:55:48