Trace number 3709888

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.03 1782.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUMd887ec44be40cf432f8acabc52df2afa
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.116981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
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 82
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.07/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.12	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709888-1338151343.opb
0.07/0.13	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.171s.
0.52/0.30	c declared #vars     6480
0.52/0.30	c #constraints  161
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.52/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.52/0.30	c 161 constraints processed.
12.27/11.69	c cleaning 2498 clauses out of 5000 with flag 5000/5000
23.21/22.42	c cleaning 4265 clauses out of 8530 with flag 11028/11028
40.77/39.64	c cleaning 5618 clauses out of 11237 with flag 18000/18000
70.39/69.17	c cleaning 6831 clauses out of 13661 with flag 26042/26042
123.41/121.93	c cleaning 7891 clauses out of 15788 with flag 35000/35000
168.53/166.80	c cleaning 8979 clauses out of 17957 with flag 45060/45060
209.91/208.02	c cleaning 9957 clauses out of 19920 with flag 56002/56002
257.49/255.00	c cleaning 10980 clauses out of 21963 with flag 68002/68002
325.33/322.17	c cleaning 11988 clauses out of 23982 with flag 81001/81001
378.00/373.65	c cleaning 13004 clauses out of 26008 with flag 95015/95015
448.24/443.21	c cleaning 13992 clauses out of 27989 with flag 110000/110000
509.87/504.15	c cleaning 14999 clauses out of 29997 with flag 126000/126000
602.97/596.41	c cleaning 15999 clauses out of 31998 with flag 143000/143000
681.99/674.62	c cleaning 16999 clauses out of 34000 with flag 161001/161001
814.03/805.51	c cleaning 18019 clauses out of 36042 with flag 180042/180042
926.10/916.32	c cleaning 18993 clauses out of 37987 with flag 200006/200006
1056.86/1045.95	c cleaning 20057 clauses out of 40115 with flag 221127/221127
1241.33/1229.06	c cleaning 20963 clauses out of 41931 with flag 243000/243000
1486.74/1472.51	c cleaning 21996 clauses out of 43991 with flag 266023/266023
1610.40/1594.61	c cleaning 22985 clauses out of 45972 with flag 290000/290000
1784.31/1766.97	c cleaning 23989 clauses out of 47990 with flag 315003/315003
1800.03/1782.21	c starts		: 135
1800.03/1782.21	c conflicts		: 321209
1800.03/1782.21	c decisions		: 505772
1800.03/1782.21	c propagations		: 34155155
1800.03/1782.21	c inspects		: 856329712
1800.03/1782.21	c shortcuts		: 0
1800.03/1782.21	c learnt literals	: 0
1800.03/1782.21	c learnt binary clauses	: 0
1800.03/1782.21	c learnt ternary clauses	: 0
1800.03/1782.21	c learnt constraints	: 321209
1800.03/1782.21	c ignored constraints	: 0
1800.03/1782.21	c root simplifications	: 135
1800.03/1782.21	c removed literals (reason simplification)	: 5314393
1800.03/1782.21	c reason swapping (by a shorter reason)	: 0
1800.03/1782.21	c Calls to reduceDB	: 21
1800.03/1782.21	c number of reductions to clauses (during analyze)	: 0
1800.03/1782.21	c number of learned constraints concerned by reduction	: 0
1800.03/1782.21	c number of learning phase by resolution	: 0
1800.03/1782.21	c number of learning phase by cutting planes	: 0
1800.03/1782.21	c speed (assignments/second)	: 19167.84004031654
1800.03/1782.21	c non guided choices	3161
1800.03/1782.22	c learnt constraints type 
1800.03/1782.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30209
1800.03/1782.22	c constraints type 
1800.03/1782.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
1800.03/1782.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.03/1782.22	c 161 constraints processed.
1800.03/1782.22	s UNKNOWN
1800.03/1782.22	c Total wall clock time (in seconds): 1782.097

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-3709888-1338151343/watcher-3709888-1338151343 -o /tmp/evaluation-result-3709888-1338151343/solver-3709888-1338151343 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709888-1338151343.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.09 2.04 2.01 3/192 24887
/proc/meminfo: memFree=26890620/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (java) R 24885 24887 21372 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 281259737 2560000 46 33554432000 1073741824 1073778376 140737254203200 140737254200328 227503336743 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 625 46 37 9 0 29 0

[startup+0.0574521 s]
/proc/loadavg: 2.09 2.04 2.01 3/192 24887
/proc/meminfo: memFree=26890620/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 3061 0 1 0 2 0 0 0 20 0 13 0 281259737 9446973440 3758 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2306390 3758 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100221 s]
/proc/loadavg: 2.09 2.04 2.01 3/192 24887
/proc/meminfo: memFree=26890620/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 4062 0 1 0 6 1 0 0 20 0 18 0 281259737 9787842560 5269 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2389610 5276 2091 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300152 s]
/proc/loadavg: 2.09 2.04 2.01 3/192 24887
/proc/meminfo: memFree=26890620/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 7210 0 1 0 50 2 0 0 20 0 18 0 281259737 9787842560 10841 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2389610 10841 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700146 s]
/proc/loadavg: 2.09 2.04 2.01 3/192 24887
/proc/meminfo: memFree=26890620/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 9077 0 1 0 126 3 0 0 20 0 19 0 281259737 9856004096 13369 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 13369 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 24906
/proc/meminfo: memFree=26842184/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 9084 0 1 0 207 3 0 0 20 0 19 0 281259737 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 15930 2247 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2536 0 1 0 144 2 0 0 20 0 19 0 281259739 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989370640936 139989241905360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2667 0 0 0 32 0 0 0 20 0 19 0 281259744 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2681 0 0 0 29 0 0 0 20 0 19 0 281259744 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 15930 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 24906
/proc/meminfo: memFree=26827360/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 9105 0 1 0 371 3 0 0 20 0 19 0 281259737 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 21572 2250 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2547 0 1 0 303 2 0 0 20 0 19 0 281259739 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989370643080 139989378407251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2677 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2681 0 0 0 29 0 0 0 20 0 19 0 281259744 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 21572 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 24906
/proc/meminfo: memFree=26793848/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=6.96 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 9120 0 1 0 692 4 0 0 20 0 19 0 281259737 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 27010 2251 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2561 0 1 0 621 2 0 0 20 0 19 0 281259739 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989370640960 139989241891738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281259740 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2677 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2682 0 0 0 31 0 0 0 20 0 19 0 281259744 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 27010 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 43 0 0 0 20 0 19 0 281259744 9856004096 271647 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 271647 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 271647 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 93 0 0 0 26 26 0 0 20 0 19 0 281259744 9856004096 271647 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 271647 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1618.22
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/212 25059
/proc/meminfo: memFree=26706188/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=1678.74 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 18379 0 1 0 167675 199 0 0 20 0 19 0 281259737 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 270722 2276 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=1649.36 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2891 0 1 0 164904 32 0 0 20 0 19 0 281259739 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989370641776 139989241890982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 845 0 0 0 265 20 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 826 0 0 0 250 23 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=2.62 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1121 0 0 0 243 19 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1351 0 0 0 253 20 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=2.76 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1110 0 0 0 256 20 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=2.62 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 629 0 0 0 247 15 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=2.56 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1047 0 0 0 237 19 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=2.74 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 619 0 0 0 256 18 0 0 20 0 19 0 281259740 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=2.12 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 1286 0 0 0 207 5 0 0 20 0 19 0 281259741 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 43 0 0 0 20 0 19 0 281259744 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 95 0 0 0 27 27 0 0 20 0 19 0 281259744 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 270722 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1678.74
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/211 25059
/proc/meminfo: memFree=26604676/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=1739.45 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 18495 0 1 0 173738 207 0 0 20 0 19 0 281259737 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 281704 2276 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=1708.89 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2903 0 1 0 170856 33 0 0 20 0 19 0 281259739 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989370641792 139989241890895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 858 0 0 0 276 21 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 832 0 0 0 265 24 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1132 0 0 0 254 19 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=2.84 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1356 0 0 0 263 21 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1121 0 0 0 267 21 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 651 0 0 0 259 16 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=2.7 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1059 0 0 0 250 20 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=2.86 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 635 0 0 0 268 18 0 0 20 0 19 0 281259740 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 1290 0 0 0 208 5 0 0 20 0 19 0 281259741 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 43 0 0 0 20 0 19 0 281259744 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 99 0 0 0 28 28 0 0 20 0 19 0 281259744 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 281704 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.45
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.2 s]
/proc/loadavg: 2.01 2.04 2.00 3/211 25060
/proc/meminfo: memFree=26508360/32873624 swapFree=7104/7104
[pid=24887] ppid=24885 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/24887/stat : 24887 (java) S 24885 24887 21372 0 -1 4202496 18652 0 1 0 179788 215 0 0 20 0 19 0 281259737 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 140734284836032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2406251 305140 2276 9 0 2396937 0
[pid=24887/tid=24889] ppid=24885 vsize=9625004 CPUtime=1768.29 cores=0,2,4,6
/proc/24887/task/24889/stat : 24889 (java) R 24885 24887 21372 0 -1 4202560 2916 0 1 0 176795 34 0 0 20 0 19 0 281259739 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989370641792 139989241891768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24890] ppid=24885 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/24887/task/24890/stat : 24890 (java) S 24885 24887 21372 0 -1 4202560 864 0 0 0 283 21 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989213722792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24891] ppid=24885 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/24887/task/24891/stat : 24891 (java) S 24885 24887 21372 0 -1 4202560 844 0 0 0 279 25 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989212670248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24892] ppid=24885 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/24887/task/24892/stat : 24892 (java) S 24885 24887 21372 0 -1 4202560 1132 0 0 0 263 19 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989211617704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24893] ppid=24885 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/24887/task/24893/stat : 24893 (java) S 24885 24887 21372 0 -1 4202560 1389 0 0 0 278 22 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989210565160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24887/tid=24894] ppid=24885 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/24887/task/24894/stat : 24894 (java) S 24885 24887 21372 0 -1 4202560 1131 0 0 0 277 21 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989209512616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24895] ppid=24885 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/24887/task/24895/stat : 24895 (java) S 24885 24887 21372 0 -1 4202560 679 0 0 0 270 18 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989208460072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24896] ppid=24885 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/24887/task/24896/stat : 24896 (java) S 24885 24887 21372 0 -1 4202560 1082 0 0 0 261 22 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989207407528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24897] ppid=24885 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/24887/task/24897/stat : 24897 (java) S 24885 24887 21372 0 -1 4202560 655 0 0 0 279 20 0 0 20 0 19 0 281259740 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989206354984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24898] ppid=24885 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/24887/task/24898/stat : 24898 (java) S 24885 24887 21372 0 -1 4202560 1298 0 0 0 217 5 0 0 20 0 19 0 281259741 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989194156136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24887/tid=24899] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24899/stat : 24899 (java) S 24885 24887 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989193102456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24900] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24900/stat : 24900 (java) S 24885 24887 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281259741 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989192049800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24901] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24901/stat : 24901 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989190998544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24902] ppid=24885 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24887/task/24902/stat : 24902 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 43 0 0 0 20 0 19 0 281259744 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989189945912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24903] ppid=24885 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24887/task/24903/stat : 24903 (java) S 24885 24887 21372 0 -1 4202560 2687 0 0 0 35 0 0 0 20 0 19 0 281259744 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989188893368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24904] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24904/stat : 24904 (java) S 24885 24887 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281259744 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989187841016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24887/tid=24905] ppid=24885 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/24887/task/24905/stat : 24905 (java) S 24885 24887 21372 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 281259744 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989186788680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24887/tid=24906] ppid=24885 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24887/task/24906/stat : 24906 (java) S 24885 24887 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281259769 9856004096 305140 33554432000 1073741824 1073778376 140734284844896 139989185733416 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 24887 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=248384
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=502619
# CPU time returned by wait4() is 1795.75
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.24
CPU time (s): 1800.03
CPU user time (s): 1797.88
CPU system time (s): 2.15
CPU usage (%): 100.998
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.25
system time used= 2.50262
maximum resident set size= 1221820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18690
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= 48426
involuntary context switches= 51337

runsolver used 6.23105 second user time and 13.8119 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 22:42:23
IDJOB=3709888
IDBENCH=2588
IDSOLVER=2289
FILE ID=node121/3709888-1338151343
RUNJOBID= node121-1338138816-23672
PBS_JOBID= 14624482
Free space on /tmp= 71676 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-81-80.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-3709888-1338151343/watcher-3709888-1338151343 -o /tmp/evaluation-result-3709888-1338151343/solver-3709888-1338151343 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709888-1338151343.opb

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

MD5SUM BENCH= d887ec44be40cf432f8acabc52df2afa
RANDOM SEED=1342892062

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26891412 kB
Buffers:          514136 kB
Cached:          2821260 kB
SwapCached:            0 kB
Active:          2586956 kB
Inactive:        2534008 kB
Active(anon):    1786552 kB
Inactive(anon):        0 kB
Active(file):     800404 kB
Inactive(file):  2534008 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1793120 kB
Mapped:            22444 kB
Shmem:               200 kB
Slab:             717944 kB
SReclaimable:     162236 kB
SUnreclaim:       555708 kB
KernelStack:        1584 kB
PageTables:         7864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    3164096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1753088 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= 71708 MiB
End job on node121 at 2012-05-27 23:12:07