Trace number 3690215

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 1795.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
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 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3690215-1337897083.opb
0.11/0.10	c reading problem ... 
1.07/0.55	c ... done. Wall clock time 0.451s.
1.07/0.55	c declared #vars     15725
1.07/0.55	c #constraints  33136
1.07/0.55	c constraints type 
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.07/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.07/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.07/0.55	c ignored satisfied constraints => 3
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.07/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.07/0.55	c 33139 constraints processed.
1.07/0.55	c objective function length is 1825 literals
4.95/3.91	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.53/8.34	c cleaning 4237 clauses out of 8503 with flag 11000/11000
13.94/12.77	c cleaning 5626 clauses out of 11266 with flag 18000/18000
18.15/16.93	c cleaning 6815 clauses out of 13640 with flag 26000/26000
23.32/22.04	c cleaning 7888 clauses out of 15826 with flag 35001/35001
27.83/26.57	c cleaning 8962 clauses out of 17939 with flag 45002/45002
34.83/33.60	c cleaning 9974 clauses out of 19977 with flag 56002/56002
41.74/40.43	c cleaning 10991 clauses out of 22002 with flag 68001/68001
49.96/48.64	c cleaning 12004 clauses out of 24013 with flag 81003/81003
57.10/55.71	c cleaning 12978 clauses out of 26011 with flag 95005/95005
64.73/63.31	c cleaning 13984 clauses out of 28029 with flag 110001/110001
73.34/71.97	c cleaning 15017 clauses out of 30045 with flag 126001/126001
82.58/81.12	c cleaning 16010 clauses out of 32028 with flag 143001/143001
92.60/91.10	c cleaning 17005 clauses out of 34019 with flag 161002/161002
102.91/101.48	c cleaning 18001 clauses out of 36012 with flag 180000/180000
115.55/114.07	c cleaning 18999 clauses out of 38012 with flag 200001/200001
130.65/129.11	c cleaning 19998 clauses out of 40013 with flag 221001/221001
142.48/140.97	c cleaning 21006 clauses out of 42015 with flag 243001/243001
155.29/153.73	c cleaning 21988 clauses out of 44008 with flag 266000/266000
170.72/169.19	c cleaning 23001 clauses out of 46021 with flag 290001/290001
185.46/183.85	c cleaning 23999 clauses out of 48022 with flag 315003/315003
202.18/200.52	c cleaning 24991 clauses out of 50021 with flag 341001/341001
219.73/218.04	c cleaning 25989 clauses out of 52029 with flag 368000/368000
236.36/234.67	c cleaning 26988 clauses out of 54040 with flag 396000/396000
258.88/257.13	c cleaning 27992 clauses out of 56053 with flag 425001/425001
274.41/272.63	c cleaning 29004 clauses out of 58061 with flag 455001/455001
291.54/289.73	c cleaning 30018 clauses out of 60056 with flag 486000/486000
310.48/308.62	c cleaning 30982 clauses out of 62039 with flag 518001/518001
323.33/321.42	c cleaning 32014 clauses out of 64056 with flag 551000/551000
336.26/334.33	c cleaning 32992 clauses out of 66043 with flag 585001/585001
352.60/350.67	c cleaning 33992 clauses out of 68052 with flag 620002/620002
366.72/364.79	c cleaning 35022 clauses out of 70058 with flag 656000/656000
383.45/381.47	c cleaning 35984 clauses out of 72036 with flag 693000/693000
400.39/398.35	c cleaning 37007 clauses out of 74053 with flag 731001/731001
418.31/416.24	c cleaning 37996 clauses out of 76045 with flag 770000/770000
439.46/437.36	c cleaning 39019 clauses out of 78049 with flag 810000/810000
459.20/457.03	c cleaning 40004 clauses out of 80031 with flag 851001/851001
487.22/485.07	c cleaning 41002 clauses out of 82028 with flag 893002/893002
514.37/512.17	c cleaning 41992 clauses out of 84026 with flag 936002/936002
539.12/536.83	c cleaning 43004 clauses out of 86032 with flag 980000/980000
562.86/560.55	c cleaning 44005 clauses out of 88028 with flag 1025000/1025000
586.70/584.33	c cleaning 44998 clauses out of 90025 with flag 1071002/1071002
612.65/610.21	c cleaning 46006 clauses out of 92025 with flag 1118000/1118000
640.37/637.96	c cleaning 47002 clauses out of 94020 with flag 1166001/1166001
665.61/663.19	c cleaning 48000 clauses out of 96019 with flag 1215002/1215002
693.50/690.98	c cleaning 48994 clauses out of 98018 with flag 1265001/1265001
719.49/716.89	c cleaning 50001 clauses out of 100023 with flag 1316000/1316000
744.75/742.08	c cleaning 50966 clauses out of 102023 with flag 1368001/1368001
775.57/772.82	c cleaning 51999 clauses out of 104056 with flag 1421000/1421000
806.32/803.52	c cleaning 53003 clauses out of 106057 with flag 1475000/1475000
838.57/835.77	c cleaning 54015 clauses out of 108054 with flag 1530000/1530000
871.31/868.40	c cleaning 55006 clauses out of 110039 with flag 1586000/1586000
907.75/904.80	c cleaning 55974 clauses out of 112033 with flag 1643000/1643000
943.28/940.35	c cleaning 56990 clauses out of 114060 with flag 1701001/1701001
980.55/977.51	c cleaning 58028 clauses out of 116070 with flag 1760001/1760001
1017.29/1014.29	c cleaning 59008 clauses out of 118043 with flag 1820002/1820002
1056.55/1053.46	c cleaning 60007 clauses out of 120033 with flag 1881000/1881000
1090.43/1087.22	c cleaning 61007 clauses out of 122026 with flag 1943000/1943000
1124.60/1121.33	c cleaning 61992 clauses out of 124020 with flag 2006001/2006001
1162.61/1159.24	c cleaning 62980 clauses out of 126029 with flag 2070002/2070002
1197.47/1194.03	c cleaning 64007 clauses out of 128049 with flag 2135002/2135002
1233.99/1230.48	c cleaning 65008 clauses out of 130042 with flag 2201002/2201002
1273.35/1269.72	c cleaning 66004 clauses out of 132032 with flag 2268000/2268000
1316.95/1313.27	c cleaning 67002 clauses out of 134028 with flag 2336000/2336000
1359.54/1355.72	c cleaning 67994 clauses out of 136026 with flag 2405000/2405000
1397.52/1393.62	c cleaning 69009 clauses out of 138036 with flag 2475004/2475004
1433.89/1429.98	c cleaning 69970 clauses out of 140023 with flag 2546000/2546000
1473.01/1469.00	c cleaning 70987 clauses out of 142053 with flag 2618000/2618000
1510.07/1506.09	c cleaning 72027 clauses out of 144069 with flag 2691003/2691003
1550.44/1546.37	c cleaning 73012 clauses out of 146039 with flag 2765000/2765000
1591.81/1587.67	c cleaning 73986 clauses out of 148027 with flag 2840000/2840000
1639.21/1634.93	c cleaning 75004 clauses out of 150043 with flag 2916002/2916002
1679.92/1675.50	c cleaning 76002 clauses out of 152037 with flag 2993000/2993000
1723.09/1718.61	c cleaning 77008 clauses out of 154035 with flag 3071000/3071000
1767.05/1762.59	c cleaning 77986 clauses out of 156027 with flag 3150000/3150000
1800.00/1795.41	c starts		: 249
1800.00/1795.41	c conflicts		: 3224642
1800.00/1795.41	c decisions		: 6389453
1800.00/1795.41	c propagations		: 2324522338
1800.00/1795.41	c inspects		: 17323707095
1800.00/1795.41	c shortcuts		: 0
1800.00/1795.41	c learnt literals	: 0
1800.00/1795.41	c learnt binary clauses	: 0
1800.00/1795.41	c learnt ternary clauses	: 0
1800.00/1795.41	c learnt constraints	: 3224643
1800.00/1795.41	c ignored constraints	: 0
1800.00/1795.41	c root simplifications	: 0
1800.00/1795.41	c removed literals (reason simplification)	: 0
1800.00/1795.41	c reason swapping (by a shorter reason)	: 0
1800.00/1795.41	c Calls to reduceDB	: 75
1800.00/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.41	c number of learned constraints concerned by reduction	: 0
1800.00/1795.41	c number of learning phase by resolution	: 0
1800.00/1795.41	c number of learning phase by cutting planes	: 0
1800.00/1795.41	c speed (assignments/second)	: 1295117.6124824844
1800.00/1795.41	c non guided choices	70
1800.00/1795.44	c learnt constraints type 
1800.00/1795.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152725
1800.00/1795.44	c constraints type 
1800.00/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.00/1795.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.00/1795.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.00/1795.44	c ignored satisfied constraints => 3
1800.00/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.00/1795.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.00/1795.44	c 33139 constraints processed.
1800.00/1795.44	s UNKNOWN
1800.00/1795.44	c Total wall clock time (in seconds): 1795.34

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-3690215-1337897083/watcher-3690215-1337897083 -o /tmp/evaluation-result-3690215-1337897083/solver-3690215-1337897083 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690215-1337897083.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: 1.93 1.99 1.94 3/194 27486
/proc/meminfo: memFree=29351484/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 1204 0 0 0 0 0 0 0 20 0 2 0 255834054 94019584 917 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 22954 917 697 9 0 16769 0
[pid=27486/tid=27487] ppid=27484 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) D 27484 27486 27242 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 255834054 94019584 917 33554432000 1073741824 1073778376 140736049340592 139667851189800 270320889127 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.100187 s]
/proc/loadavg: 1.93 1.99 1.94 3/194 27486
/proc/meminfo: memFree=29351484/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 4464 0 1 0 10 1 0 0 20 0 18 0 255834054 9787813888 6143 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2389603 6143 2140 9 0 2380296 0
[pid=27486/tid=27487] ppid=27484 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 255834054 9787813888 6143 33554432000 1073741824 1073778376 140736049340592 139667851194944 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.200304 s]
/proc/loadavg: 1.93 1.99 1.94 3/194 27486
/proc/meminfo: memFree=29351484/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 5081 0 1 0 30 1 0 0 20 0 18 0 255834054 9787813888 7607 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2389603 7607 2205 9 0 2380296 0
[pid=27486/tid=27487] ppid=27484 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2456 0 1 0 18 0 0 0 20 0 18 0 255834054 9787813888 7607 33554432000 1073741824 1073778376 140736049340592 139667851176400 139667722827306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558412

[startup+0.300266 s]
/proc/loadavg: 1.93 1.99 1.94 3/194 27486
/proc/meminfo: memFree=29351484/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 5916 0 1 0 54 1 0 0 20 0 18 0 255834054 9787813888 9920 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2389603 9925 2224 9 0 2380296 0
[pid=27486/tid=27487] ppid=27484 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 18 0 255834054 9787813888 9925 33554432000 1073741824 1073778376 140736049340592 139667851176400 139667722816085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700214 s]
/proc/loadavg: 1.93 1.99 1.94 3/194 27486
/proc/meminfo: memFree=29351484/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 12394 0 1 0 150 4 0 0 20 0 19 0 255834054 9855975424 33142 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 33142 2249 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2513 0 1 0 65 2 0 0 20 0 19 0 255834054 9855975424 33142 33554432000 1073741824 1073778376 140736049340592 139667851186488 270333426744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 1.93 1.99 1.94 3/213 27505
/proc/meminfo: memFree=29225696/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=2.48 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 12983 0 1 0 243 5 0 0 20 0 19 0 255834054 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 33438 2251 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2514 0 1 0 145 3 0 0 20 0 19 0 255834054 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667851195000 139667723492234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4821 0 0 0 47 1 0 0 20 0 19 0 255834058 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 4455 0 0 0 47 1 0 0 20 0 19 0 255834058 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 33438 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.10073 s]
/proc/loadavg: 1.93 1.99 1.94 3/213 27505
/proc/meminfo: memFree=29200616/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=4.12 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 13136 0 1 0 407 5 0 0 20 0 19 0 255834054 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 33954 2254 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=3.08 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2517 0 1 0 305 3 0 0 20 0 19 0 255834054 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667851195000 139667723497814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4970 0 0 0 50 1 0 0 20 0 19 0 255834058 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 4455 0 0 0 47 1 0 0 20 0 19 0 255834058 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 33954 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 1.93 1.99 1.94 3/213 27505
/proc/meminfo: memFree=29170516/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=7.51 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 16967 0 1 0 744 7 0 0 20 0 19 0 255834054 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 39374 2279 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=6.22 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2519 0 1 0 619 3 0 0 20 0 19 0 255834054 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667851192784 139667723492120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834055 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255834056 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4974 0 0 0 52 1 0 0 20 0 19 0 255834058 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 8217 0 0 0 60 1 0 0 20 0 19 0 255834058 9855975424 39374 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4980 0 0 0 54 2 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 8224 0 0 0 69 1 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 99 0 0 0 21 30 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/213 27521
/proc/meminfo: memFree=28887300/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=1786.9 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 18509 0 1 0 178635 55 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 74815 2280 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=1772.8 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2592 0 1 0 177251 29 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667851194656 139667723520502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 259 0 0 0 46 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 240 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 58 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 160 0 0 0 52 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 163 0 0 0 58 3 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 94 0 0 0 48 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 190 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 112 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=3.59 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 155 0 0 0 357 2 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4980 0 0 0 54 2 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 8224 0 0 0 69 1 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.9
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.01 2.01 1.97 2/189 27548
/proc/meminfo: memFree=29186016/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 18509 0 1 0 179945 55 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 74815 2280 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=1785.88 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2592 0 1 0 178558 30 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667851194656 139667723492120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 259 0 0 0 46 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 240 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 58 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 160 0 0 0 52 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 163 0 0 0 58 3 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 94 0 0 0 48 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 190 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 112 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=3.59 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 155 0 0 0 357 2 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4980 0 0 0 54 2 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 8224 0 0 0 69 1 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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.4 s]
/proc/loadavg: 2.01 2.01 1.97 2/189 27548
/proc/meminfo: memFree=29186016/32873660 swapFree=7108/7108
[pid=27486] ppid=27484 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27486 27242 0 -1 4202496 18509 0 1 0 179945 55 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 140736049331728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27486/statm: 2406244 74815 2280 9 0 2396937 0
[pid=27486/tid=27487] ppid=27484 vsize=9624976 CPUtime=1785.88 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27486 27242 0 -1 4202560 2592 0 1 0 178558 30 0 0 20 0 19 0 255834054 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667851194656 139667723492120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27489] ppid=27484 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27486 27242 0 -1 4202560 259 0 0 0 46 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667695155496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27490] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27486 27242 0 -1 4202560 240 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667694102696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27491] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27486 27242 0 -1 4202560 58 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667693050408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27492] ppid=27484 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27486 27242 0 -1 4202560 160 0 0 0 52 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667691997608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27486/tid=27493] ppid=27484 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27486 27242 0 -1 4202560 163 0 0 0 58 3 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667690945320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27494] ppid=27484 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27486 27242 0 -1 4202560 94 0 0 0 48 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667689892520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27495] ppid=27484 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27486 27242 0 -1 4202560 190 0 0 0 49 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667688840232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27496] ppid=27484 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27486 27242 0 -1 4202560 112 0 0 0 50 2 0 0 20 0 19 0 255834055 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667687787432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27497] ppid=27484 vsize=9624976 CPUtime=3.59 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27486 27242 0 -1 4202560 155 0 0 0 357 2 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667675375848 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27498] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27486 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667674321912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27499] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27486 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834056 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667673269512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27500] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667672218000 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27501] ppid=27484 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/27486/task/27501/stat : 27501 (java) S 27484 27486 27242 0 -1 4202560 4980 0 0 0 54 2 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667671165624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27486/tid=27502] ppid=27484 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/27486/task/27502/stat : 27502 (java) S 27484 27486 27242 0 -1 4202560 8224 0 0 0 69 1 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667670112824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27503] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27503/stat : 27503 (java) S 27484 27486 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667669060728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27486/tid=27504] ppid=27484 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27486/task/27504/stat : 27504 (java) S 27484 27486 27242 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 255834058 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667668008136 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27486/tid=27505] ppid=27484 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27505/stat : 27505 (java) S 27484 27486 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834111 9855975424 74815 33554432000 1073741824 1073778376 140736049340592 139667666953128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27486 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=809147
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=979851
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.44
CPU time (s): 1800
CPU user time (s): 1799.45
CPU system time (s): 0.55
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 0.979851
maximum resident set size= 299388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40102
involuntary context switches= 17104

runsolver used 5.86011 second user time and 15.2927 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-25 00:04:43
IDJOB=3690215
IDBENCH=92769
IDSOLVER=2269
FILE ID=node117/3690215-1337897083
RUNJOBID= node117-1337895288-27275
PBS_JOBID= 14620104
Free space on /tmp= 71620 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_6_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690215-1337897083/watcher-3690215-1337897083 -o /tmp/evaluation-result-3690215-1337897083/solver-3690215-1337897083 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690215-1337897083.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=768915497

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        29351872 kB
Buffers:          239744 kB
Cached:          2366820 kB
SwapCached:            0 kB
Active:           532708 kB
Inactive:        2208936 kB
Active(anon):     137624 kB
Inactive(anon):        0 kB
Active(file):     395084 kB
Inactive(file):  2208936 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3456 kB
Writeback:             0 kB
AnonPages:        144084 kB
Mapped:            22408 kB
Shmem:               200 kB
Slab:             639512 kB
SReclaimable:      83836 kB
SUnreclaim:       555676 kB
KernelStack:        1600 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71620 MiB
End job on node117 at 2012-05-25 00:34:41