Trace number 3744624

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.45 903.654

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
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 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3744624-1338809501.opb
0.08/0.13	c reading problem ... 
1.23/0.68	c ... done. Wall clock time 0.55s.
1.23/0.68	c #vars     15725
1.23/0.68	c #constraints  33211
1.23/0.68	c constraints type 
1.23/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.23/0.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.23/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.23/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.23/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.23/0.68	c constraints type 
1.23/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.23/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.23/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.23/0.68	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.23/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
8.94/3.99	c cleaning 2496 clauses out of 5000 with flag 5000/5000
15.43/7.10	c cleaning 4216 clauses out of 8505 with flag 11001/11001
22.81/10.86	c cleaning 5641 clauses out of 11288 with flag 18000/18000
30.58/14.73	c cleaning 6824 clauses out of 13651 with flag 26004/26004
39.29/19.16	c cleaning 7905 clauses out of 15823 with flag 35000/35000
51.50/25.03	c cleaning 8949 clauses out of 17918 with flag 45000/45000
63.40/31.03	c cleaning 9978 clauses out of 19971 with flag 56002/56002
75.91/37.37	c cleaning 10990 clauses out of 21992 with flag 68001/68001
90.14/44.50	c cleaning 11995 clauses out of 24002 with flag 81001/81001
108.21/53.69	c cleaning 12999 clauses out of 26007 with flag 95001/95001
126.53/62.81	c cleaning 13997 clauses out of 28008 with flag 110001/110001
144.78/72.09	c cleaning 15000 clauses out of 30010 with flag 126000/126000
163.62/81.55	c cleaning 15998 clauses out of 32010 with flag 143000/143000
185.32/92.43	c cleaning 16999 clauses out of 34012 with flag 161000/161000
207.79/103.76	c cleaning 18005 clauses out of 36013 with flag 180000/180000
231.64/115.77	c cleaning 18998 clauses out of 38008 with flag 200000/200000
255.45/127.78	c cleaning 19967 clauses out of 40011 with flag 221001/221001
277.70/138.97	c cleaning 21019 clauses out of 42043 with flag 243000/243000
305.76/153.01	c cleaning 21986 clauses out of 44024 with flag 266000/266000
336.41/168.48	c cleaning 23011 clauses out of 46039 with flag 290001/290001
370.79/185.71	c cleaning 23989 clauses out of 48028 with flag 315001/315001
397.21/199.02	c cleaning 0 clauses out of 5007 with flag 0/5007
401.39/201.05	c cleaning 25012 clauses out of 50038 with flag 341000/341000
431.81/216.24	c cleaning 26007 clauses out of 52027 with flag 368001/368001
467.01/233.96	c cleaning 27005 clauses out of 54020 with flag 396001/396001
507.70/254.35	c cleaning 27999 clauses out of 56014 with flag 425000/425000
550.78/275.95	c cleaning 28998 clauses out of 58015 with flag 455000/455000
597.27/299.22	c cleaning 30004 clauses out of 60017 with flag 486000/486000
652.03/326.73	c cleaning 30978 clauses out of 62014 with flag 518001/518001
699.72/350.69	c cleaning 32011 clauses out of 64035 with flag 551000/551000
755.55/378.62	c cleaning 33008 clauses out of 66025 with flag 585001/585001
792.73/397.37	c cleaning 33499 clauses out of 67017 with flag 619001/619001
834.59/418.44	c cleaning 33749 clauses out of 67517 with flag 653000/653000
874.98/438.72	c cleaning 33850 clauses out of 67768 with flag 687000/687000
912.36/457.58	c cleaning 33952 clauses out of 67918 with flag 721000/721000
954.13/478.52	c cleaning 33975 clauses out of 67968 with flag 755002/755002
1006.41/504.88	c cleaning 33987 clauses out of 67991 with flag 789000/789000
1066.85/535.15	c cleaning 33994 clauses out of 68004 with flag 823000/823000
1121.09/562.38	c cleaning 34000 clauses out of 68012 with flag 857002/857002
1173.12/588.43	c cleaning 34004 clauses out of 68010 with flag 891000/891000
1217.36/610.76	c cleaning 33979 clauses out of 68006 with flag 925000/925000
1268.16/636.20	c cleaning 34004 clauses out of 68028 with flag 959001/959001
1312.70/658.67	c cleaning 34003 clauses out of 68024 with flag 993001/993001
1359.71/682.26	c cleaning 33985 clauses out of 68022 with flag 1027002/1027002
1406.56/705.81	c cleaning 34010 clauses out of 68036 with flag 1061001/1061001
1457.58/731.45	c cleaning 33990 clauses out of 68027 with flag 1095002/1095002
1514.81/760.11	c cleaning 33978 clauses out of 68038 with flag 1129003/1129003
1564.78/785.22	c cleaning 34023 clauses out of 68057 with flag 1163000/1163000
1610.75/808.48	c cleaning 34014 clauses out of 68035 with flag 1197001/1197001
1663.32/834.87	c cleaning 33993 clauses out of 68020 with flag 1231000/1231000
1713.68/860.18	c cleaning 34005 clauses out of 68028 with flag 1265001/1265001
1771.88/889.36	c cleaning 33995 clauses out of 68023 with flag 1299001/1299001
1800.06/903.61	c starts		: 190
1800.06/903.61	c conflicts		: 1318054
1800.06/903.61	c decisions		: 1981455
1800.06/903.61	c propagations		: 821446606
1800.06/903.61	c inspects		: 5766715024
1800.06/903.61	c shortcuts		: 0
1800.06/903.61	c learnt literals	: 0
1800.06/903.61	c learnt binary clauses	: 1
1800.06/903.61	c learnt ternary clauses	: 1
1800.06/903.61	c learnt constraints	: 1318053
1800.06/903.61	c ignored constraints	: 0
1800.06/903.61	c root simplifications	: 0
1800.06/903.61	c removed literals (reason simplification)	: 46421438
1800.06/903.61	c reason swapping (by a shorter reason)	: 0
1800.06/903.61	c Calls to reduceDB	: 51
1800.06/903.61	c number of reductions to clauses (during analyze)	: 0
1800.06/903.61	c number of learned constraints concerned by reduction	: 0
1800.06/903.61	c number of learning phase by resolution	: 0
1800.06/903.61	c number of learning phase by cutting planes	: 0
1800.06/903.61	c speed (assignments/second)	: 909755.6978329462
1800.06/903.61	c non guided choices	9
1800.06/903.63	c learnt constraints type 
1800.06/903.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/903.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53110
1800.06/903.63	c constraints type 
1800.06/903.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.06/903.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/903.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.06/903.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.06/903.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.06/903.63	c constraints type 
1800.06/903.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.06/903.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.06/903.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.06/903.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.06/903.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.06/903.63	s UNKNOWN
1800.06/903.64	c Total wall clock time (in seconds): 903.507

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

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

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


[startup+0 s]
/proc/loadavg: 3.79 3.94 3.63 4/195 13304
/proc/meminfo: memFree=23692812/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/13304/stat : 13304 (java) R 13302 13304 12964 0 -1 4202496 186 0 0 0 0 0 0 0 20 0 1 0 347075979 9379840 122 33554432000 1073741824 1073778376 140735072137184 140735072134312 273451880928 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13304/statm: 2290 122 94 9 0 38 0

[startup+0.0365291 s]
/proc/loadavg: 3.79 3.94 3.63 4/195 13304
/proc/meminfo: memFree=23692812/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=10510056 CPUtime=0.01 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 3248 0 1 0 0 1 0 0 20 0 2 0 347075979 10762297344 9060 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2627514 9060 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100285 s]
/proc/loadavg: 3.79 3.94 3.63 4/195 13304
/proc/meminfo: memFree=23692812/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 4985 0 1 0 6 2 0 0 20 0 18 0 347075979 11864465408 12836 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2896598 12837 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300251 s]
/proc/loadavg: 3.79 3.94 3.63 4/195 13304
/proc/meminfo: memFree=23692812/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11586392 CPUtime=0.49 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 6966 0 1 0 47 2 0 0 20 0 18 0 347075979 11864465408 16301 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2896598 16301 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700207 s]
/proc/loadavg: 3.79 3.94 3.63 4/195 13304
/proc/meminfo: memFree=23692812/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11719520 CPUtime=1.36 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 11202 0 1 0 131 5 0 0 20 0 20 0 347075979 12000788480 46850 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2929880 46850 2250 9 0 2920567 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 11719520

[startup+1.50084 s]
/proc/loadavg: 3.79 3.94 3.63 5/217 13326
/proc/meminfo: memFree=23494732/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=3.89 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 14942 0 1 0 381 8 0 0 20 0 22 0 347075979 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 75439 2263 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3950 0 1 0 61 3 0 0 20 0 22 0 347075980 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 75439 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 75440 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 75451 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 75467 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) R 13302 13304 12964 0 -1 4202560 5784 0 0 0 86 2 0 0 20 0 22 0 347075987 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773395040576 273448186539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13320] ppid=13302 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/13304/task/13320/stat : 13320 (java) S 13302 13304 12964 0 -1 4202560 3893 0 0 0 73 0 0 0 20 0 22 0 347075987 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773393987896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13321] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13321/stat : 13321 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773392935288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13322] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13322/stat : 13322 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773391882696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13323] ppid=13302 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/13304/task/13323/stat : 13323 (java) R 13302 13304 12964 0 -1 4202560 25 0 0 0 80 0 0 0 20 0 22 0 347076047 12137111552 75474 33554432000 1073741824 1073778376 140734169039456 139773390828648 139773889788602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 119 0 0 0 76 3 0 0 20 0 22 0 347076047 12137111552 75488 33554432000 1073741824 1073778376 140734169039456 139773389774600 139773889770703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 75506 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 75506 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 11852648

[startup+3.10081 s]
/proc/loadavg: 3.79 3.94 3.63 5/217 13326
/proc/meminfo: memFree=23298684/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=7.32 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 17460 0 1 0 720 12 0 0 20 0 22 0 347075979 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 138614 2267 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3950 0 1 0 61 3 0 0 20 0 22 0 347075980 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) R 13302 13304 12964 0 -1 4202560 7901 0 0 0 99 3 0 0 20 0 22 0 347075987 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773395040576 139774058825354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13320] ppid=13302 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/13304/task/13320/stat : 13320 (java) R 13302 13304 12964 0 -1 4202560 4133 0 0 0 82 0 0 0 20 0 22 0 347075987 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773393988072 139774058354883 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13321] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13321/stat : 13321 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773392935288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13322] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13322/stat : 13322 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773391882696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13323] ppid=13302 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/13304/task/13323/stat : 13323 (java) R 13302 13304 12964 0 -1 4202560 28 0 0 0 240 0 0 0 20 0 22 0 347076047 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773390826824 139773889788579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=2.39 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 242 0 0 0 233 6 0 0 20 0 22 0 347076047 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773389773880 139773889753764 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 138614 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 11852648

[startup+6.3009 s]
/proc/loadavg: 3.81 3.94 3.63 3/194 13329
/proc/meminfo: memFree=26648204/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=13.78 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 17784 0 1 0 1357 21 0 0 20 0 22 0 347075979 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 209620 2291 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3950 0 1 0 61 3 0 0 20 0 22 0 347075980 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 347075983 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 45 0 0 0 10 0 0 0 20 0 22 0 347075984 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) S 13302 13304 12964 0 -1 4202560 8000 0 0 0 104 3 0 0 20 0 22 0 347075987 12137111552 209620 33554432000 1073741824 1073778376 140734169039456 139773395040696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=807.74 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 1589 0 0 0 80715 59 0 0 20 0 22 0 347076047 12137111552 932163 33554432000 1073741824 1073778376 140734169039456 139773389773888 139773889740119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 932163 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 932163 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1638.26
Current children cumulated vsize (KiB) 11852648

[startup+882.308 s]
/proc/loadavg: 3.99 3.96 3.81 5/217 13412
/proc/meminfo: memFree=19774308/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=1757.81 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 33156 0 1 0 175659 122 0 0 20 0 22 0 347075979 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 932269 2291 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3969 0 1 0 63 7 0 0 20 0 22 0 347075980 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 143 0 0 0 83 4 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 130 0 0 0 82 4 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 166 0 0 0 88 2 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 174 0 0 0 79 5 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 105 0 0 0 77 2 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 143 0 0 0 80 4 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 108 0 0 0 87 3 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 178 0 0 0 79 4 0 0 20 0 22 0 347075983 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=12.49 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 186 0 0 0 1244 5 0 0 20 0 22 0 347075984 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) S 13302 13304 12964 0 -1 4202560 9820 0 0 0 121 3 0 0 20 0 22 0 347075987 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773395040696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13320] ppid=13302 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/13304/task/13320/stat : 13320 (java) S 13302 13304 12964 0 -1 4202560 15119 0 0 0 193 4 0 0 20 0 22 0 347075987 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773393987896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13321] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13321/stat : 13321 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773392935288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13322] ppid=13302 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/13304/task/13322/stat : 13322 (java) S 13302 13304 12964 0 -1 4202560 51 0 0 0 14 26 0 0 20 0 22 0 347075987 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773391882696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13323] ppid=13302 vsize=11852648 CPUtime=867.19 cores=1,3,5,7
/proc/13304/task/13323/stat : 13323 (java) R 13302 13304 12964 0 -1 4202560 81 0 0 0 86704 15 0 0 20 0 22 0 347076047 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773390828480 139773889655045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=866.96 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 1591 0 0 0 86636 60 0 0 20 0 22 0 347076047 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773389773904 139773889755256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 932269 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1757.81
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.601 s]
/proc/loadavg: 3.99 3.97 3.81 5/217 13412
/proc/meminfo: memFree=19761896/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 33219 0 1 0 179882 124 0 0 20 0 22 0 347075979 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 935381 2292 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3969 0 1 0 63 7 0 0 20 0 22 0 347075980 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 149 0 0 0 87 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 136 0 0 0 85 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 170 0 0 0 91 2 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 174 0 0 0 84 5 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 141 0 0 0 79 2 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 143 0 0 0 82 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 111 0 0 0 92 3 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 178 0 0 0 82 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=13 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 188 0 0 0 1295 5 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) S 13302 13304 12964 0 -1 4202560 9820 0 0 0 121 3 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773395040696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13320] ppid=13302 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/13304/task/13320/stat : 13320 (java) S 13302 13304 12964 0 -1 4202560 15122 0 0 0 195 4 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773393987896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13321] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13321/stat : 13321 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773392935288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13322] ppid=13302 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/13304/task/13322/stat : 13322 (java) S 13302 13304 12964 0 -1 4202560 53 0 0 0 14 27 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773391882696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13323] ppid=13302 vsize=11852648 CPUtime=887.91 cores=1,3,5,7
/proc/13304/task/13323/stat : 13323 (java) R 13302 13304 12964 0 -1 4202560 82 0 0 0 88776 15 0 0 20 0 22 0 347076047 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773390828480 139773889721008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=887.68 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 1591 0 0 0 88707 61 0 0 20 0 22 0 347076047 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773389773880 139773889755273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

[startup+903.601 s]
/proc/loadavg: 3.99 3.97 3.81 5/217 13412
/proc/meminfo: memFree=19761896/32873852 swapFree=6856/6856
[pid=13304] ppid=13302 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/13304/stat : 13304 (java) S 13302 13304 12964 0 -1 4202496 33219 0 1 0 179882 124 0 0 20 0 22 0 347075979 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 140734169030592 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13304/statm: 2963162 935381 2292 9 0 2953849 0
[pid=13304/tid=13306] ppid=13302 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/13304/task/13306/stat : 13306 (java) S 13302 13304 12964 0 -1 4202560 3969 0 1 0 63 7 0 0 20 0 22 0 347075980 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139774052369560 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13307] ppid=13302 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/13304/task/13307/stat : 13307 (java) S 13302 13304 12964 0 -1 4202560 149 0 0 0 87 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773888949288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13308] ppid=13302 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13304/task/13308/stat : 13308 (java) S 13302 13304 12964 0 -1 4202560 136 0 0 0 85 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773887896488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13309] ppid=13302 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/13304/task/13309/stat : 13309 (java) S 13302 13304 12964 0 -1 4202560 170 0 0 0 91 2 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773886843688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13310] ppid=13302 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13304/task/13310/stat : 13310 (java) S 13302 13304 12964 0 -1 4202560 174 0 0 0 84 5 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773885790888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13311] ppid=13302 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13304/task/13311/stat : 13311 (java) S 13302 13304 12964 0 -1 4202560 141 0 0 0 79 2 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773884738088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13312] ppid=13302 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/13304/task/13312/stat : 13312 (java) S 13302 13304 12964 0 -1 4202560 143 0 0 0 82 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773883685288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13313] ppid=13302 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/13304/task/13313/stat : 13313 (java) S 13302 13304 12964 0 -1 4202560 111 0 0 0 92 3 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773882632488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13314] ppid=13302 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/13304/task/13314/stat : 13314 (java) S 13302 13304 12964 0 -1 4202560 178 0 0 0 82 4 0 0 20 0 22 0 347075983 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773881579688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13315] ppid=13302 vsize=11852648 CPUtime=13 cores=1,3,5,7
/proc/13304/task/13315/stat : 13315 (java) S 13302 13304 12964 0 -1 4202560 188 0 0 0 1295 5 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773399251944 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13316] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13316/stat : 13316 (java) S 13302 13304 12964 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773398198008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13317] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13317/stat : 13317 (java) S 13302 13304 12964 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347075984 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773397145096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13318] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13318/stat : 13318 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773396093584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13319] ppid=13302 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/13304/task/13319/stat : 13319 (java) S 13302 13304 12964 0 -1 4202560 9820 0 0 0 121 3 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773395040696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13304/tid=13320] ppid=13302 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/13304/task/13320/stat : 13320 (java) S 13302 13304 12964 0 -1 4202560 15122 0 0 0 195 4 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773393987896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13321] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13321/stat : 13321 (java) S 13302 13304 12964 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773392935288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13322] ppid=13302 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/13304/task/13322/stat : 13322 (java) S 13302 13304 12964 0 -1 4202560 53 0 0 0 14 27 0 0 20 0 22 0 347075987 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773391882696 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13304/tid=13323] ppid=13302 vsize=11852648 CPUtime=887.91 cores=1,3,5,7
/proc/13304/task/13323/stat : 13323 (java) R 13302 13304 12964 0 -1 4202560 82 0 0 0 88776 15 0 0 20 0 22 0 347076047 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773390828480 139773889721008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13304/tid=13324] ppid=13302 vsize=11852648 CPUtime=887.68 cores=1,3,5,7
/proc/13304/task/13324/stat : 13324 (java) R 13302 13304 12964 0 -1 4202560 1591 0 0 0 88707 61 0 0 20 0 22 0 347076047 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773389773880 139773889755273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13325] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13325/stat : 13325 (java) S 13302 13304 12964 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773388723624 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13304/tid=13326] ppid=13302 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13304/task/13326/stat : 13326 (java) S 13302 13304 12964 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 347076050 12137111552 935381 33554432000 1073741824 1073778376 140734169039456 139773387670824 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 903.654
CPU time (s): 1800.45
CPU user time (s): 1798.78
CPU system time (s): 1.67274
CPU usage (%): 199.241
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.67274
maximum resident set size= 3741644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33254
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23461
involuntary context switches= 28207

runsolver used 3.23151 second user time and 9.02363 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 13:31:41
IDJOB=3744624
IDBENCH=92785
IDSOLVER=2328
FILE ID=node128/3744624-1338809501
RUNJOBID= node128-1338807666-13003
PBS_JOBID= 14636873
Free space on /tmp= 70412 MiB

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

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=2066989152

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        23693564 kB
Buffers:          564864 kB
Cached:          3915892 kB
SwapCached:          744 kB
Active:          5859332 kB
Inactive:        2413452 kB
Active(anon):    3783004 kB
Inactive(anon):    11420 kB
Active(file):    2076328 kB
Inactive(file):  2402032 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3802244 kB
Mapped:            22276 kB
Shmem:               200 kB
Slab:             757968 kB
SReclaimable:     199976 kB
SUnreclaim:       557992 kB
KernelStack:        1608 kB
PageTables:        11628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3743744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70412 MiB
End job on node128 at 2012-06-04 13:46:46