Trace number 3744522

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.01 904.953

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_0_ic.opb
MD5SUM3ccb0020d438b0d41f96e5d1bc8e13b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 14748631329
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 14748631329
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3744522-1338808148.opb
0.08/0.13	c reading problem ... 
1.34/0.70	c ... done. Wall clock time 0.568s.
1.34/0.70	c #vars     15725
1.34/0.70	c #constraints  33211
1.34/0.70	c constraints type 
1.34/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.34/0.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.34/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.34/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.34/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.34/0.70	c constraints type 
1.34/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.34/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.34/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.34/0.70	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.34/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
7.36/3.29	c cleaning 2498 clauses out of 5000 with flag 5000/5000
13.08/6.06	c cleaning 4249 clauses out of 8505 with flag 11003/11003
19.07/9.08	c cleaning 5622 clauses out of 11253 with flag 18000/18000
26.79/12.93	c cleaning 6811 clauses out of 13634 with flag 26003/26003
35.31/17.23	c cleaning 7904 clauses out of 15821 with flag 35001/35001
44.02/21.65	c cleaning 8956 clauses out of 17917 with flag 45001/45001
54.52/26.95	c cleaning 9965 clauses out of 19960 with flag 56000/56000
65.63/32.60	c cleaning 10993 clauses out of 21997 with flag 68002/68002
80.49/40.06	c cleaning 11996 clauses out of 24003 with flag 81001/81001
95.39/47.52	c cleaning 12999 clauses out of 26007 with flag 95001/95001
111.29/55.52	c cleaning 13975 clauses out of 28007 with flag 110000/110000
128.17/64.06	c cleaning 15012 clauses out of 30034 with flag 126002/126002
142.80/71.41	c cleaning 16000 clauses out of 32020 with flag 143000/143000
156.27/78.28	c cleaning 17004 clauses out of 34021 with flag 161001/161001
174.53/87.41	c cleaning 18005 clauses out of 36017 with flag 180001/180001
197.18/98.88	c cleaning 19003 clauses out of 38013 with flag 200002/200002
220.78/110.71	c cleaning 20000 clauses out of 40009 with flag 221001/221001
245.05/122.94	c cleaning 20997 clauses out of 42008 with flag 243000/243000
271.31/136.10	c cleaning 21998 clauses out of 44011 with flag 266000/266000
295.57/148.40	c cleaning 22993 clauses out of 46015 with flag 290002/290002
317.92/159.66	c cleaning 24006 clauses out of 48022 with flag 315002/315002
347.18/174.37	c cleaning 24998 clauses out of 50015 with flag 341001/341001
381.32/191.47	c cleaning 26000 clauses out of 52016 with flag 368000/368000
419.56/210.63	c cleaning 27001 clauses out of 54017 with flag 396001/396001
449.71/225.88	c cleaning 0 clauses out of 5004 with flag 0/5004
451.32/226.57	c cleaning 28002 clauses out of 56017 with flag 425002/425002
478.23/240.06	c cleaning 29002 clauses out of 58014 with flag 455001/455001
515.31/258.64	c cleaning 29997 clauses out of 60014 with flag 486003/486003
560.90/281.55	c cleaning 30999 clauses out of 62015 with flag 518001/518001
602.57/302.45	c cleaning 31997 clauses out of 64016 with flag 551001/551001
652.85/327.69	c cleaning 33004 clauses out of 66019 with flag 585001/585001
692.49/347.52	c cleaning 33503 clauses out of 67015 with flag 619001/619001
735.60/369.25	c cleaning 33750 clauses out of 67514 with flag 653003/653003
775.40/389.26	c cleaning 33871 clauses out of 67765 with flag 687004/687004
814.79/409.08	c cleaning 33941 clauses out of 67891 with flag 721001/721001
854.81/429.16	c cleaning 33970 clauses out of 67949 with flag 755000/755000
894.48/449.12	c cleaning 33982 clauses out of 67982 with flag 789003/789003
943.29/473.66	c cleaning 33995 clauses out of 68001 with flag 823004/823004
991.87/498.04	c cleaning 33994 clauses out of 68003 with flag 857001/857001
1032.85/518.67	c cleaning 33996 clauses out of 68009 with flag 891001/891001
1067.73/536.29	c cleaning 34002 clauses out of 68014 with flag 925002/925002
1109.15/557.07	c cleaning 33983 clauses out of 68010 with flag 959000/959000
1154.54/579.85	c cleaning 34002 clauses out of 68027 with flag 993000/993000
1196.71/601.04	c cleaning 34002 clauses out of 68027 with flag 1027002/1027002
1233.72/619.78	c cleaning 33984 clauses out of 68024 with flag 1061001/1061001
1267.50/636.77	c cleaning 33996 clauses out of 68040 with flag 1095001/1095001
1306.86/656.57	c cleaning 33998 clauses out of 68044 with flag 1129001/1129001
1345.03/675.79	c cleaning 33995 clauses out of 68046 with flag 1163001/1163001
1378.83/692.81	c cleaning 34000 clauses out of 68050 with flag 1197000/1197000
1416.16/711.64	c cleaning 33996 clauses out of 68050 with flag 1231000/1231000
1453.73/730.53	c cleaning 34005 clauses out of 68055 with flag 1265001/1265001
1495.48/751.56	c cleaning 34004 clauses out of 68049 with flag 1299000/1299000
1538.54/773.21	c cleaning 34022 clauses out of 68045 with flag 1333000/1333000
1574.49/791.34	c cleaning 34006 clauses out of 68023 with flag 1367000/1367000
1613.47/810.95	c cleaning 34004 clauses out of 68018 with flag 1401001/1401001
1654.62/831.69	c cleaning 33999 clauses out of 68016 with flag 1435003/1435003
1696.98/853.10	c cleaning 33998 clauses out of 68014 with flag 1469000/1469000
1733.31/871.32	c cleaning 34004 clauses out of 68025 with flag 1503009/1503009
1769.45/889.55	c cleaning 34000 clauses out of 68013 with flag 1537001/1537001
1800.01/904.91	c starts		: 208
1800.01/904.91	c conflicts		: 1563093
1800.01/904.91	c decisions		: 2117204
1800.01/904.91	c propagations		: 905629892
1800.01/904.91	c inspects		: 6761612438
1800.01/904.91	c shortcuts		: 0
1800.01/904.91	c learnt literals	: 0
1800.01/904.91	c learnt binary clauses	: 0
1800.01/904.91	c learnt ternary clauses	: 1
1800.01/904.91	c learnt constraints	: 1563093
1800.01/904.91	c ignored constraints	: 0
1800.01/904.91	c root simplifications	: 0
1800.01/904.91	c removed literals (reason simplification)	: 62150814
1800.01/904.91	c reason swapping (by a shorter reason)	: 0
1800.01/904.91	c Calls to reduceDB	: 58
1800.01/904.91	c number of reductions to clauses (during analyze)	: 0
1800.01/904.91	c number of learned constraints concerned by reduction	: 0
1800.01/904.91	c number of learning phase by resolution	: 0
1800.01/904.91	c number of learning phase by cutting planes	: 0
1800.01/904.91	c speed (assignments/second)	: 1001570.5499828579
1800.01/904.91	c non guided choices	2
1800.01/904.93	c learnt constraints type 
1800.01/904.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60132
1800.01/904.93	c constraints type 
1800.01/904.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.01/904.93	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.01/904.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/904.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.01/904.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.01/904.93	c constraints type 
1800.01/904.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.01/904.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.01/904.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.01/904.93	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.01/904.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/904.93	s UNKNOWN
1800.01/904.93	c Total wall clock time (in seconds): 904.805

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744522-1338808148/watcher-3744522-1338808148 -o /tmp/evaluation-result-3744522-1338808148/solver-3744522-1338808148 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744522-1338808148.opb 

running on 4 cores: 0,2,4,6

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: 3.70 3.85 3.77 4/197 30209
/proc/meminfo: memFree=23061668/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (java) D 30207 30209 20391 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 346939130 9515008 176 33554432000 1073741824 1073778376 140737398842272 140737398825000 251044643728 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2323 176 133 9 0 71 0

[startup+0.0858101 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 30209
/proc/meminfo: memFree=23061668/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 4496 0 1 0 5 1 0 0 20 0 18 0 346939130 11864465408 12348 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2896598 12355 1772 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100301 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 30209
/proc/meminfo: memFree=23061668/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 4868 0 1 0 7 1 0 0 20 0 18 0 346939130 11864465408 12718 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2896598 12722 1997 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300233 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 30209
/proc/meminfo: memFree=23061668/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11586392 CPUtime=0.5 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 6464 0 1 0 48 2 0 0 20 0 18 0 346939130 11864465408 15872 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2896598 15873 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.70024 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 30209
/proc/meminfo: memFree=23061668/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11586392 CPUtime=1.34 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 10811 0 1 0 129 5 0 0 20 0 18 0 346939130 11864465408 45562 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2896598 45562 2247 9 0 2887285 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 11586392

[startup+1.5008 s]
/proc/loadavg: 3.70 3.85 3.77 6/219 30231
/proc/meminfo: memFree=22854900/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11852648 CPUtime=3.74 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 13976 0 1 0 366 8 0 0 20 0 22 0 346939130 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2963162 77283 2264 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3497 0 1 0 64 3 0 0 20 0 22 0 346939131 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346939134 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 4227 0 0 0 72 0 0 0 20 0 22 0 346939138 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30225] ppid=30207 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30209/task/30225/stat : 30225 (java) S 30207 30209 20391 0 -1 4202560 4906 0 0 0 71 2 0 0 20 0 22 0 346939138 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168957811128 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30226] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30226/stat : 30226 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168956758264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30227] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30227/stat : 30227 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168955705928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30228] ppid=30207 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30209/task/30228/stat : 30228 (java) R 30207 30209 20391 0 -1 4202560 29 0 0 0 78 0 0 0 20 0 22 0 346939201 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168954651640 140169018799626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30229] ppid=30207 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30209/task/30229/stat : 30229 (java) R 30207 30209 20391 0 -1 4202560 128 0 0 0 75 3 0 0 20 0 22 0 346939201 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168953598184 140169019070129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30230] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30230/stat : 30230 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168952546600 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30231] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30231/stat : 30231 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 77283 33554432000 1073741824 1073778376 140737398842272 140168951494056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 3.70 3.85 3.77 5/219 30231
/proc/meminfo: memFree=22640296/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11852648 CPUtime=7.13 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 15426 0 1 0 698 15 0 0 20 0 22 0 346939130 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2963162 178689 2267 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3497 0 1 0 64 3 0 0 20 0 22 0 346939131 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346939134 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 4249 0 0 0 84 0 0 0 20 0 22 0 346939138 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30225] ppid=30207 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/30209/task/30225/stat : 30225 (java) S 30207 30209 20391 0 -1 4202560 6134 0 0 0 79 2 0 0 20 0 22 0 346939138 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168957811128 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30226] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30226/stat : 30226 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168956758264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30227] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30227/stat : 30227 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168955705928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30228] ppid=30207 vsize=11852648 CPUtime=2.36 cores=0,2,4,6
/proc/30209/task/30228/stat : 30228 (java) R 30207 30209 20391 0 -1 4202560 32 0 0 0 236 0 0 0 20 0 22 0 346939201 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168954651672 140169018799626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30229] ppid=30207 vsize=11852648 CPUtime=2.36 cores=0,2,4,6
/proc/30209/task/30229/stat : 30229 (java) R 30207 30209 20391 0 -1 4202560 325 0 0 0 228 8 0 0 20 0 22 0 346939201 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168953597112 140169018594074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30230] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30230/stat : 30230 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168952546600 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30231] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30231/stat : 30231 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 178689 33554432000 1073741824 1073778376 140737398842272 140168951494056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.73 3.85 3.77 5/219 30231
/proc/meminfo: memFree=22172112/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11852648 CPUtime=13.67 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 16859 0 1 0 1345 22 0 0 20 0 22 0 346939130 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2963162 226380 2291 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3497 0 1 0 64 3 0 0 20 0 22 0 346939131 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 346939133 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 46 0 0 0 16 2 0 0 20 0 22 0 346939134 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 4254 0 0 0 92 0 0 0 20 0 22 0 346939138 12137111552 226380 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/30209/statm: 2963162 913219 2292 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3523 0 1 0 67 4 0 0 20 0 22 0 346939131 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 150 0 0 0 78 4 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 105 0 0 0 75 3 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 108 0 0 0 72 3 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 111 0 0 0 70 2 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 116 0 0 0 72 0 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 154 0 0 0 75 4 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 115 0 0 0 74 3 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 106 0 0 0 68 3 0 0 20 0 22 0 346939133 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=14.14 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 198 0 0 0 1407 7 0 0 20 0 22 0 346939134 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 5034 0 0 0 103 1 0 0 20 0 22 0 346939138 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30225] ppid=30207 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/30209/task/30225/stat : 30225 (java) S 30207 30209 20391 0 -1 4202560 13515 0 0 0 142 4 0 0 20 0 22 0 346939138 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168957811128 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30226] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30226/stat : 30226 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168956758264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30227] ppid=30207 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/30209/task/30227/stat : 30227 (java) S 30207 30209 20391 0 -1 4202560 50 0 0 0 22 12 0 0 20 0 22 0 346939138 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168955705928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30228] ppid=30207 vsize=11852648 CPUtime=863.42 cores=0,2,4,6
/proc/30209/task/30228/stat : 30228 (java) R 30207 30209 20391 0 -1 4202560 83 0 0 0 86327 15 0 0 20 0 22 0 346939201 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168954651472 140169018912727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30229] ppid=30207 vsize=11852648 CPUtime=863.41 cores=0,2,4,6
/proc/30209/task/30229/stat : 30229 (java) R 30207 30209 20391 0 -1 4202560 1579 0 0 0 86277 64 0 0 20 0 22 0 346939201 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168953596928 140169018936802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30230] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30230/stat : 30230 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168952546600 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30231] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30231/stat : 30231 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913219 33554432000 1073741824 1073778376 140737398842272 140168951494056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1755.05
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.901 s]
/proc/loadavg: 3.78 3.92 3.86 5/219 30309
/proc/meminfo: memFree=18164228/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11852648 CPUtime=1800.01 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 26133 0 1 0 179892 109 0 0 20 0 22 0 346939130 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2963162 913738 2292 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3524 0 1 0 67 5 0 0 20 0 22 0 346939131 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 150 0 0 0 79 4 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 110 0 0 0 77 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 108 0 0 0 74 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 112 0 0 0 71 2 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 116 0 0 0 74 0 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 154 0 0 0 76 4 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 116 0 0 0 75 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 106 0 0 0 69 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=14.45 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 199 0 0 0 1438 7 0 0 20 0 22 0 346939134 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 5034 0 0 0 103 1 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30225] ppid=30207 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/30209/task/30225/stat : 30225 (java) S 30207 30209 20391 0 -1 4202560 13515 0 0 0 142 4 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168957811128 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30226] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30226/stat : 30226 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168956758264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30227] ppid=30207 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30209/task/30227/stat : 30227 (java) S 30207 30209 20391 0 -1 4202560 52 0 0 0 23 12 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168955705928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30228] ppid=30207 vsize=11852648 CPUtime=885.63 cores=0,2,4,6
/proc/30209/task/30228/stat : 30228 (java) R 30207 30209 20391 0 -1 4202560 83 0 0 0 88547 16 0 0 20 0 22 0 346939201 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168954651472 140169018948185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30229] ppid=30207 vsize=11852648 CPUtime=885.62 cores=0,2,4,6
/proc/30209/task/30229/stat : 30229 (java) R 30207 30209 20391 0 -1 4202560 1579 0 0 0 88498 64 0 0 20 0 22 0 346939201 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168953597008 140169018919204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30230] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30230/stat : 30230 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168952546600 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30231] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30231/stat : 30231 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168951494056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11852648

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

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

[startup+904.901 s]
/proc/loadavg: 3.78 3.92 3.86 5/219 30309
/proc/meminfo: memFree=18164228/32873844 swapFree=7628/7628
[pid=30209] ppid=30207 vsize=11852648 CPUtime=1800.01 cores=0,2,4,6
/proc/30209/stat : 30209 (java) S 30207 30209 20391 0 -1 4202496 26133 0 1 0 179892 109 0 0 20 0 22 0 346939130 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140737398833408 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 2963162 913738 2292 9 0 2953849 0
[pid=30209/tid=30211] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30211/stat : 30211 (java) S 30207 30209 20391 0 -1 4202560 3524 0 1 0 67 5 0 0 20 0 22 0 346939131 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140169145549976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30212] ppid=30207 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/30209/task/30212/stat : 30212 (java) S 30207 30209 20391 0 -1 4202560 150 0 0 0 79 4 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168982854568 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30213] ppid=30207 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/30209/task/30213/stat : 30213 (java) S 30207 30209 20391 0 -1 4202560 110 0 0 0 77 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168981802024 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30214] ppid=30207 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/30209/task/30214/stat : 30214 (java) S 30207 30209 20391 0 -1 4202560 108 0 0 0 74 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168980748968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30215] ppid=30207 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30209/task/30215/stat : 30215 (java) S 30207 30209 20391 0 -1 4202560 112 0 0 0 71 2 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168979696424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30216] ppid=30207 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/30209/task/30216/stat : 30216 (java) S 30207 30209 20391 0 -1 4202560 116 0 0 0 74 0 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168978643368 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30217] ppid=30207 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/30209/task/30217/stat : 30217 (java) S 30207 30209 20391 0 -1 4202560 154 0 0 0 76 4 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168977590824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30218] ppid=30207 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30209/task/30218/stat : 30218 (java) S 30207 30209 20391 0 -1 4202560 116 0 0 0 75 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168976537768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30219] ppid=30207 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/30209/task/30219/stat : 30219 (java) S 30207 30209 20391 0 -1 4202560 106 0 0 0 69 3 0 0 20 0 22 0 346939133 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168975485224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30220] ppid=30207 vsize=11852648 CPUtime=14.45 cores=0,2,4,6
/proc/30209/task/30220/stat : 30220 (java) S 30207 30209 20391 0 -1 4202560 199 0 0 0 1438 7 0 0 20 0 22 0 346939134 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168963074920 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30221] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30221/stat : 30221 (java) S 30207 30209 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168962021240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30222] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30222/stat : 30222 (java) S 30207 30209 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346939135 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168960968072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30223] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30223/stat : 30223 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168959916816 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30224] ppid=30207 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30209/task/30224/stat : 30224 (java) S 30207 30209 20391 0 -1 4202560 5034 0 0 0 103 1 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168958863672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30225] ppid=30207 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/30209/task/30225/stat : 30225 (java) S 30207 30209 20391 0 -1 4202560 13515 0 0 0 142 4 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168957811128 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30226] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30226/stat : 30226 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168956758264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30227] ppid=30207 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30209/task/30227/stat : 30227 (java) S 30207 30209 20391 0 -1 4202560 52 0 0 0 23 12 0 0 20 0 22 0 346939138 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168955705928 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30209/tid=30228] ppid=30207 vsize=11852648 CPUtime=885.63 cores=0,2,4,6
/proc/30209/task/30228/stat : 30228 (java) R 30207 30209 20391 0 -1 4202560 83 0 0 0 88547 16 0 0 20 0 22 0 346939201 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168954651472 140169018948185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30209/tid=30229] ppid=30207 vsize=11852648 CPUtime=885.62 cores=0,2,4,6
/proc/30209/task/30229/stat : 30229 (java) R 30207 30209 20391 0 -1 4202560 1579 0 0 0 88498 64 0 0 20 0 22 0 346939201 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168953597008 140169018919204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30209/tid=30230] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30230/stat : 30230 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168952546600 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30209/tid=30231] ppid=30207 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30209/task/30231/stat : 30231 (java) S 30207 30209 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346939203 12137111552 913738 33554432000 1073741824 1073778376 140737398842272 140168951494056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30209 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=369214
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=481774
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.953
CPU time (s): 1800.01
CPU user time (s): 1798.92
CPU system time (s): 1.09
CPU usage (%): 198.906
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.48177
maximum resident set size= 3655072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26167
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23221
involuntary context switches= 22616

runsolver used 3.22151 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-04 13:09:08
IDJOB=3744522
IDBENCH=92768
IDSOLVER=2328
FILE ID=node143/3744522-1338808148
RUNJOBID= node143-1338805400-29518
PBS_JOBID= 14636856
Free space on /tmp= 68468 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_0_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744522-1338808148/watcher-3744522-1338808148 -o /tmp/evaluation-result-3744522-1338808148/solver-3744522-1338808148 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744522-1338808148.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=790113831

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23061932 kB
Buffers:         3531680 kB
Cached:          4016416 kB
SwapCached:          188 kB
Active:          6563580 kB
Inactive:        2217736 kB
Active(anon):    1214112 kB
Inactive(anon):    10988 kB
Active(file):    5349468 kB
Inactive(file):  2206748 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:              3304 kB
Writeback:             0 kB
AnonPages:       1242256 kB
Mapped:            18692 kB
Shmem:               160 kB
Slab:             875696 kB
SReclaimable:     317032 kB
SUnreclaim:       558664 kB
KernelStack:        1624 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68456 MiB
End job on node143 at 2012-06-04 13:24:15