Trace number 4084478

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 2.3.6 Resolution PB16? (TO) 1800.65 1773.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
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.036993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
Number of bits of the biggest sum of numbers6
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4084478-1465240414.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.26/0.26	c ... done. Wall clock time 0.132s.
0.26/0.26	c declared #vars     3660
0.26/0.26	c #constraints  121
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.26/0.26	c 121 constraints processed.
1.16/0.81	c cleaning 2503 clauses out of 5006 with flag 28594/5006
1.95/1.55	c cleaning 4245 clauses out of 8498 with flag 66679/11001
2.95/2.54	c cleaning 5626 clauses out of 11254 with flag 108574/18002
4.16/3.72	c cleaning 6810 clauses out of 13628 with flag 163934/26002
5.69/5.25	c cleaning 7901 clauses out of 15816 with flag 225513/35000
7.59/7.12	c cleaning 8952 clauses out of 17916 with flag 291477/45001
9.89/9.43	c cleaning 9978 clauses out of 19964 with flag 361672/56001
12.29/11.81	c cleaning 10994 clauses out of 21988 with flag 436756/68003
14.70/14.16	c cleaning 11972 clauses out of 23991 with flag 522725/81000
16.90/16.34	c cleaning 12983 clauses out of 26020 with flag 618595/95001
20.50/19.91	c cleaning 13985 clauses out of 28038 with flag 723858/110002
24.90/24.34	c cleaning 14988 clauses out of 30052 with flag 848991/126001
29.30/28.71	c cleaning 15994 clauses out of 32064 with flag 981958/143001
34.03/33.45	c cleaning 16999 clauses out of 34070 with flag 1126430/161001
38.94/38.34	c cleaning 17997 clauses out of 36071 with flag 1277144/180001
45.34/44.77	c cleaning 19004 clauses out of 38073 with flag 1442355/200000
51.91/51.11	c cleaning 19999 clauses out of 40069 with flag 1619330/221000
59.41/58.62	c cleaning 20998 clauses out of 42070 with flag 1822308/243000
66.31/65.57	c cleaning 22001 clauses out of 44073 with flag 1995587/266001
70.31/69.56	c cleaning 23018 clauses out of 46071 with flag 2152793/290000
76.39/75.45	c cleaning 24008 clauses out of 48054 with flag 2321297/315001
82.99/82.07	c cleaning 25005 clauses out of 50048 with flag 2494044/341003
88.49/87.53	c cleaning 25956 clauses out of 52042 with flag 2689975/368002
106.02/104.33	c cleaning 26605 clauses out of 54084 with flag 3237280/396000
127.69/125.27	c cleaning 28026 clauses out of 56480 with flag 3852517/425001
150.64/147.83	c cleaning 29227 clauses out of 58454 with flag 4487418/455001
175.26/172.03	c cleaning 30069 clauses out of 60226 with flag 5252036/486000
200.26/196.54	c cleaning 31051 clauses out of 62157 with flag 6037369/518000
223.05/218.51	c cleaning 32028 clauses out of 64107 with flag 6808400/551001
248.11/243.48	c cleaning 33017 clauses out of 66078 with flag 7634444/585000
281.44/275.97	c cleaning 34026 clauses out of 68061 with flag 8412469/620000
313.94/307.98	c cleaning 35012 clauses out of 70038 with flag 9233649/656003
353.40/347.23	c cleaning 36010 clauses out of 72024 with flag 10067139/693001
382.39/375.57	c cleaning 36999 clauses out of 74014 with flag 10970849/731001
411.05/403.55	c cleaning 37999 clauses out of 76015 with flag 11823257/770001
455.39/447.43	c cleaning 38993 clauses out of 78015 with flag 12689877/810000
496.98/488.52	c cleaning 40003 clauses out of 80022 with flag 13600970/851000
538.86/529.98	c cleaning 41009 clauses out of 82023 with flag 14500255/893004
571.51/561.98	c cleaning 42004 clauses out of 84011 with flag 15436584/936001
615.99/605.96	c cleaning 42998 clauses out of 86008 with flag 16383434/980002
654.84/644.10	c cleaning 44003 clauses out of 88010 with flag 17420223/1025002
696.74/685.10	c cleaning 44996 clauses out of 90007 with flag 18311177/1071002
736.39/724.22	c cleaning 45992 clauses out of 92009 with flag 19299711/1118000
792.98/780.12	c cleaning 47008 clauses out of 94017 with flag 20238669/1166000
848.91/835.45	c cleaning 48003 clauses out of 96009 with flag 21337563/1215000
898.77/884.52	c cleaning 49005 clauses out of 98010 with flag 22319084/1265004
937.97/923.01	c cleaning 49996 clauses out of 100002 with flag 23030226/1316001
986.56/970.75	c cleaning 50997 clauses out of 102008 with flag 23478986/1368003
1037.11/1020.43	c cleaning 51997 clauses out of 104009 with flag 24030621/1421001
1091.22/1073.64	c cleaning 52998 clauses out of 106011 with flag 24538733/1475000
1145.52/1127.31	c cleaning 53996 clauses out of 108013 with flag 25077424/1530000
1205.36/1186.63	c cleaning 55004 clauses out of 110017 with flag 25544436/1586000
1268.44/1248.88	c cleaning 56000 clauses out of 112013 with flag 26056019/1643000
1335.69/1315.33	c cleaning 57000 clauses out of 114016 with flag 26623881/1701003
1394.85/1373.74	c cleaning 58002 clauses out of 116015 with flag 27110520/1760002
1458.73/1436.67	c cleaning 59001 clauses out of 118011 with flag 27624986/1820000
1522.27/1499.27	c cleaning 59999 clauses out of 120010 with flag 28134565/1881000
1591.66/1567.74	c cleaning 61000 clauses out of 122012 with flag 28692451/1943001
1666.31/1641.37	c cleaning 61997 clauses out of 124011 with flag 29303954/2006000
1746.04/1720.10	c cleaning 63002 clauses out of 126015 with flag 29926600/2070001
1800.05/1773.10	c starts		: 18076
1800.05/1773.10	c conflicts		: 2116086
1800.05/1773.10	c decisions		: 41329781
1800.05/1773.10	c propagations		: 102238533
1800.05/1773.10	c inspects		: 12000387747
1800.05/1773.10	c shortcuts		: 0
1800.05/1773.10	c learnt literals	: 0
1800.05/1773.10	c learnt binary clauses	: 0
1800.05/1773.10	c learnt ternary clauses	: 0
1800.05/1773.10	c learnt constraints	: 2116086
1800.05/1773.10	c ignored constraints	: 0
1800.05/1773.10	c root simplifications	: 0
1800.05/1773.10	c removed literals (reason simplification)	: 0
1800.05/1773.10	c reason swapping (by a shorter reason)	: 0
1800.05/1773.10	c Calls to reduceDB	: 60
1800.05/1773.10	c Number of update (reduction) of LBD	: 1311609
1800.05/1773.10	c Imported unit clauses	: 0
1800.05/1773.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1773.10	c number of learned constraints concerned by reduction	: 0
1800.05/1773.10	c number of learning phase by resolution	: 0
1800.05/1773.10	c number of learning phase by cutting planes	: 0
1800.05/1773.10	c speed (assignments/second)	: 57669.35143611381
1800.05/1773.10	c non guided choices	12627
1800.05/1773.10	c timeout
1800.05/1773.13	c learnt constraints type 
1800.05/1773.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109099
1800.05/1773.13	s UNKNOWN
1800.05/1773.13	c Total wall clock time (in seconds): 1773.006

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084478-1465240414/watcher-4084478-1465240414 -o /tmp/evaluation-result-4084478-1465240414/solver-4084478-1465240414 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084478-1465240414.opb 

pid=3349
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: 2.04 2.05 2.07 3/194 3352
/proc/meminfo: memFree=31089568/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (java) R 3349 3352 32587 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 105976142 8192 1 33554432000 0 0 0 140735722517352 251143024055 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2 1 0 0 0 2 0

[startup+0.100061 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 3352
/proc/meminfo: memFree=31089568/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 4301 0 1 0 8 1 0 0 20 0 18 0 105976142 9787879424 5425 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2389619 5425 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 3352
/proc/meminfo: memFree=31089568/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 4939 0 1 0 25 1 0 0 20 0 18 0 105976142 9787879424 6951 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2389619 6951 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 3352
/proc/meminfo: memFree=31089568/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 6074 0 1 0 46 1 0 0 20 0 19 0 105976142 9856040960 8650 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 8650 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 3352
/proc/meminfo: memFree=31089568/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 6741 0 1 0 104 1 0 0 20 0 19 0 105976142 9856040960 10373 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 10373 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.04 2.05 2.07 3/213 3371
/proc/meminfo: memFree=31049508/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 7924 0 1 0 193 2 0 0 20 0 19 0 105976142 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 13307 2258 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2415 0 1 0 144 1 0 0 20 0 19 0 105976143 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664704016696 140664558379573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2780 0 0 0 26 0 0 0 20 0 19 0 105976149 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 1456 0 0 0 19 0 0 0 20 0 19 0 105976149 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 13307 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.04 2.05 2.07 3/213 3371
/proc/meminfo: memFree=31034552/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 7948 0 1 0 354 3 0 0 20 0 19 0 105976142 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 18427 2258 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 105976143 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664704007888 140664558310400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2780 0 0 0 26 0 0 0 20 0 19 0 105976149 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 1470 0 0 0 20 0 0 0 20 0 19 0 105976149 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 18427 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.03 2.05 2.07 3/213 3371
/proc/meminfo: memFree=30993512/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 8164 0 1 0 676 3 0 0 20 0 19 0 105976142 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 26566 2258 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2442 0 1 0 623 3 0 0 20 0 19 0 105976143 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664704016792 140664558364959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105976145 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2795 0 0 0 26 0 0 0 20 0 19 0 105976149 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 1654 0 0 0 23 0 0 0 20 0 19 0 105976149 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 26566 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2795 0 0 0 27 0 0 0 20 0 19 0 105976149 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 3387 0 0 0 30 0 0 0 20 0 19 0 105976149 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 94 0 0 0 38 37 0 0 20 0 19 0 105976149 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 408610 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1687.63
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/213 3545
/proc/meminfo: memFree=29964016/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=1748.24 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 25867 0 1 0 174383 441 0 0 20 0 19 0 105976142 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 395478 2280 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=1707.11 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2610 0 1 0 170681 30 0 0 20 0 19 0 105976143 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664704007952 140664558361333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1249 0 0 0 354 49 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 988 0 0 0 390 50 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1456 0 0 0 370 55 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1541 0 0 0 375 50 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1541 0 0 0 360 46 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1233 0 0 0 367 51 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=4.57 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1339 0 0 0 406 51 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 1375 0 0 0 378 51 0 0 20 0 19 0 105976145 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=6.03 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 4996 0 0 0 598 5 0 0 20 0 19 0 105976146 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2795 0 0 0 27 0 0 0 20 0 19 0 105976149 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 3387 0 0 0 30 0 0 0 20 0 19 0 105976149 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 98 0 0 0 40 38 0 0 20 0 19 0 105976149 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 395478 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1748.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.1 s]
/proc/loadavg: 2.14 2.13 2.09 3/213 3546
/proc/meminfo: memFree=29793704/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 26986 0 1 0 179525 480 0 0 20 0 19 0 105976142 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 437533 2280 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=1757.26 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2615 0 1 0 175695 31 0 0 20 0 19 0 105976143 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664704015648 140664558315679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1526 0 0 0 365 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 1097 0 0 0 407 57 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1607 0 0 0 380 59 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1784 0 0 0 386 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1624 0 0 0 375 51 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1319 0 0 0 383 56 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=4.73 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1444 0 0 0 417 56 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 1426 0 0 0 388 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=6.29 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 5001 0 0 0 624 5 0 0 20 0 19 0 105976146 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2795 0 0 0 27 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 3387 0 0 0 30 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 102 0 0 0 41 39 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3352 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1773.1 s]
/proc/loadavg: 2.14 2.13 2.09 3/213 3546
/proc/meminfo: memFree=29793704/32872528 swapFree=12744/274376
[pid=3352] ppid=3349 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/3352/stat : 3352 (java) S 3349 3352 32587 0 -1 4202496 26986 0 1 0 179525 480 0 0 20 0 19 0 105976142 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140736465073200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3352/statm: 2406260 437533 2280 9 0 2396937 0
[pid=3352/tid=3354] ppid=3349 vsize=9625040 CPUtime=1757.26 cores=1,3,5,7
/proc/3352/task/3354/stat : 3354 (java) R 3349 3352 32587 0 -1 4202560 2615 0 1 0 175695 31 0 0 20 0 19 0 105976143 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664704015648 140664558315679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3355] ppid=3349 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/3352/task/3355/stat : 3355 (java) S 3349 3352 32587 0 -1 4202560 1526 0 0 0 365 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664676469800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3356] ppid=3349 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/3352/task/3356/stat : 3356 (java) S 3349 3352 32587 0 -1 4202560 1097 0 0 0 407 57 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664546831272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3357] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3357/stat : 3357 (java) S 3349 3352 32587 0 -1 4202560 1607 0 0 0 380 59 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664545778472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3358] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3358/stat : 3358 (java) S 3349 3352 32587 0 -1 4202560 1784 0 0 0 386 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664544725672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3352/tid=3359] ppid=3349 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/3352/task/3359/stat : 3359 (java) S 3349 3352 32587 0 -1 4202560 1624 0 0 0 375 51 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664543672872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3360] ppid=3349 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3352/task/3360/stat : 3360 (java) S 3349 3352 32587 0 -1 4202560 1319 0 0 0 383 56 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664542620072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3361] ppid=3349 vsize=9625040 CPUtime=4.73 cores=1,3,5,7
/proc/3352/task/3361/stat : 3361 (java) S 3349 3352 32587 0 -1 4202560 1444 0 0 0 417 56 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664205469992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3352/tid=3362] ppid=3349 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/3352/task/3362/stat : 3362 (java) S 3349 3352 32587 0 -1 4202560 1426 0 0 0 388 53 0 0 20 0 19 0 105976145 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664204417192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3363] ppid=3349 vsize=9625040 CPUtime=6.29 cores=1,3,5,7
/proc/3352/task/3363/stat : 3363 (java) S 3349 3352 32587 0 -1 4202560 5001 0 0 0 624 5 0 0 20 0 19 0 105976146 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664192220136 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3364] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3364/stat : 3364 (java) S 3349 3352 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105976146 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664191166200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3365] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3365/stat : 3365 (java) S 3349 3352 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105976147 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664190113288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3366] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3366/stat : 3366 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664189061776 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3367] ppid=3349 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3352/task/3367/stat : 3367 (java) S 3349 3352 32587 0 -1 4202560 2795 0 0 0 27 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664188008888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3368] ppid=3349 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/3352/task/3368/stat : 3368 (java) S 3349 3352 32587 0 -1 4202560 3387 0 0 0 30 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664186956088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3369] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3369/stat : 3369 (java) S 3349 3352 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664185903480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3352/tid=3370] ppid=3349 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/3352/task/3370/stat : 3370 (java) S 3349 3352 32587 0 -1 4202560 102 0 0 0 41 39 0 0 20 0 19 0 105976149 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664184850888 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3352/tid=3371] ppid=3349 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3352/task/3371/stat : 3371 (java) S 3349 3352 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105976169 9856040960 437533 33554432000 1073741824 1073778376 140736465082064 140664183797416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1773.14
CPU time (s): 1800.65
CPU user time (s): 1795.37
CPU system time (s): 5.2812
CPU usage (%): 101.551
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.37
system time used= 5.2812
maximum resident set size= 2133312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27031
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41202
involuntary context switches= 20737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.254 second user time and 15.4077 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 21:13:34
IDJOB=4084478
IDBENCH=2599
IDSOLVER=2546
FILE ID=node107/4084478-1465240414
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084478-1465240414/watcher-4084478-1465240414 -o /tmp/evaluation-result-4084478-1465240414/solver-4084478-1465240414 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084478-1465240414.opb

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

MD5SUM BENCH= 5bedad9895f21a4b5e521b3abd33ba08
RANDOM SEED=974910777

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31090476 kB
Buffers:           29768 kB
Cached:            90540 kB
SwapCached:         1684 kB
Active:           727700 kB
Inactive:          60464 kB
Active(anon):     669828 kB
Inactive(anon):      388 kB
Active(file):      57872 kB
Inactive(file):    60076 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        974420 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             567436 kB
SReclaimable:      10928 kB
SUnreclaim:       556508 kB
KernelStack:        1768 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1169448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    940032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node107 at 2016-06-06 21:43:07