Trace number 3690213

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 Resolution 2.3.2 Snapshot? (TO) 1800.5 1795.94

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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-3690213-1337897081.opb
0.10/0.17	c reading problem ... 
1.05/0.55	c ... done. Wall clock time 0.452s.
1.05/0.55	c declared #vars     15725
1.05/0.55	c #constraints  33136
1.05/0.55	c constraints type 
1.05/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.05/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.05/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.05/0.55	c ignored satisfied constraints => 3
1.05/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.05/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.05/0.55	c 33139 constraints processed.
1.05/0.55	c objective function length is 1825 literals
4.75/3.83	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.46/7.41	c cleaning 4244 clauses out of 8501 with flag 11000/11000
12.27/11.22	c cleaning 5621 clauses out of 11257 with flag 18000/18000
17.78/16.78	c cleaning 6812 clauses out of 13636 with flag 26000/26000
24.14/23.03	c cleaning 7907 clauses out of 15824 with flag 35000/35000
29.94/28.81	c cleaning 8946 clauses out of 17917 with flag 45000/45000
35.75/34.68	c cleaning 9978 clauses out of 19971 with flag 56000/56000
41.99/40.81	c cleaning 10986 clauses out of 21993 with flag 68000/68000
49.11/47.96	c cleaning 12001 clauses out of 24009 with flag 81002/81002
56.93/55.70	c cleaning 12998 clauses out of 26006 with flag 95000/95000
64.45/63.26	c cleaning 13999 clauses out of 28009 with flag 110001/110001
74.69/73.43	c cleaning 14989 clauses out of 30009 with flag 126000/126000
85.30/84.03	c cleaning 16001 clauses out of 32022 with flag 143002/143002
95.21/93.99	c cleaning 17005 clauses out of 34019 with flag 161000/161000
105.34/104.06	c cleaning 18001 clauses out of 36014 with flag 180000/180000
118.37/117.00	c cleaning 18996 clauses out of 38015 with flag 200002/200002
131.99/130.66	c cleaning 19978 clauses out of 40017 with flag 221000/221000
144.82/143.46	c cleaning 21013 clauses out of 42039 with flag 243000/243000
158.13/156.80	c cleaning 21990 clauses out of 44026 with flag 266000/266000
171.65/170.27	c cleaning 22988 clauses out of 46037 with flag 290001/290001
183.60/182.14	c cleaning 23964 clauses out of 48049 with flag 315001/315001
197.03/195.56	c cleaning 25027 clauses out of 50084 with flag 341000/341000
209.86/208.39	c cleaning 25990 clauses out of 52058 with flag 368001/368001
224.70/223.17	c cleaning 27028 clauses out of 54067 with flag 396000/396000
237.23/235.64	c cleaning 28010 clauses out of 56039 with flag 425000/425000
251.05/249.45	c cleaning 29007 clauses out of 58029 with flag 455000/455000
261.48/259.90	c cleaning 29993 clauses out of 60023 with flag 486001/486001
272.21/270.58	c cleaning 30968 clauses out of 62030 with flag 518001/518001
286.13/284.42	c cleaning 32023 clauses out of 64061 with flag 551000/551000
301.57/299.85	c cleaning 33001 clauses out of 66038 with flag 585000/585000
325.60/323.84	c cleaning 34016 clauses out of 68038 with flag 620001/620001
348.25/346.44	c cleaning 34999 clauses out of 70025 with flag 656004/656004
374.37/372.55	c cleaning 36000 clauses out of 72024 with flag 693002/693002
398.22/396.38	c cleaning 36998 clauses out of 74025 with flag 731003/731003
419.74/417.81	c cleaning 37996 clauses out of 76029 with flag 770005/770005
445.30/443.36	c cleaning 38989 clauses out of 78030 with flag 810002/810002
471.62/469.68	c cleaning 39979 clauses out of 80039 with flag 851000/851000
494.84/492.88	c cleaning 40995 clauses out of 82060 with flag 893000/893000
515.56/513.50	c cleaning 42006 clauses out of 84066 with flag 936001/936001
546.51/544.47	c cleaning 43016 clauses out of 86059 with flag 980000/980000
578.17/576.01	c cleaning 44006 clauses out of 88048 with flag 1025005/1025005
608.71/606.54	c cleaning 44986 clauses out of 90037 with flag 1071000/1071000
635.25/633.02	c cleaning 46017 clauses out of 92052 with flag 1118001/1118001
663.80/661.53	c cleaning 46986 clauses out of 94036 with flag 1166002/1166002
688.91/686.55	c cleaning 47985 clauses out of 96050 with flag 1215002/1215002
712.94/710.55	c cleaning 48977 clauses out of 98064 with flag 1265001/1265001
737.16/734.77	c cleaning 50008 clauses out of 100087 with flag 1316001/1316001
771.52/769.08	c cleaning 51013 clauses out of 102078 with flag 1368000/1368000
802.37/799.81	c cleaning 52009 clauses out of 104066 with flag 1421001/1421001
834.13/831.58	c cleaning 53007 clauses out of 106057 with flag 1475001/1475001
862.68/860.06	c cleaning 54020 clauses out of 108049 with flag 1530000/1530000
892.44/889.78	c cleaning 55004 clauses out of 110029 with flag 1586000/1586000
922.98/920.25	c cleaning 55995 clauses out of 112025 with flag 1643000/1643000
955.04/952.21	c cleaning 57011 clauses out of 114034 with flag 1701004/1701004
988.10/985.27	c cleaning 58002 clauses out of 116019 with flag 1760000/1760000
1025.26/1022.39	c cleaning 59006 clauses out of 118017 with flag 1820000/1820000
1064.52/1061.56	c cleaning 60000 clauses out of 120011 with flag 1881000/1881000
1103.98/1100.91	c cleaning 60984 clauses out of 122011 with flag 1943000/1943000
1142.57/1139.45	c cleaning 61999 clauses out of 124028 with flag 2006001/2006001
1182.35/1179.15	c cleaning 62996 clauses out of 126028 with flag 2070000/2070000
1225.03/1221.72	c cleaning 64003 clauses out of 128032 with flag 2135000/2135000
1267.10/1263.77	c cleaning 65002 clauses out of 130031 with flag 2201002/2201002
1306.75/1303.36	c cleaning 66007 clauses out of 132030 with flag 2268003/2268003
1352.22/1348.73	c cleaning 67006 clauses out of 134022 with flag 2336002/2336002
1398.55/1395.04	c cleaning 67996 clauses out of 136014 with flag 2405000/2405000
1437.19/1433.66	c cleaning 69006 clauses out of 138018 with flag 2475000/2475000
1480.64/1477.08	c cleaning 69986 clauses out of 140013 with flag 2546001/2546001
1523.96/1520.25	c cleaning 71008 clauses out of 142026 with flag 2618000/2618000
1568.23/1564.44	c cleaning 72006 clauses out of 144018 with flag 2691000/2691000
1613.93/1610.00	c cleaning 72995 clauses out of 146012 with flag 2765000/2765000
1654.91/1650.98	c cleaning 73992 clauses out of 148017 with flag 2840000/2840000
1695.78/1691.78	c cleaning 74987 clauses out of 150025 with flag 2916000/2916000
1737.42/1733.39	c cleaning 76013 clauses out of 152040 with flag 2993002/2993002
1790.95/1786.87	c cleaning 77008 clauses out of 154025 with flag 3071000/3071000
1800.09/1795.91	c starts		: 247
1800.09/1795.91	c conflicts		: 3086908
1800.09/1795.91	c decisions		: 6841543
1800.09/1795.91	c propagations		: 2584936212
1800.09/1795.91	c inspects		: 17050789027
1800.09/1795.91	c shortcuts		: 0
1800.09/1795.91	c learnt literals	: 0
1800.09/1795.91	c learnt binary clauses	: 0
1800.09/1795.91	c learnt ternary clauses	: 1
1800.09/1795.91	c learnt constraints	: 3086908
1800.09/1795.91	c ignored constraints	: 0
1800.09/1795.91	c root simplifications	: 0
1800.09/1795.91	c removed literals (reason simplification)	: 0
1800.09/1795.91	c reason swapping (by a shorter reason)	: 0
1800.09/1795.91	c Calls to reduceDB	: 74
1800.09/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.91	c number of learned constraints concerned by reduction	: 0
1800.09/1795.91	c number of learning phase by resolution	: 0
1800.09/1795.91	c number of learning phase by cutting planes	: 0
1800.09/1795.91	c speed (assignments/second)	: 1439810.506809051
1800.09/1795.91	c non guided choices	69
1800.09/1795.93	c learnt constraints type 
1800.09/1795.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92967
1800.09/1795.93	c constraints type 
1800.09/1795.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.09/1795.93	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.09/1795.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1795.93	c ignored satisfied constraints => 3
1800.09/1795.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.09/1795.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.09/1795.93	c 33139 constraints processed.
1800.09/1795.93	s UNKNOWN
1800.09/1795.93	c Total wall clock time (in seconds): 1795.833

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-3690213-1337897081/watcher-3690213-1337897081 -o /tmp/evaluation-result-3690213-1337897081/solver-3690213-1337897081 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690213-1337897081.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: 2.00 2.00 2.00 3/194 25990
/proc/meminfo: memFree=27734380/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25990/stat : 25990 (runsolver) D 25988 25990 23489 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 255834082 12095488 51 33554432000 4194304 5436572 140734003941712 140734003938008 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/25990/statm: 2953 51 31 304 0 2645 0

[startup+0.066331 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25990
/proc/meminfo: memFree=27734380/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 3282 0 1 0 4 1 0 0 20 0 18 0 255834082 9787813888 4492 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2389603 4492 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25990
/proc/meminfo: memFree=27734380/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 4414 0 1 0 9 1 0 0 20 0 18 0 255834082 9787813888 6084 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2389603 6084 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300171 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25990
/proc/meminfo: memFree=27734380/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 5757 0 1 0 53 1 0 0 20 0 18 0 255834082 9787813888 9372 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2389603 9372 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700179 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25990
/proc/meminfo: memFree=27734380/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 12196 0 1 0 151 4 0 0 20 0 19 0 255834082 9855975424 32946 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 32946 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27610764/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=2.41 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 12198 0 1 0 237 4 0 0 20 0 19 0 255834082 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 33458 2251 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2495 0 1 0 145 3 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486626644600 140486451745441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834084 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) R 25988 25990 23489 0 -1 4202560 3814 0 0 0 46 0 0 0 20 0 19 0 255834087 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486446656184 140486630221648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4691 0 0 0 45 0 0 0 20 0 19 0 255834087 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 33458 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27608592/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=4.05 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 12352 0 1 0 401 4 0 0 20 0 19 0 255834082 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 33974 2254 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2498 0 1 0 305 3 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486626644616 140486451671575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255834084 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3964 0 0 0 49 0 0 0 20 0 19 0 255834087 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4691 0 0 0 45 0 0 0 20 0 19 0 255834087 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 33974 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27583784/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=7.33 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 12427 0 1 0 728 5 0 0 20 0 19 0 255834082 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 39563 2279 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=6.23 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2503 0 1 0 620 3 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486626642480 140486451649182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255834083 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255834084 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3968 0 0 0 51 0 0 0 20 0 19 0 255834087 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4691 0 0 0 46 0 0 0 20 0 19 0 255834087 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 39563 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 38 0 0 0 38 0 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 60 0 0 0 41 1 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 120 0 0 0 47 3 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=3.34 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 151 0 0 0 334 0 0 0 20 0 19 0 255834084 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3979 0 0 0 60 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4715 0 0 0 48 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 99 0 0 0 26 26 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.05 1.02 1.15 2/189 26055
/proc/meminfo: memFree=28602392/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=1786.45 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 13796 0 1 0 178593 52 0 0 20 0 19 0 255834082 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 71649 2280 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=1777.85 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2574 0 1 0 177755 30 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486626644256 140486451482181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 178 0 0 0 43 3 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 153 0 0 0 42 2 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 215 0 0 0 40 2 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 170 0 0 0 52 3 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 154 0 0 0 48 2 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 38 0 0 0 38 0 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 60 0 0 0 41 1 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 120 0 0 0 47 3 0 0 20 0 19 0 255834083 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 153 0 0 0 340 0 0 0 20 0 19 0 255834084 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3979 0 0 0 60 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4715 0 0 0 48 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255834087 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 71649 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.04 1.01 1.15 2/189 26055
/proc/meminfo: memFree=28602392/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 13809 0 1 0 179957 52 0 0 20 0 19 0 255834082 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 71659 2280 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=1791.38 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2575 0 1 0 179108 30 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486626644256 140486451671514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 178 0 0 0 44 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 153 0 0 0 42 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 215 0 0 0 40 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 170 0 0 0 52 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 154 0 0 0 48 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 38 0 0 0 39 0 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 60 0 0 0 41 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 130 0 0 0 48 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=3.46 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 155 0 0 0 346 0 0 0 20 0 19 0 255834084 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3979 0 0 0 60 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4715 0 0 0 48 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.9 s]
/proc/loadavg: 1.04 1.01 1.15 2/189 26055
/proc/meminfo: memFree=28602392/32873648 swapFree=7372/7372
[pid=25990] ppid=25988 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/25990/stat : 25990 (java) S 25988 25990 23489 0 -1 4202496 13809 0 1 0 179957 52 0 0 20 0 19 0 255834082 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140736585082160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25990/statm: 2406244 71659 2280 9 0 2396937 0
[pid=25990/tid=25992] ppid=25988 vsize=9624976 CPUtime=1791.38 cores=0,2,4,6
/proc/25990/task/25992/stat : 25992 (java) R 25988 25990 23489 0 -1 4202560 2575 0 1 0 179108 30 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486626644256 140486451671514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25993] ppid=25988 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25990/task/25993/stat : 25993 (java) S 25988 25990 23489 0 -1 4202560 178 0 0 0 44 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486588135720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25994] ppid=25988 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25990/task/25994/stat : 25994 (java) S 25988 25990 23489 0 -1 4202560 153 0 0 0 42 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486587082920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25995] ppid=25988 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25990/task/25995/stat : 25995 (java) S 25988 25990 23489 0 -1 4202560 215 0 0 0 40 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486586030632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=25996] ppid=25988 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25990/task/25996/stat : 25996 (java) S 25988 25990 23489 0 -1 4202560 170 0 0 0 52 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486584977832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25997] ppid=25988 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25990/task/25997/stat : 25997 (java) S 25988 25990 23489 0 -1 4202560 154 0 0 0 48 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486583925544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=25998] ppid=25988 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/25990/task/25998/stat : 25998 (java) S 25988 25990 23489 0 -1 4202560 38 0 0 0 39 0 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486582872744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=25999] ppid=25988 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25990/task/25999/stat : 25999 (java) S 25988 25990 23489 0 -1 4202560 60 0 0 0 41 2 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486581820456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25990/tid=26000] ppid=25988 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25990/task/26000/stat : 26000 (java) S 25988 25990 23489 0 -1 4202560 130 0 0 0 48 3 0 0 20 0 19 0 255834083 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486580767656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26001] ppid=25988 vsize=9624976 CPUtime=3.46 cores=0,2,4,6
/proc/25990/task/26001/stat : 26001 (java) S 25988 25990 23489 0 -1 4202560 155 0 0 0 346 0 0 0 20 0 19 0 255834084 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486450866408 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26002] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26002/stat : 26002 (java) S 25988 25990 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486449812472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26003] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26003/stat : 26003 (java) S 25988 25990 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834085 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486448760072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26004] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26004/stat : 26004 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486447708560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26005] ppid=25988 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25990/task/26005/stat : 26005 (java) S 25988 25990 23489 0 -1 4202560 3979 0 0 0 60 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486446656184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25990/tid=26006] ppid=25988 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25990/task/26006/stat : 26006 (java) S 25988 25990 23489 0 -1 4202560 4715 0 0 0 48 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486445603384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26007] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26007/stat : 26007 (java) S 25988 25990 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486444551288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25990/tid=26008] ppid=25988 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25990/task/26008/stat : 26008 (java) S 25988 25990 23489 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255834087 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486443498696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25990/tid=26009] ppid=25988 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26009/stat : 26009 (java) S 25988 25990 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834140 9855975424 71659 33554432000 1073741824 1073778376 140736585091024 140486442443688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.94
CPU time (s): 1800.5
CPU user time (s): 1799.63
CPU system time (s): 0.871867
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.871867
maximum resident set size= 286764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13843
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40052
involuntary context switches= 8998

runsolver used 6.37103 second user time and 14.1918 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-25 00:04:41
IDJOB=3690213
IDBENCH=92768
IDSOLVER=2269
FILE ID=node122/3690213-1337897081
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 71336 MiB

SOLVER NAME= Sat 4j PB Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690213-1337897081/watcher-3690213-1337897081 -o /tmp/evaluation-result-3690213-1337897081/solver-3690213-1337897081 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690213-1337897081.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=1911320035

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        27734644 kB
Buffers:          207024 kB
Cached:          3034892 kB
SwapCached:            0 kB
Active:          2400328 kB
Inactive:        1963968 kB
Active(anon):    1113788 kB
Inactive(anon):    11052 kB
Active(file):    1286540 kB
Inactive(file):  1952916 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1544 kB
Writeback:             4 kB
AnonPages:       1129696 kB
Mapped:            21980 kB
Shmem:               200 kB
Slab:             636384 kB
SReclaimable:      80248 kB
SUnreclaim:       556136 kB
KernelStack:        1640 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node122 at 2012-05-25 00:34:39