Trace number 3457998

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 1797.48

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_3_15.opb
MD5SUMbd09cdc4b500cb737de1028eb4fdb581
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.235963
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)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457998-1307164280.opb
0.10/0.11	c reading problem ... 
0.50/0.54	c ... done. Wall clock time 0.43s.
0.50/0.54	c #vars     7316
0.50/0.54	c #constraints  14135
0.50/0.54	c constraints type 
0.50/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
0.50/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
0.50/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.50/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
6.35/5.26	c cleaning 2502 clauses out of 5003 with flag 5003/5003
13.31/12.20	c cleaning 4280 clauses out of 8559 with flag 11061/11061
24.23/23.01	c cleaning 5609 clauses out of 11218 with flag 18000/18000
36.69/35.43	c cleaning 6817 clauses out of 13633 with flag 26024/26024
57.40/56.17	c cleaning 7958 clauses out of 15916 with flag 35124/35124
80.91/79.68	c cleaning 8955 clauses out of 17909 with flag 45075/45075
111.44/110.16	c cleaning 10015 clauses out of 20030 with flag 56151/56151
143.85/142.51	c cleaning 10960 clauses out of 21919 with flag 68055/68055
183.08/181.73	c cleaning 11960 clauses out of 23920 with flag 81016/81016
216.10/214.73	c cleaning 12973 clauses out of 25945 with flag 95001/95001
277.13/275.77	c cleaning 14030 clauses out of 28060 with flag 110089/110089
337.08/335.68	c cleaning 14514 clauses out of 29027 with flag 125086/125086
400.60/399.15	c cleaning 14884 clauses out of 29768 with flag 140341/140341
476.53/475.08	c cleaning 14855 clauses out of 29710 with flag 155167/155167
536.95/535.42	c cleaning 14847 clauses out of 29693 with flag 170005/170005
582.88/581.31	c cleaning 14927 clauses out of 29853 with flag 185012/185012
617.52/615.90	c cleaning 14962 clauses out of 29928 with flag 200014/200014
628.04/626.46	c cleaning 14975 clauses out of 29952 with flag 215000/215000
668.58/666.96	c cleaning 14996 clauses out of 29994 with flag 230017/230017
714.51/712.90	c cleaning 14995 clauses out of 29991 with flag 245010/245010
738.04/736.31	c cleaning 15002 clauses out of 30005 with flag 260019/260019
771.40/769.69	c cleaning 15009 clauses out of 30021 with flag 275037/275037
802.53/800.78	c cleaning 14991 clauses out of 29986 with flag 290011/290011
833.62/831.72	c cleaning 14991 clauses out of 29985 with flag 305001/305001
861.15/859.26	c cleaning 15007 clauses out of 30017 with flag 320024/320024
892.66/890.74	c cleaning 15001 clauses out of 30006 with flag 335020/335020
917.49/915.50	c cleaning 15013 clauses out of 30030 with flag 350045/350045
939.39/937.49	c cleaning 15004 clauses out of 30012 with flag 365040/365040
961.91/959.99	c cleaning 14994 clauses out of 29992 with flag 380024/380024
987.76/985.72	c cleaning 15005 clauses out of 30013 with flag 395039/395039
1017.75/1015.79	c cleaning 14985 clauses out of 29971 with flag 410002/410002
1051.48/1049.49	c cleaning 14994 clauses out of 29992 with flag 425008/425008
1079.89/1077.81	c cleaning 14995 clauses out of 29993 with flag 440003/440003
1107.73/1105.65	c cleaning 15001 clauses out of 30006 with flag 455011/455011
1139.46/1137.34	c cleaning 15001 clauses out of 30006 with flag 470012/470012
1168.97/1166.87	c cleaning 14997 clauses out of 29998 with flag 485005/485005
1199.11/1196.97	c cleaning 14998 clauses out of 30000 with flag 500004/500004
1224.12/1221.93	c cleaning 15003 clauses out of 30009 with flag 515011/515011
1250.42/1248.26	c cleaning 14997 clauses out of 29997 with flag 530002/530002
1273.44/1271.22	c cleaning 15012 clauses out of 30028 with flag 545030/545030
1295.84/1293.64	c cleaning 15012 clauses out of 30027 with flag 560041/560041
1323.95/1321.75	c cleaning 14993 clauses out of 29989 with flag 575015/575015
1356.35/1354.16	c cleaning 14990 clauses out of 29983 with flag 590002/590002
1389.57/1387.35	c cleaning 15000 clauses out of 30003 with flag 605012/605012
1421.32/1419.08	c cleaning 15004 clauses out of 30011 with flag 620020/620020
1446.16/1443.81	c cleaning 14996 clauses out of 29996 with flag 635009/635009
1482.21/1479.88	c cleaning 14997 clauses out of 29998 with flag 650007/650007
1511.11/1508.72	c cleaning 14996 clauses out of 29995 with flag 665001/665001
1543.45/1541.05	c cleaning 15006 clauses out of 30015 with flag 680017/680017
1572.06/1569.69	c cleaning 15002 clauses out of 30008 with flag 695016/695016
1598.62/1596.13	c cleaning 15000 clauses out of 30004 with flag 710014/710014
1624.22/1621.76	c cleaning 14999 clauses out of 30001 with flag 725011/725011
1648.25/1645.73	c cleaning 14994 clauses out of 29992 with flag 740001/740001
1672.94/1670.40	c cleaning 15024 clauses out of 30051 with flag 755054/755054
1704.68/1702.18	c cleaning 15005 clauses out of 30013 with flag 770040/770040
1735.09/1732.58	c cleaning 15015 clauses out of 30034 with flag 785066/785066
1763.49/1760.95	c cleaning 14979 clauses out of 29962 with flag 800009/800009
1791.92/1789.31	c cleaning 15008 clauses out of 30020 with flag 815046/815046
1800.05/1797.44	c starts		: 171
1800.05/1797.44	c conflicts		: 821576
1800.05/1797.44	c decisions		: 1286117
1800.05/1797.44	c propagations		: 35641352
1800.05/1797.44	c inspects		: 2175409605
1800.05/1797.44	c shortcuts		: 0
1800.05/1797.44	c learnt literals	: 0
1800.05/1797.44	c learnt binary clauses	: 0
1800.05/1797.44	c learnt ternary clauses	: 0
1800.05/1797.44	c learnt constraints	: 821576
1800.05/1797.44	c ignored constraints	: 0
1800.05/1797.44	c root simplifications	: 0
1800.05/1797.44	c removed literals (reason simplification)	: 2621405
1800.05/1797.44	c reason swapping (by a shorter reason)	: 0
1800.05/1797.44	c Calls to reduceDB	: 58
1800.05/1797.44	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.44	c number of learned constraints concerned by reduction	: 0
1800.05/1797.44	c number of learning phase by resolution	: 0
1800.05/1797.44	c number of learning phase by cutting planes	: 0
1800.05/1797.44	c speed (assignments/second)	: 19834.990731223283
1800.05/1797.44	c non guided choices	6799
1800.05/1797.45	c learnt constraints type 
1800.05/1797.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21543
1800.05/1797.45	c constraints type 
1800.05/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1800.05/1797.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.05/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.05/1797.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1800.05/1797.45	s UNKNOWN
1800.05/1797.45	c Total wall clock time (in seconds): 1797.334

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.95 2/425 626
/proc/meminfo: memFree=29094828/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 233 0 0 0 0 0 0 0 21 0 1 0 828028483 9318400 170 33554432000 1073741824 1073778376 140736515647184 18446744073709551615 244446941029 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/626/statm: 2275 170 130 9 0 67 0
[pid=626/tid=629] ppid=623 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 3894 0 1 0 0 0 0 0 18 0 2 0 828028483 13850947584 4710 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0621961 s]
/proc/loadavg: 2.00 2.02 1.95 2/425 626
/proc/meminfo: memFree=29094828/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 14002 0 1 0 3 1 0 0 18 0 13 0 828028483 13874806784 13700 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3387404 13701 1685 9 0 3378152 0
[pid=626/tid=629] ppid=623 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 12857 0 1 0 3 1 0 0 24 0 13 0 828028483 13874806784 13701 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458771915 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.101151 s]
/proc/loadavg: 2.00 2.02 1.95 2/425 626
/proc/meminfo: memFree=29094828/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13686944 CPUtime=0.1 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 15509 0 1 0 8 2 0 0 18 0 18 0 828028483 14015430656 15171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3421736 15174 2092 9 0 3412470 0
[pid=626/tid=629] ppid=623 vsize=13686944 CPUtime=0.08 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 13563 0 1 0 7 1 0 0 25 0 18 0 828028483 14015430656 15175 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46973404168197 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) 13686944

[startup+0.319503 s]
/proc/loadavg: 2.00 2.02 1.95 2/425 626
/proc/meminfo: memFree=29094828/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13688216 CPUtime=0.5 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 19016 0 1 0 48 2 0 0 18 0 18 0 828028483 14016733184 18519 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3422054 18519 2220 9 0 3412788 0
[pid=626/tid=629] ppid=623 vsize=13688216 CPUtime=0.3 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 16191 0 1 0 28 2 0 0 25 0 18 0 828028483 14016733184 18519 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13688216

[startup+0.728593 s]
/proc/loadavg: 2.00 2.02 1.95 2/425 626
/proc/meminfo: memFree=29094828/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=1.59 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 40857 0 1 0 154 5 0 0 18 0 19 0 828028483 14030442496 37387 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 37387 2233 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=0.71 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 30421 0 1 0 67 4 0 0 25 0 19 0 828028483 14030442496 37387 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505357434 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 13701604

[startup+1.50094 s]
/proc/loadavg: 2.00 2.02 1.95 3/466 670
/proc/meminfo: memFree=28877268/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=2.46 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 42211 0 1 0 241 5 0 0 18 0 19 0 828028483 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 37680 2235 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=1.48 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 30702 0 1 0 144 4 0 0 25 0 19 0 828028483 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505952914 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828028485 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828028486 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 828028487 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 828028487 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.43 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 4993 0 0 0 43 0 0 0 25 0 19 0 828028489 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.53 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5357 0 0 0 52 1 0 0 15 0 19 0 828028489 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 37680 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13701604

[startup+3.10063 s]
/proc/loadavg: 2.00 2.02 1.95 3/466 670
/proc/meminfo: memFree=28865860/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=4.19 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 44326 0 1 0 413 6 0 0 18 0 19 0 828028483 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 39433 2239 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=3.08 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 32433 0 1 0 304 4 0 0 18 0 19 0 828028483 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505952914 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828028485 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828028486 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 828028487 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 828028487 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.44 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 4993 0 0 0 44 0 0 0 18 0 19 0 828028489 14030442496 39433 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.65 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5741 0 0 0 64 1 0 0 16 0 19 0 828028489 14030442496 39434 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 39434 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 39434 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 39434 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 13701604

[startup+6.30105 s]
/proc/loadavg: 2.00 2.01 1.95 3/466 671
/proc/meminfo: memFree=28803604/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=7.49 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 56105 0 1 0 741 8 0 0 18 0 19 0 828028483 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 51171 2265 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=6.22 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 35711 0 1 0 617 5 0 0 18 0 19 0 828028483 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505853667 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0.01 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 2230 0 0 0 1 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 1762 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 181 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828028485 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=0.03 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 4316 0 0 0 3 0 0 0 15 0 19 0 828028486 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.45 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 4998 0 0 0 45 0 0 0 18 0 19 0 828028489 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.72 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5752 0 0 0 71 1 0 0 15 0 19 0 828028489 14030442496 51171 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0

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

[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0.19 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 4848 0 0 0 19 0 0 0 15 0 19 0 828028485 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 2632 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 4673 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=3.09 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 32715 0 0 0 306 3 0 0 15 0 19 0 828028486 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.47 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 5000 0 0 0 47 0 0 0 16 0 19 0 828028489 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.8 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5768 0 0 0 79 1 0 0 15 0 19 0 828028489 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 105293 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.88
Current children cumulated vsize (KiB) 13701604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/466 765
/proc/meminfo: memFree=28472416/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=1784.92 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 110499 0 1 0 178477 15 0 0 18 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 105294 2265 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=1778.52 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 35769 0 1 0 177847 5 0 0 25 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505907030 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 4378 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0.21 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 4771 0 0 0 21 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 2883 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1867 0 0 0 23 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0.22 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 3939 0 0 0 22 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0.19 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 4848 0 0 0 19 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 2632 0 0 0 25 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 4673 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=3.21 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 32719 0 0 0 318 3 0 0 15 0 19 0 828028486 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.47 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 5000 0 0 0 47 0 0 0 16 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.8 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5768 0 0 0 79 1 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1784.92
Current children cumulated vsize (KiB) 13701604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/466 765
/proc/meminfo: memFree=28472416/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=1800.05 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 110504 0 1 0 179990 15 0 0 18 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 105294 2265 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=1793.6 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 35770 0 1 0 179355 5 0 0 25 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505907073 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 4378 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0.21 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 4771 0 0 0 21 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 2883 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1867 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0.22 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 3939 0 0 0 22 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0.19 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 4848 0 0 0 19 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 2632 0 0 0 25 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 4673 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=3.26 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 32721 0 0 0 323 3 0 0 15 0 19 0 828028486 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.47 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 5000 0 0 0 47 0 0 0 16 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.8 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5768 0 0 0 79 1 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13701604

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

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

[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/466 765
/proc/meminfo: memFree=28472416/32951124 swapFree=43324008/67111528
[pid=626] ppid=623 vsize=13701604 CPUtime=1800.05 cores=1,3,5,7
/proc/626/stat : 626 (java) S 623 626 585 0 -1 4202496 110504 0 1 0 179990 15 0 0 18 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/626/statm: 3425401 105294 2265 9 0 3416135 0
[pid=626/tid=629] ppid=623 vsize=13701604 CPUtime=1793.6 cores=1,3,5,7
/proc/626/task/629/stat : 629 (java) R 623 626 585 0 -1 4202560 35770 0 1 0 179355 5 0 0 25 0 19 0 828028483 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 46912505907073 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=626/tid=637] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/637/stat : 637 (java) S 623 626 585 0 -1 4202560 4378 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=638] ppid=623 vsize=13701604 CPUtime=0.21 cores=1,3,5,7
/proc/626/task/638/stat : 638 (java) S 623 626 585 0 -1 4202560 4771 0 0 0 21 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=639] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/639/stat : 639 (java) S 623 626 585 0 -1 4202560 2883 0 0 0 25 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=640] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/640/stat : 640 (java) S 623 626 585 0 -1 4202560 1867 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=641] ppid=623 vsize=13701604 CPUtime=0.22 cores=1,3,5,7
/proc/626/task/641/stat : 641 (java) S 623 626 585 0 -1 4202560 3939 0 0 0 22 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=642] ppid=623 vsize=13701604 CPUtime=0.19 cores=1,3,5,7
/proc/626/task/642/stat : 642 (java) S 623 626 585 0 -1 4202560 4848 0 0 0 19 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=643] ppid=623 vsize=13701604 CPUtime=0.25 cores=1,3,5,7
/proc/626/task/643/stat : 643 (java) S 623 626 585 0 -1 4202560 2632 0 0 0 25 0 0 0 16 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=644] ppid=623 vsize=13701604 CPUtime=0.23 cores=1,3,5,7
/proc/626/task/644/stat : 644 (java) S 623 626 585 0 -1 4202560 4673 0 0 0 23 0 0 0 15 0 19 0 828028485 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=626/tid=653] ppid=623 vsize=13701604 CPUtime=3.26 cores=1,3,5,7
/proc/626/task/653/stat : 653 (java) S 623 626 585 0 -1 4202560 32721 0 0 0 323 3 0 0 15 0 19 0 828028486 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=654] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/654/stat : 654 (java) S 623 626 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=655] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/655/stat : 655 (java) S 623 626 585 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828028487 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=659] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/659/stat : 659 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=626/tid=660] ppid=623 vsize=13701604 CPUtime=0.47 cores=1,3,5,7
/proc/626/task/660/stat : 660 (java) S 623 626 585 0 -1 4202560 5000 0 0 0 47 0 0 0 16 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=661] ppid=623 vsize=13701604 CPUtime=0.8 cores=1,3,5,7
/proc/626/task/661/stat : 661 (java) S 623 626 585 0 -1 4202560 5768 0 0 0 79 1 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=662] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/662/stat : 662 (java) S 623 626 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=626/tid=663] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/663/stat : 663 (java) S 623 626 585 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828028489 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=626/tid=670] ppid=623 vsize=13701604 CPUtime=0 cores=1,3,5,7
/proc/626/task/670/stat : 670 (java) S 623 626 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828028539 14030442496 105294 33554432000 1073741824 1073778376 140734415583680 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13701604

Child status: 143
Real time (s): 1797.48
CPU time (s): 1800.13
CPU user time (s): 1799.95
CPU system time (s): 0.175973
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 13701604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110540
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= 38565
involuntary context switches= 6759

runsolver used 7.9158 second user time and 18.2532 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 07:11:20
IDJOB=3457998
IDBENCH=48323
IDSOLVER=1952
FILE ID=node105/3457998-1307164280
RUNJOBID= node105-1307164280-614
PBS_JOBID= 13508836
Free space on /tmp= 73772 MiB

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

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

MD5SUM BENCH= bd09cdc4b500cb737de1028eb4fdb581
RANDOM SEED=244012938

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29095116 kB
Buffers:        327804 kB
Cached:         805456 kB
SwapCached:      20984 kB
Active:        2872984 kB
Inactive:       667480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29095116 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:     2404412 kB
Mapped:          18680 kB
Slab:           165240 kB
PageTables:      81016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114853336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73768 MiB
End job on node105 at 2011-06-04 07:41:20