Trace number 3690212

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.71 908.064

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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
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 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
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@63415de6
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 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@23174b07
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 c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3690212-1337888936.opb
0.08/0.13	c reading problem ... 
1.16/0.66	c ... done. Wall clock time 0.536s.
1.16/0.66	c declared #vars     15725
1.16/0.66	c #constraints  33136
1.16/0.66	c constraints type 
1.16/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.16/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.16/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.16/0.66	c ignored satisfied constraints => 3
1.16/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.16/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.16/0.66	c 33139 constraints processed.
1.16/0.66	c constraints type 
1.16/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.16/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.16/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.16/0.66	c ignored satisfied constraints => 3
1.16/0.66	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.16/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.16/0.66	c 33139 constraints processed.
1.16/0.66	c objective function length is 1825 literals
12.04/5.33	c cleaning 2498 clauses out of 5000 with flag 5000/5000
24.41/11.40	c cleaning 4251 clauses out of 8502 with flag 11000/11000
40.15/19.32	c cleaning 5622 clauses out of 11252 with flag 18001/18001
52.41/25.56	c cleaning 6809 clauses out of 13630 with flag 26001/26001
64.18/31.53	c cleaning 7905 clauses out of 15820 with flag 35000/35000
79.83/39.42	c cleaning 8948 clauses out of 17915 with flag 45000/45000
97.44/48.37	c cleaning 9972 clauses out of 19968 with flag 56001/56001
115.99/57.73	c cleaning 10994 clauses out of 21996 with flag 68001/68001
131.82/65.84	c cleaning 11996 clauses out of 24001 with flag 81000/81000
148.57/74.30	c cleaning 12996 clauses out of 26006 with flag 95001/95001
169.89/85.17	c cleaning 14000 clauses out of 28010 with flag 110001/110001
191.70/96.16	c cleaning 15002 clauses out of 30009 with flag 126000/126000
213.64/107.38	c cleaning 16003 clauses out of 32011 with flag 143004/143004
235.31/118.30	c cleaning 16998 clauses out of 34005 with flag 161001/161001
257.99/129.89	c cleaning 18002 clauses out of 36008 with flag 180002/180002
288.68/145.35	c cleaning 18996 clauses out of 38004 with flag 200000/200000
320.14/161.36	c cleaning 19979 clauses out of 40008 with flag 221000/221000
351.21/177.08	c cleaning 21010 clauses out of 42029 with flag 243000/243000
383.91/193.50	c cleaning 0 clauses out of 5004 with flag 0/5004
390.34/196.70	c cleaning 22003 clauses out of 44019 with flag 266000/266000
423.82/213.77	c cleaning 22997 clauses out of 46017 with flag 290001/290001
460.65/232.34	c cleaning 24003 clauses out of 48021 with flag 315002/315002
505.14/254.72	c cleaning 25006 clauses out of 50017 with flag 341001/341001
547.84/276.24	c cleaning 25997 clauses out of 52011 with flag 368001/368001
587.99/296.67	c cleaning 27003 clauses out of 54015 with flag 396002/396002
630.42/318.02	c cleaning 28002 clauses out of 56011 with flag 425001/425001
677.28/341.62	c cleaning 28995 clauses out of 58008 with flag 455000/455000
730.97/368.69	c cleaning 30002 clauses out of 60015 with flag 486002/486002
773.92/390.46	c cleaning 30993 clauses out of 62011 with flag 518000/518000
817.62/412.48	c cleaning 32005 clauses out of 64018 with flag 551000/551000
864.20/435.90	c cleaning 32996 clauses out of 66013 with flag 585000/585000
911.72/459.76	c cleaning 34004 clauses out of 68019 with flag 620002/620002
962.21/485.27	c cleaning 35005 clauses out of 70013 with flag 656000/656000
1011.16/509.88	c cleaning 35993 clauses out of 72009 with flag 693001/693001
1053.69/531.25	c cleaning 37002 clauses out of 74016 with flag 731001/731001
1098.82/553.98	c cleaning 37977 clauses out of 76014 with flag 770001/770001
1141.07/575.41	c cleaning 39008 clauses out of 78038 with flag 810002/810002
1191.68/601.22	c cleaning 40006 clauses out of 80028 with flag 851000/851000
1244.44/627.77	c cleaning 40998 clauses out of 82023 with flag 893001/893001
1300.72/656.24	c cleaning 42008 clauses out of 84024 with flag 936000/936000
1369.44/690.78	c cleaning 43002 clauses out of 86019 with flag 980003/980003
1432.67/722.57	c cleaning 43995 clauses out of 88017 with flag 1025003/1025003
1494.03/753.43	c cleaning 45004 clauses out of 90020 with flag 1071001/1071001
1562.86/788.24	c cleaning 45998 clauses out of 92017 with flag 1118002/1118002
1623.40/818.79	c cleaning 47005 clauses out of 94019 with flag 1166002/1166002
1689.56/852.09	c cleaning 47996 clauses out of 96012 with flag 1215000/1215000
1756.90/885.99	c cleaning 49002 clauses out of 98019 with flag 1265003/1265003
1800.06/908.01	c starts		: 190
1800.06/908.01	c conflicts		: 1298535
1800.06/908.01	c decisions		: 1930756
1800.06/908.01	c propagations		: 886273102
1800.06/908.01	c inspects		: 5870092034
1800.06/908.01	c shortcuts		: 0
1800.06/908.01	c learnt literals	: 0
1800.06/908.01	c learnt binary clauses	: 0
1800.06/908.01	c learnt ternary clauses	: 1
1800.06/908.01	c learnt constraints	: 1298535
1800.06/908.01	c ignored constraints	: 0
1800.06/908.01	c root simplifications	: 0
1800.06/908.01	c removed literals (reason simplification)	: 39195614
1800.06/908.01	c reason swapping (by a shorter reason)	: 0
1800.06/908.01	c Calls to reduceDB	: 46
1800.06/908.01	c number of reductions to clauses (during analyze)	: 0
1800.06/908.01	c number of learned constraints concerned by reduction	: 0
1800.06/908.01	c number of learning phase by resolution	: 0
1800.06/908.01	c number of learning phase by cutting planes	: 0
1800.06/908.01	c speed (assignments/second)	: 976802.1483025302
1800.06/908.01	c non guided choices	7
1800.06/908.04	c learnt constraints type 
1800.06/908.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82580
1800.06/908.04	c constraints type 
1800.06/908.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.06/908.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/908.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.06/908.04	c ignored satisfied constraints => 3
1800.06/908.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.06/908.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.06/908.04	c 33139 constraints processed.
1800.06/908.04	c constraints type 
1800.06/908.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.06/908.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.06/908.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.06/908.04	c ignored satisfied constraints => 3
1800.06/908.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.06/908.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.06/908.04	c 33139 constraints processed.
1800.06/908.04	s UNKNOWN
1800.06/908.04	c Total wall clock time (in seconds): 907.918

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-3690212-1337888936/watcher-3690212-1337888936 -o /tmp/evaluation-result-3690212-1337888936/solver-3690212-1337888936 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690212-1337888936.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: 3.79 3.90 3.90 4/197 26517
/proc/meminfo: memFree=28056644/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (java) D 26515 26517 22059 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255020577 9515008 182 33554432000 1073741824 1073778376 140733682608992 140733682600024 233411788469 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/26517/statm: 2323 182 140 9 0 71 0

[startup+0.100378 s]
/proc/loadavg: 3.79 3.90 3.90 4/197 26517
/proc/meminfo: memFree=28056644/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 4187 0 1 0 7 1 0 0 20 0 18 0 255020577 9787813888 5368 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2389603 5368 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.200211 s]
/proc/loadavg: 3.79 3.90 3.90 4/197 26517
/proc/meminfo: memFree=28056644/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 5070 0 1 0 26 1 0 0 20 0 18 0 255020577 9787813888 7072 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2389603 7072 2192 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558412

[startup+0.300238 s]
/proc/loadavg: 3.79 3.90 3.90 4/197 26517
/proc/meminfo: memFree=28056644/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 5565 0 1 0 47 2 0 0 20 0 18 0 255020577 9787813888 8756 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2389603 8756 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700191 s]
/proc/loadavg: 3.79 3.90 3.90 4/197 26517
/proc/meminfo: memFree=28056644/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 8134 0 1 0 131 4 0 0 20 0 22 0 255020577 10060460032 39336 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 39336 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.79 3.90 3.90 7/219 26539
/proc/meminfo: memFree=27879172/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=3.91 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 13511 0 1 0 378 13 0 0 20 0 22 0 255020577 10060460032 52479 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 52479 2271 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 255020578 10060460032 52479 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) R 26515 26517 22059 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140445030623656 140445071603385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) R 26515 26517 22059 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140445029571288 140445073307823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) R 26515 26517 22059 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444910479528 140445071603401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) R 26515 26517 22059 0 -1 4202560 112 0 0 0 2 2 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444909427160 140445071603385 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) R 26515 26517 22059 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444908375128 140445073307823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) R 26515 26517 22059 0 -1 4202560 82 0 0 0 1 1 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444907322408 140445071603401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) R 26515 26517 22059 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444906269528 140445073307823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) R 26515 26517 22059 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 255020579 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444905216984 140445072888961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444422886664 233415160892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 4800 0 0 0 72 2 0 0 20 0 22 0 255020584 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 22059 0 -1 4202560 4383 0 0 0 74 0 0 0 20 0 22 0 255020584 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444417625016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444416572152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444415519816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26517 22059 0 -1 4202560 26 0 0 0 75 0 0 0 20 0 22 0 255020644 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444414462552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) S 26515 26517 22059 0 -1 4202560 81 0 0 0 73 0 0 0 20 0 22 0 255020644 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444413410888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 52991 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9824668

[startup+3.10089 s]
/proc/loadavg: 3.79 3.90 3.90 4/219 26539
/proc/meminfo: memFree=27837656/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=7.4 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 14101 0 1 0 720 20 0 0 20 0 22 0 255020577 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 86492 2273 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 255020578 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 22059 0 -1 4202560 123 0 0 0 3 2 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140445030623656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 22059 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140445029571112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 22059 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444910479528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 22059 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444909426984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 22059 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444908374952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 22059 0 -1 4202560 89 0 0 0 3 2 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444907322408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 22059 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444906269352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 22059 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 255020579 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444905216808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444422887784 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 5127 0 0 0 83 2 0 0 20 0 22 0 255020584 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 22059 0 -1 4202560 4392 0 0 0 84 0 0 0 20 0 22 0 255020584 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444417625016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444416572152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444415519816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 22059 0 -1 4202560 27 0 0 0 230 0 0 0 20 0 22 0 255020644 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444414462560 140444911259892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 22059 0 -1 4202560 135 0 0 0 225 3 0 0 20 0 22 0 255020644 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444413410784 140444911453668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 86492 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9824668

[startup+6.30091 s]
/proc/loadavg: 3.80 3.91 3.90 4/219 26539
/proc/meminfo: memFree=27533816/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=13.99 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 16592 0 1 0 1366 33 0 0 20 0 22 0 255020577 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 137522 2285 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 255020578 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 22059 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140445030623656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 22059 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140445029571112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 22059 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444910479528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 22059 0 -1 4202560 132 0 0 0 5 3 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444909426984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 22059 0 -1 4202560 36 0 0 0 3 3 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444908374952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 22059 0 -1 4202560 104 0 0 0 6 2 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444907322408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 22059 0 -1 4202560 55 0 0 0 6 3 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444906269352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 22059 0 -1 4202560 55 0 0 0 6 3 0 0 20 0 22 0 255020579 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444905216808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 229 0 0 0 16 0 0 0 20 0 22 0 255020581 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444422887784 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 5323 0 0 0 92 2 0 0 20 0 22 0 255020584 10060460032 137522 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=789.86 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 22059 0 -1 4202560 1978 0 0 0 78931 55 0 0 20 0 22 0 255020644 10060460032 474898 33554432000 1073741824 1073778376 140736413263936 140444413411840 140444911480479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 474898 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 474898 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1629.87
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 2.18 2.91 3.48 3/192 26598
/proc/meminfo: memFree=26949296/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1749.63 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 31268 0 1 0 174784 179 0 0 20 0 22 0 255020577 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 455699 2285 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2529 0 1 0 63 6 0 0 20 0 22 0 255020578 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 22059 0 -1 4202560 472 0 0 0 252 9 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140445030623656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 22059 0 -1 4202560 339 0 0 0 247 9 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140445029571112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 22059 0 -1 4202560 437 0 0 0 270 9 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444910479528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 22059 0 -1 4202560 456 0 0 0 253 9 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444909426984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 22059 0 -1 4202560 368 0 0 0 268 10 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444908374952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 22059 0 -1 4202560 459 0 0 0 264 11 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444907322408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 22059 0 -1 4202560 383 0 0 0 281 10 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444906269352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 22059 0 -1 4202560 378 0 0 0 256 10 0 0 20 0 22 0 255020579 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444905216808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=26.8 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 3174 0 0 0 2659 21 0 0 20 0 22 0 255020581 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444422887784 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 10884 0 0 0 147 3 0 0 20 0 22 0 255020584 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 22059 0 -1 4202560 8094 0 0 0 113 2 0 0 20 0 22 0 255020584 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444417625016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444416572152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 22059 0 -1 4202560 51 0 0 0 22 24 0 0 20 0 22 0 255020584 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444415519816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=848.82 cores=1,3,5,7
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 22059 0 -1 4202560 70 0 0 0 84867 15 0 0 20 0 22 0 255020644 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444414462560 140444911259887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=848.73 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 22059 0 -1 4202560 1986 0 0 0 84817 56 0 0 20 0 22 0 255020644 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444413410928 140444911156661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 455699 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1749.63
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.001 s]
/proc/loadavg: 2.12 2.84 3.44 3/192 26598
/proc/meminfo: memFree=26947124/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1800.06 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 31423 0 1 0 179826 180 0 0 20 0 22 0 255020577 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 456353 2285 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2529 0 1 0 63 6 0 0 20 0 22 0 255020578 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 22059 0 -1 4202560 472 0 0 0 256 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445030623656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 22059 0 -1 4202560 399 0 0 0 255 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445029571112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 22059 0 -1 4202560 437 0 0 0 275 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444910479528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 22059 0 -1 4202560 456 0 0 0 259 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444909426984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 22059 0 -1 4202560 437 0 0 0 278 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444908374952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 22059 0 -1 4202560 467 0 0 0 275 11 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444907322408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 22059 0 -1 4202560 383 0 0 0 289 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444906269352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 22059 0 -1 4202560 378 0 0 0 263 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444905216808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=28.07 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 3186 0 0 0 2785 22 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444422887784 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 10884 0 0 0 147 3 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 22059 0 -1 4202560 8094 0 0 0 113 2 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444417625016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444416572152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 22059 0 -1 4202560 53 0 0 0 22 25 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444415519816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=873.1 cores=1,3,5,7
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 22059 0 -1 4202560 70 0 0 0 87294 16 0 0 20 0 22 0 255020644 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444414462448 140444911153891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=873.02 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 22059 0 -1 4202560 1990 0 0 0 87245 57 0 0 20 0 22 0 255020644 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444413410704 140444910957933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

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

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

[startup+908.001 s]
/proc/loadavg: 2.12 2.84 3.44 3/192 26598
/proc/meminfo: memFree=26947124/32873844 swapFree=7100/7100
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1800.06 cores=1,3,5,7
/proc/26517/stat : 26517 (java) S 26515 26517 22059 0 -1 4202496 31423 0 1 0 179826 180 0 0 20 0 22 0 255020577 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140736413255072 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26517/statm: 2456167 456353 2285 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 22059 0 -1 4202560 2529 0 1 0 63 6 0 0 20 0 22 0 255020578 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445069132792 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 22059 0 -1 4202560 472 0 0 0 256 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445030623656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 22059 0 -1 4202560 399 0 0 0 255 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140445029571112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 22059 0 -1 4202560 437 0 0 0 275 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444910479528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 22059 0 -1 4202560 456 0 0 0 259 9 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444909426984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 22059 0 -1 4202560 437 0 0 0 278 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444908374952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 22059 0 -1 4202560 467 0 0 0 275 11 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444907322408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 22059 0 -1 4202560 383 0 0 0 289 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444906269352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 22059 0 -1 4202560 378 0 0 0 263 10 0 0 20 0 22 0 255020579 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444905216808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=28.07 cores=1,3,5,7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 22059 0 -1 4202560 3186 0 0 0 2785 22 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444422887784 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444421834104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255020581 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444420780936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444419729680 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 22059 0 -1 4202560 10884 0 0 0 147 3 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444418677560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 22059 0 -1 4202560 8094 0 0 0 113 2 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444417625016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444416572152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 22059 0 -1 4202560 53 0 0 0 22 25 0 0 20 0 22 0 255020584 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444415519816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=873.1 cores=1,3,5,7
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 22059 0 -1 4202560 70 0 0 0 87294 16 0 0 20 0 22 0 255020644 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444414462448 140444911153891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=873.02 cores=1,3,5,7
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 22059 0 -1 4202560 1990 0 0 0 87245 57 0 0 20 0 22 0 255020644 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444413410704 140444910957933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444412359464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255020646 10060460032 456353 33554432000 1073741824 1073778376 140736413263936 140444411306920 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 908.064
CPU time (s): 1800.71
CPU user time (s): 1798.47
CPU system time (s): 2.24066
CPU usage (%): 198.302
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.24066
maximum resident set size= 2930704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31455
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27145
involuntary context switches= 44677

runsolver used 3.66944 second user time and 8.59469 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 21:48:56
IDJOB=3690212
IDBENCH=92768
IDSOLVER=2268
FILE ID=node111/3690212-1337888936
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_0_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690212-1337888936/watcher-3690212-1337888936 -o /tmp/evaluation-result-3690212-1337888936/solver-3690212-1337888936 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690212-1337888936.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=543585186

node111.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.152
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	: 5332.30
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.152
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.152
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.92
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.152
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.152
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.91
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.152
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	: 5331.91
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28057288 kB
Buffers:          215648 kB
Cached:          3103820 kB
SwapCached:            0 kB
Active:          1460544 kB
Inactive:        2567812 kB
Active(anon):     711356 kB
Inactive(anon):        0 kB
Active(file):     749188 kB
Inactive(file):  2567812 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1464 kB
Writeback:             0 kB
AnonPages:        734028 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             631228 kB
SReclaimable:      73624 kB
SUnreclaim:       557604 kB
KernelStack:        1632 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1096428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 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= 71624 MiB
End job on node111 at 2012-05-24 22:04:06