Trace number 3710899

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.4 1797.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUM904168892843efef74e3394360b8d762
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710899-1338162216.opb
0.11/0.11	c reading problem ... 
1.40/0.99	c ... done. Wall clock time 0.881s.
1.40/0.99	c declared #vars     40363
1.40/0.99	c #constraints  154319
1.40/0.99	c constraints type 
1.40/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38394
1.40/0.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1.40/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 115919
1.40/0.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1.40/0.99	c 154319 constraints processed.
15.23/14.13	c cleaning 2495 clauses out of 5000 with flag 5000/5000
31.07/29.86	c cleaning 4218 clauses out of 8505 with flag 11000/11000
50.39/49.17	c cleaning 5628 clauses out of 11287 with flag 18000/18000
65.91/64.62	c cleaning 6526 clauses out of 13659 with flag 26000/26000
88.47/87.13	c cleaning 8063 clauses out of 16133 with flag 35000/35000
114.71/113.35	c cleaning 9021 clauses out of 18070 with flag 45000/45000
148.23/146.90	c cleaning 10009 clauses out of 20052 with flag 56003/56003
183.24/181.82	c cleaning 11009 clauses out of 22040 with flag 68000/68000
215.56/214.18	c cleaning 11558 clauses out of 24031 with flag 81000/81000
250.29/248.82	c cleaning 13234 clauses out of 26473 with flag 95000/95000
279.23/277.76	c cleaning 14114 clauses out of 28240 with flag 110001/110001
313.46/311.95	c cleaning 15053 clauses out of 30126 with flag 126001/126001
343.38/341.89	c cleaning 16032 clauses out of 32073 with flag 143001/143001
370.79/369.22	c cleaning 17014 clauses out of 34040 with flag 161000/161000
403.91/402.39	c cleaning 18008 clauses out of 36030 with flag 180004/180004
448.13/446.52	c cleaning 18542 clauses out of 38018 with flag 200000/200000
488.24/486.64	c cleaning 20147 clauses out of 40476 with flag 221000/221000
549.87/548.29	c cleaning 20595 clauses out of 42329 with flag 243000/243000
617.31/615.61	c cleaning 22265 clauses out of 44734 with flag 266000/266000
681.87/680.13	c cleaning 23227 clauses out of 46469 with flag 290000/290000
744.00/742.21	c cleaning 24110 clauses out of 48242 with flag 315000/315000
806.75/804.90	c cleaning 24525 clauses out of 50132 with flag 341000/341000
854.46/852.68	c cleaning 26293 clauses out of 52607 with flag 368000/368000
899.86/898.00	c cleaning 27148 clauses out of 54314 with flag 396000/396000
985.42/983.56	c cleaning 28073 clauses out of 56166 with flag 425000/425000
1071.46/1069.50	c cleaning 29035 clauses out of 58093 with flag 455000/455000
1132.99/1131.05	c cleaning 30002 clauses out of 60058 with flag 486000/486000
1189.81/1187.83	c cleaning 30879 clauses out of 62056 with flag 518000/518000
1260.74/1258.76	c cleaning 32082 clauses out of 64178 with flag 551001/551001
1333.07/1331.06	c cleaning 33034 clauses out of 66095 with flag 585000/585000
1426.53/1424.48	c cleaning 33609 clauses out of 68061 with flag 620000/620000
1511.97/1509.83	c cleaning 35213 clauses out of 70453 with flag 656001/656001
1590.00/1587.82	c cleaning 35842 clauses out of 72239 with flag 693000/693000
1685.46/1683.22	c cleaning 37186 clauses out of 74397 with flag 731000/731000
1800.01/1797.71	c starts		: 170
1800.01/1797.71	c conflicts		: 768368
1800.01/1797.71	c decisions		: 13106259
1800.01/1797.71	c propagations		: 3069746911
1800.01/1797.71	c inspects		: 13581414735
1800.01/1797.71	c shortcuts		: 0
1800.01/1797.71	c learnt literals	: 0
1800.01/1797.71	c learnt binary clauses	: 0
1800.01/1797.71	c learnt ternary clauses	: 2
1800.01/1797.71	c learnt constraints	: 768368
1800.01/1797.71	c ignored constraints	: 0
1800.01/1797.71	c root simplifications	: 170
1800.01/1797.71	c removed literals (reason simplification)	: 13045642
1800.01/1797.71	c reason swapping (by a shorter reason)	: 0
1800.01/1797.71	c Calls to reduceDB	: 34
1800.01/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.71	c number of learned constraints concerned by reduction	: 0
1800.01/1797.71	c number of learning phase by resolution	: 0
1800.01/1797.71	c number of learning phase by cutting planes	: 0
1800.01/1797.71	c speed (assignments/second)	: 1708550.3782774727
1800.01/1797.71	c non guided choices	3676
1800.01/1797.73	c learnt constraints type 
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74582
1800.01/1797.73	c constraints type 
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38394
1800.01/1797.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 115919
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.01/1797.73	c 154319 constraints processed.
1800.01/1797.73	s UNKNOWN
1800.01/1797.73	c Total wall clock time (in seconds): 1797.628

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-3710899-1338162216/watcher-3710899-1338162216 -o /tmp/evaluation-result-3710899-1338162216/solver-3710899-1338162216 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710899-1338162216.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.92 1.98 1.97 3/194 13777
/proc/meminfo: memFree=30377352/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13777/stat : 13777 (java) R 13775 13777 13368 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 282347706 23793664 718 33554432000 1073741824 1073778376 140736631153344 140736631142408 266426430824 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 5809 724 537 9 0 128 0

[startup+0.0697761 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 13777
/proc/meminfo: memFree=30377352/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 3523 0 1 0 5 0 0 0 20 0 18 0 282347706 9787842560 4221 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2389610 4221 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100187 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 13777
/proc/meminfo: memFree=30377352/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 4432 0 1 0 10 1 0 0 20 0 18 0 282347706 9787842560 5600 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2389610 5600 2132 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 13777
/proc/meminfo: memFree=30377352/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9558440 CPUtime=0.53 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 6049 0 1 0 51 2 0 0 20 0 18 0 282347706 9787842560 9098 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2389610 9098 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700207 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 13777
/proc/meminfo: memFree=30377352/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9558440 CPUtime=1.19 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 8202 0 1 0 114 5 0 0 20 0 18 0 282347706 9787842560 41391 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2389610 41391 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558440

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.97 5/212 13795
/proc/meminfo: memFree=30202132/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=2.55 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 11403 0 1 0 248 7 0 0 20 0 19 0 282347706 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 46873 2271 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2651 0 1 0 139 4 0 0 20 0 19 0 282347706 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089552294200 140089492671088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4164 0 0 0 47 0 0 0 20 0 19 0 282347710 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3260 0 0 0 45 0 0 0 20 0 19 0 282347710 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46873 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.92 1.98 1.97 3/213 13796
/proc/meminfo: memFree=30197536/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=4.18 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 11408 0 1 0 411 7 0 0 20 0 19 0 282347706 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 46877 2271 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2652 0 1 0 299 4 0 0 20 0 19 0 282347706 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089552300496 140089492776837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4167 0 0 0 49 0 0 0 20 0 19 0 282347710 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3260 0 0 0 46 0 0 0 20 0 19 0 282347710 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 46877 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.93 1.98 1.97 3/213 13796
/proc/meminfo: memFree=30198480/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=7.43 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 11420 0 1 0 736 7 0 0 20 0 19 0 282347706 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 46885 2274 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=6.23 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2653 0 1 0 619 4 0 0 20 0 19 0 282347706 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089552300592 140089492795451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 282347707 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4167 0 0 0 49 0 0 0 20 0 19 0 282347710 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3271 0 0 0 51 0 0 0 20 0 19 0 282347710 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 46885 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.97 3/213 13796
/proc/meminfo: memFree=30169052/32873648 swapFree=6860/6860

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

[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=2.32 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 187 0 0 0 229 3 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4422 0 0 0 58 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3276 0 0 0 54 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 99 0 0 0 26 34 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.58
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/213 13834
/proc/meminfo: memFree=30051580/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=1784.6 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 12101 0 1 0 178407 53 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 63694 2286 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=1779.62 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2690 0 1 0 177930 32 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089552302384 140089492776837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 54 0 0 0 11 2 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 14 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 55 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=2.32 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 187 0 0 0 229 3 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4422 0 0 0 58 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3276 0 0 0 54 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.01 2.00 1.99 2/193 13837
/proc/meminfo: memFree=30286368/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 12101 0 1 0 179948 53 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 63694 2286 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=1795.03 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2690 0 1 0 179471 32 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089552302384 140089492795451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 54 0 0 0 11 2 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 14 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 55 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=2.32 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 187 0 0 0 229 3 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4422 0 0 0 58 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3276 0 0 0 54 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1797.7 s]
/proc/loadavg: 2.01 2.00 1.99 2/193 13837
/proc/meminfo: memFree=30286368/32873648 swapFree=6860/6860
[pid=13777] ppid=13775 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/13777/stat : 13777 (java) S 13775 13777 13368 0 -1 4202496 12101 0 1 0 179948 53 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140736631144480 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13777/statm: 2406251 63694 2286 9 0 2396937 0
[pid=13777/tid=13779] ppid=13775 vsize=9625004 CPUtime=1795.03 cores=1,3,5,7
/proc/13777/task/13779/stat : 13779 (java) R 13775 13777 13368 0 -1 4202560 2690 0 1 0 179471 32 0 0 20 0 19 0 282347706 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089552302384 140089492795451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13780] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13780/stat : 13780 (java) S 13775 13777 13368 0 -1 4202560 54 0 0 0 11 2 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089491033000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13781] ppid=13775 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/13777/task/13781/stat : 13781 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 14 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089489980456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13782] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13782/stat : 13782 (java) S 13775 13777 13368 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089488927400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13783] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13783/stat : 13783 (java) S 13775 13777 13368 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089487874856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13784] ppid=13775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/13777/task/13784/stat : 13784 (java) S 13775 13777 13368 0 -1 4202560 55 0 0 0 13 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089486821800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13785] ppid=13775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/13777/task/13785/stat : 13785 (java) S 13775 13777 13368 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089390479912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13786] ppid=13775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/13777/task/13786/stat : 13786 (java) S 13775 13777 13368 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089389426856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13787] ppid=13775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/13777/task/13787/stat : 13787 (java) S 13775 13777 13368 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 282347707 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089388374312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13777/tid=13788] ppid=13775 vsize=9625004 CPUtime=2.32 cores=1,3,5,7
/proc/13777/task/13788/stat : 13788 (java) S 13775 13777 13368 0 -1 4202560 187 0 0 0 229 3 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089376177000 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13789] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13789/stat : 13789 (java) S 13775 13777 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089375123320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13790] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13790/stat : 13790 (java) S 13775 13777 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347708 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089374070152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13791] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13791/stat : 13791 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089373018896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13792] ppid=13775 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/13777/task/13792/stat : 13792 (java) S 13775 13777 13368 0 -1 4202560 4422 0 0 0 58 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089371965752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13777/tid=13793] ppid=13775 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/13777/task/13793/stat : 13793 (java) S 13775 13777 13368 0 -1 4202560 3276 0 0 0 54 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089370913208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13794] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13794/stat : 13794 (java) S 13775 13777 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089369860344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13777/tid=13795] ppid=13775 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/13777/task/13795/stat : 13795 (java) S 13775 13777 13368 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 282347710 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089368808008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13777/tid=13796] ppid=13775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13777/task/13796/stat : 13796 (java) S 13775 13777 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347807 9856004096 63694 33554432000 1073741824 1073778376 140736631153344 140089367754280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.4
CPU user time (s): 1799.53
CPU system time (s): 0.871867
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.871867
maximum resident set size= 254916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12140
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38897
involuntary context switches= 5552

runsolver used 6.45002 second user time and 14.4238 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 01:43:37
IDJOB=3710899
IDBENCH=25020
IDSOLVER=2289
FILE ID=node116/3710899-1338162216
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710899-1338162216/watcher-3710899-1338162216 -o /tmp/evaluation-result-3710899-1338162216/solver-3710899-1338162216 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710899-1338162216.opb

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

MD5SUM BENCH= 904168892843efef74e3394360b8d762
RANDOM SEED=384016726

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30377732 kB
Buffers:          368060 kB
Cached:          1119348 kB
SwapCached:         3236 kB
Active:           947256 kB
Inactive:         710920 kB
Active(anon):     161680 kB
Inactive(anon):     8960 kB
Active(file):     785576 kB
Inactive(file):   701960 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              8744 kB
Writeback:             0 kB
AnonPages:        172548 kB
Mapped:            20784 kB
Shmem:                96 kB
Slab:             700184 kB
SReclaimable:     144156 kB
SUnreclaim:       556028 kB
KernelStack:        1600 kB
PageTables:         4256 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     823076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71468 MiB
End job on node116 at 2012-05-28 02:13:36