Trace number 3709873

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1776.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM1f72b7f8bd829aeeb06978977df8efc2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.19397
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709873-1338151587.opb
0.10/0.12	c reading problem ... 
0.54/0.32	c ... done. Wall clock time 0.201s.
0.54/0.32	c declared #vars     10500
0.54/0.32	c #constraints  205
0.54/0.32	c constraints type 
0.54/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
0.54/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.54/0.32	c 205 constraints processed.
23.04/22.21	c cleaning 2456 clauses out of 5000 with flag 5000/5000
51.42/50.23	c cleaning 4272 clauses out of 8544 with flag 11000/11000
85.87/84.24	c cleaning 5636 clauses out of 11272 with flag 18000/18000
117.56/114.90	c cleaning 6818 clauses out of 13636 with flag 26000/26000
171.47/168.12	c cleaning 7909 clauses out of 15819 with flag 35001/35001
232.24/228.03	c cleaning 8953 clauses out of 17909 with flag 45000/45000
286.90/281.70	c cleaning 9977 clauses out of 19956 with flag 56000/56000
347.22/341.20	c cleaning 10988 clauses out of 21981 with flag 68002/68002
443.75/436.75	c cleaning 12004 clauses out of 24007 with flag 81016/81016
534.89/526.85	c cleaning 12990 clauses out of 25988 with flag 95001/95001
639.13/629.97	c cleaning 13995 clauses out of 27997 with flag 110000/110000
745.85/735.09	c cleaning 15017 clauses out of 30036 with flag 126034/126034
861.87/849.43	c cleaning 15990 clauses out of 31985 with flag 143000/143000
1019.65/1005.21	c cleaning 17005 clauses out of 34029 with flag 161034/161034
1148.62/1132.28	c cleaning 17994 clauses out of 35991 with flag 180001/180001
1289.39/1271.27	c cleaning 18998 clauses out of 37997 with flag 200001/200001
1603.71/1582.70	c cleaning 19997 clauses out of 40003 with flag 221005/221005
1782.23/1758.79	c cleaning 21009 clauses out of 42022 with flag 243021/243021
1800.06/1776.21	c starts		: 120
1800.06/1776.21	c conflicts		: 246493
1800.06/1776.21	c decisions		: 493869
1800.06/1776.21	c propagations		: 34658678
1800.06/1776.21	c inspects		: 621237163
1800.06/1776.21	c shortcuts		: 0
1800.06/1776.21	c learnt literals	: 0
1800.06/1776.21	c learnt binary clauses	: 0
1800.06/1776.21	c learnt ternary clauses	: 0
1800.06/1776.21	c learnt constraints	: 246493
1800.06/1776.21	c ignored constraints	: 0
1800.06/1776.21	c root simplifications	: 120
1800.06/1776.21	c removed literals (reason simplification)	: 1266526
1800.06/1776.21	c reason swapping (by a shorter reason)	: 0
1800.06/1776.21	c Calls to reduceDB	: 18
1800.06/1776.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1776.21	c number of learned constraints concerned by reduction	: 0
1800.06/1776.21	c number of learning phase by resolution	: 0
1800.06/1776.21	c number of learning phase by cutting planes	: 0
1800.06/1776.21	c speed (assignments/second)	: 19516.417559138517
1800.06/1776.21	c non guided choices	4951
1800.06/1776.22	c learnt constraints type 
1800.06/1776.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24485
1800.06/1776.22	c constraints type 
1800.06/1776.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
1800.06/1776.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.06/1776.22	c 205 constraints processed.
1800.06/1776.22	s UNKNOWN
1800.06/1776.22	c Total wall clock time (in seconds): 1776.103

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-3709873-1338151587/watcher-3709873-1338151587 -o /tmp/evaluation-result-3709873-1338151587/solver-3709873-1338151587 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709873-1338151587.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 20905
/proc/meminfo: memFree=27424316/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20905/stat : 20905 (java) D 20903 20905 16973 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281284485 9515008 184 33554432000 1073741824 1073778376 140735727675456 140735727666680 270329867703 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2323 184 142 9 0 71 0

[startup+0.017342 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 20905
/proc/meminfo: memFree=27424316/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 1427 0 1 0 0 0 0 0 20 0 2 0 281284485 105127936 1109 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 20905
/proc/meminfo: memFree=27424316/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 4277 0 1 0 9 1 0 0 20 0 18 0 281284485 9787842560 5485 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2389610 5486 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 20905
/proc/meminfo: memFree=27424316/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 7132 0 1 0 52 2 0 0 20 0 18 0 281284485 9787842560 11386 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2389610 11386 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 20905
/proc/meminfo: memFree=27424316/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 8057 0 1 0 129 3 0 0 20 0 19 0 281284485 9856004096 15742 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 15742 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20924
/proc/meminfo: memFree=27365864/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=2.14 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 8065 0 1 0 211 3 0 0 20 0 19 0 281284485 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 18815 2248 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 2535 0 1 0 145 1 0 0 20 0 19 0 281284486 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995646597680 139995483172073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1662 0 0 0 32 0 0 0 20 0 19 0 281284491 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2668 0 0 0 31 0 0 0 20 0 19 0 281284491 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 18815 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20924
/proc/meminfo: memFree=27350908/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=3.73 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 8074 0 1 0 370 3 0 0 20 0 19 0 281284485 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 23423 2248 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 2544 0 1 0 305 1 0 0 20 0 19 0 281284486 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995646597680 139995483064009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1662 0 0 0 32 0 0 0 20 0 19 0 281284491 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2668 0 0 0 31 0 0 0 20 0 19 0 281284491 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 23423 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20924
/proc/meminfo: memFree=27313672/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=6.94 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 8090 0 1 0 690 4 0 0 20 0 19 0 281284485 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 31095 2248 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=6.25 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 2560 0 1 0 624 1 0 0 20 0 19 0 281284486 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995646599816 139995483064584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281284487 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1662 0 0 0 32 0 0 0 20 0 19 0 281284491 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2668 0 0 0 31 0 0 0 20 0 19 0 281284491 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 31095 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1718 0 0 0 39 0 0 0 20 0 19 0 281284491 9856004096 355890 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2677 0 0 0 46 0 0 0 20 0 19 0 281284491 9856004096 355890 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 355890 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 92 0 0 0 33 28 0 0 20 0 19 0 281284491 9856004096 355890 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 355890 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1623.71
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/213 21021
/proc/meminfo: memFree=26044072/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=1684.42 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 27376 0 1 0 168233 209 0 0 20 0 19 0 281284485 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 356378 2276 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=1645.97 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 3081 0 1 0 164567 30 0 0 20 0 19 0 281284486 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995646598512 139995483063991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=3.88 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 2393 0 0 0 368 20 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=3.58 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1785 0 0 0 340 18 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 2185 0 0 0 341 19 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=3.8 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1258 0 0 0 354 26 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 2694 0 0 0 346 24 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 2336 0 0 0 336 19 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 2180 0 0 0 343 18 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 1908 0 0 0 338 24 0 0 20 0 19 0 281284487 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=3.23 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 1880 0 0 0 316 7 0 0 20 0 19 0 281284489 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1718 0 0 0 39 0 0 0 20 0 19 0 281284491 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2677 0 0 0 46 0 0 0 20 0 19 0 281284491 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 96 0 0 0 34 29 0 0 20 0 19 0 281284491 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 356378 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.42
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/213 21021
/proc/meminfo: memFree=26040288/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=1745.38 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 28175 0 1 0 174327 211 0 0 20 0 19 0 281284485 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 357168 2276 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=1705.41 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 3104 0 1 0 170511 30 0 0 20 0 19 0 281284486 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995646598528 139995483064549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 2540 0 0 0 387 20 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=3.75 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1786 0 0 0 357 18 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=3.76 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 2187 0 0 0 357 19 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1259 0 0 0 366 26 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=3.86 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 2694 0 0 0 362 24 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=3.71 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 2745 0 0 0 352 19 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 2180 0 0 0 359 18 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=3.83 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 2114 0 0 0 359 24 0 0 20 0 19 0 281284487 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 1888 0 0 0 317 7 0 0 20 0 19 0 281284489 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1718 0 0 0 39 0 0 0 20 0 19 0 281284491 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2677 0 0 0 46 0 0 0 20 0 19 0 281284491 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 98 0 0 0 35 30 0 0 20 0 19 0 281284491 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 357168 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.38
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 21022
/proc/meminfo: memFree=26033524/32873660 swapFree=7120/7120
[pid=20905] ppid=20903 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/20905/stat : 20905 (java) S 20903 20905 16973 0 -1 4202496 28835 0 1 0 179793 213 0 0 20 0 19 0 281284485 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 140735116721104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20905/statm: 2406251 358142 2276 9 0 2396937 0
[pid=20905/tid=20907] ppid=20903 vsize=9625004 CPUtime=1758.79 cores=0,2,4,6
/proc/20905/task/20907/stat : 20907 (java) R 20903 20905 16973 0 -1 4202560 3122 0 1 0 175848 31 0 0 20 0 19 0 281284486 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995646598512 139995483064029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=9625004 CPUtime=4.2 cores=0,2,4,6
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 16973 0 -1 4202560 2702 0 0 0 399 21 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995608091560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=9625004 CPUtime=3.86 cores=0,2,4,6
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 16973 0 -1 4202560 1787 0 0 0 368 18 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995607039016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=9625004 CPUtime=3.88 cores=0,2,4,6
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 16973 0 -1 4202560 2451 0 0 0 369 19 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995605985960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=9625004 CPUtime=4.05 cores=0,2,4,6
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 16973 0 -1 4202560 1259 0 0 0 379 26 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995604933416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=9625004 CPUtime=3.97 cores=0,2,4,6
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 16973 0 -1 4202560 2713 0 0 0 373 24 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995603880360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20905/tid=20913] ppid=20903 vsize=9625004 CPUtime=3.86 cores=0,2,4,6
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 16973 0 -1 4202560 2793 0 0 0 366 20 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995602827816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20914] ppid=20903 vsize=9625004 CPUtime=3.91 cores=0,2,4,6
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 16973 0 -1 4202560 2314 0 0 0 373 18 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995601774760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 16973 0 -1 4202560 2114 0 0 0 375 24 0 0 20 0 19 0 281284487 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995482417448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 16973 0 -1 4202560 1898 0 0 0 326 7 0 0 20 0 19 0 281284489 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995470220136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995469166456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20918] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20918/stat : 20918 (java) S 20903 20905 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281284489 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995468113288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20919] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20919/stat : 20919 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139995467062032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20920] ppid=20903 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20905/task/20920/stat : 20920 (java) S 20903 20905 16973 0 -1 4202560 1718 0 0 0 39 0 0 0 20 0 19 0 281284491 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139994727442744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20905/tid=20921] ppid=20903 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20905/task/20921/stat : 20921 (java) S 20903 20905 16973 0 -1 4202560 2677 0 0 0 46 0 0 0 20 0 19 0 281284491 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139994726390200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20922] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20922/stat : 20922 (java) S 20903 20905 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281284491 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139994725337336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20905/tid=20923] ppid=20903 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/20905/task/20923/stat : 20923 (java) S 20903 20905 16973 0 -1 4202560 102 0 0 0 36 31 0 0 20 0 19 0 281284491 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139994724285000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20905/tid=20924] ppid=20903 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20905/task/20924/stat : 20924 (java) S 20903 20905 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281284520 9856004096 358142 33554432000 1073741824 1073778376 140735116729968 139994723231272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20905 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=138401
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=533614
# CPU time returned by wait4() is 1795.67
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.25
CPU time (s): 1800.06
CPU user time (s): 1797.93
CPU system time (s): 2.13
CPU usage (%): 101.341
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.14
system time used= 2.53361
maximum resident set size= 1432708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54785
involuntary context switches= 64992

runsolver used 6.18006 second user time and 15.2957 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 22:46:27
IDJOB=3709873
IDBENCH=2601
IDSOLVER=2289
FILE ID=node117/3709873-1338151587
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.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-3709873-1338151587/watcher-3709873-1338151587 -o /tmp/evaluation-result-3709873-1338151587/solver-3709873-1338151587 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709873-1338151587.opb

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

MD5SUM BENCH= 1f72b7f8bd829aeeb06978977df8efc2
RANDOM SEED=178176577

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27424844 kB
Buffers:          333380 kB
Cached:          4046440 kB
SwapCached:            0 kB
Active:          2369356 kB
Inactive:        2186284 kB
Active(anon):     166668 kB
Inactive(anon):    11356 kB
Active(file):    2202688 kB
Inactive(file):  2174928 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:        194716 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             735244 kB
SReclaimable:     179408 kB
SUnreclaim:       555836 kB
KernelStack:        1600 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 70048 MiB
End job on node117 at 2012-05-27 23:16:06