Trace number 3709695

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 snapshotSAT 11.1843 10.5211

General information on the benchmark

Namenormalized-PB06/SATUNSAT-BIGINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob10.opb
MD5SUM0cd2d50a56364a25e801207dfed85434
Bench CategoryDEC-BIGINT (no optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.533918
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables106
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint106
Maximum length of a constraint106
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 106925262
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1723212177
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709695-1338149285.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.017s.
0.08/0.14	c declared #vars     106
0.08/0.14	c #constraints  2
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.08/0.14	c 2 constraints processed.
0.62/0.47	c cleaning 2494 clauses out of 5000 with flag 5000/5000
0.89/0.69	c cleaning 4251 clauses out of 8507 with flag 11001/11001
1.24/0.93	c cleaning 5626 clauses out of 11255 with flag 18000/18000
1.56/1.23	c cleaning 6808 clauses out of 13630 with flag 26001/26001
1.99/1.63	c cleaning 7907 clauses out of 15822 with flag 35001/35001
2.40/2.02	c cleaning 8955 clauses out of 17914 with flag 45000/45000
2.90/2.53	c cleaning 9982 clauses out of 19963 with flag 56004/56004
3.41/3.03	c cleaning 10984 clauses out of 21977 with flag 68000/68000
4.13/3.74	c cleaning 11991 clauses out of 23993 with flag 81000/81000
4.76/4.39	c cleaning 13001 clauses out of 26004 with flag 95002/95002
5.56/5.13	c cleaning 13994 clauses out of 28003 with flag 110002/110002
6.27/5.85	c cleaning 15004 clauses out of 30007 with flag 126000/126000
7.10/6.67	c cleaning 15993 clauses out of 32004 with flag 143001/143001
8.11/7.65	c cleaning 17003 clauses out of 34012 with flag 161002/161002
9.33/8.83	c cleaning 17997 clauses out of 36007 with flag 180000/180000
10.35/9.89	c cleaning 19000 clauses out of 38011 with flag 200001/200001
10.97/10.49	c starts		: 118
10.97/10.49	c conflicts		: 209416
10.97/10.49	c decisions		: 214339
10.97/10.49	c propagations		: 1193315
10.97/10.49	c inspects		: 63640407
10.97/10.49	c shortcuts		: 0
10.97/10.49	c learnt literals	: 0
10.97/10.49	c learnt binary clauses	: 0
10.97/10.49	c learnt ternary clauses	: 0
10.97/10.49	c learnt constraints	: 209416
10.97/10.49	c ignored constraints	: 0
10.97/10.49	c root simplifications	: 118
10.97/10.49	c removed literals (reason simplification)	: 1292862
10.97/10.49	c reason swapping (by a shorter reason)	: 0
10.97/10.49	c Calls to reduceDB	: 16
10.97/10.49	c number of reductions to clauses (during analyze)	: 0
10.97/10.49	c number of learned constraints concerned by reduction	: 0
10.97/10.49	c number of learning phase by resolution	: 0
10.97/10.49	c number of learning phase by cutting planes	: 0
10.97/10.49	c speed (assignments/second)	: 115351.86080231995
10.97/10.49	c non guided choices	94
11.07/10.50	c learnt constraints type 
11.07/10.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28426
11.07/10.50	c constraints type 
11.07/10.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
11.07/10.50	c 2 constraints processed.
11.07/10.50	s SATISFIABLE
11.07/10.50	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 x14 x15 x16 -x17 -x18 -x19 x20 x21 -x22 -x23 x24 -x25 x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 x48 x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 
11.07/10.50	c Total wall clock time (in seconds): 10.379

Verifier Data

OK	0

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 21461
/proc/meminfo: memFree=29847204/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21461/stat : 21461 (java) D 21459 21461 18146 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 281053066 9515008 176 33554432000 1073741824 1073778376 140736234096080 140736234078808 225444709264 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21461/statm: 2323 176 133 9 0 71 0

[startup+0.0257331 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 21461
/proc/meminfo: memFree=29847204/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9014776 CPUtime=0.01 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 2096 0 1 0 0 1 0 0 20 0 10 0 281053066 9231130624 2286 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2253694 2286 975 9 0 2244803 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9014776

[startup+0.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 21461
/proc/meminfo: memFree=29847204/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 4208 0 1 0 7 1 0 0 20 0 18 0 281053066 9787842560 5414 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2389610 5418 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300305 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 21461
/proc/meminfo: memFree=29847204/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 6772 0 1 0 47 2 0 0 20 0 19 0 281053066 9856004096 8706 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 8706 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700275 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 21461
/proc/meminfo: memFree=29847204/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 6998 0 1 0 102 3 0 0 20 0 19 0 281053066 9856004096 11394 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 11394 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50073 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29803988/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7037 0 1 0 185 4 0 0 20 0 19 0 281053066 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 13469 2278 9 0 2396937 0
[pid=21461/tid=21463] ppid=21459 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) R 21459 21461 18146 0 -1 4202560 2512 0 1 0 139 1 0 0 20 0 19 0 281053067 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681512452360 139681346234976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281053069 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 13469 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.10082 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29799272/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7058 0 1 0 349 4 0 0 20 0 19 0 281053066 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 15017 2278 9 0 2396937 0
[pid=21461/tid=21463] ppid=21459 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) R 21459 21461 18146 0 -1 4202560 2517 0 1 0 292 1 0 0 20 0 19 0 281053067 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681512452400 139681346407172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 281053069 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 15017 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29786240/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=6.79 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7089 0 1 0 675 4 0 0 20 0 19 0 281053066 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 17042 2278 9 0 2396937 0
[pid=21461/tid=21463] ppid=21459 vsize=9625004 CPUtime=6.02 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) R 21459 21461 18146 0 -1 4202560 2523 0 1 0 601 1 0 0 20 0 19 0 281053067 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681512452400 139681346343638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 35 0 0 0 17 0 0 0 20 0 19 0 281053069 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 17042 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625004

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

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

/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 281053069 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 17054 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9625004

[startup+9.50068 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29784192/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=10.05 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7118 0 1 0 1000 5 0 0 20 0 19 0 281053066 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 18598 2278 9 0 2396937 0
[pid=21461/tid=21463] ppid=21459 vsize=9625004 CPUtime=9.14 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) R 21459 21461 18146 0 -1 4202560 2527 0 1 0 912 2 0 0 20 0 19 0 281053067 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681512452400 139681346292289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 36 0 0 0 22 0 0 0 20 0 19 0 281053069 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 18598 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (KiB) 9625004

[startup+10.3007 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29780096/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9625004 CPUtime=10.87 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7120 0 1 0 1082 5 0 0 20 0 19 0 281053066 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2406251 18599 2278 9 0 2396937 0
[pid=21461/tid=21463] ppid=21459 vsize=9625004 CPUtime=9.9 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) R 21459 21461 18146 0 -1 4202560 2528 0 1 0 988 2 0 0 20 0 19 0 281053067 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681512452400 139681346343638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 281053068 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 36 0 0 0 25 0 0 0 20 0 19 0 281053069 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281053070 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) S 21459 21461 18146 0 -1 4202560 1027 0 0 0 17 0 0 0 20 0 19 0 281053072 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681332140856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2224 0 0 0 19 0 0 0 20 0 19 0 281053072 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281053072 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281053081 9856004096 18599 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 9625004

[startup+10.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21480
/proc/meminfo: memFree=29780096/32873844 swapFree=7900/7900
[pid=21461] ppid=21459 vsize=9691568 CPUtime=11.07 cores=1,3,5,7
/proc/21461/stat : 21461 (java) S 21459 21461 18146 0 -1 4202496 7135 0 1 0 1102 5 0 0 20 0 20 0 281053066 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 140733248592864 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21461/statm: 2422892 18614 2278 9 0 2413578 0
[pid=21461/tid=21463] ppid=21459 vsize=9691568 CPUtime=10.1 cores=1,3,5,7
/proc/21461/task/21463/stat : 21463 (java) S 21459 21461 18146 0 -1 4202560 2530 0 1 0 1008 2 0 0 20 0 20 0 281053067 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681512452728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21464] ppid=21459 vsize=9691568 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21464/stat : 21464 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681473943976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21465] ppid=21459 vsize=9691568 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21465/stat : 21465 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681472891432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21466] ppid=21459 vsize=9691568 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21466/stat : 21466 (java) S 21459 21461 18146 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681471838376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21467] ppid=21459 vsize=9691568 CPUtime=0.01 cores=1,3,5,7
/proc/21461/task/21467/stat : 21467 (java) S 21459 21461 18146 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681470785832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21468] ppid=21459 vsize=9691568 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21468/stat : 21468 (java) S 21459 21461 18146 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681469733800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21469] ppid=21459 vsize=9691568 CPUtime=0.02 cores=1,3,5,7
/proc/21461/task/21469/stat : 21469 (java) S 21459 21461 18146 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681468681256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21470] ppid=21459 vsize=9691568 CPUtime=0.03 cores=1,3,5,7
/proc/21461/task/21470/stat : 21470 (java) S 21459 21461 18146 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681467628200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21461/tid=21471] ppid=21459 vsize=9691568 CPUtime=0.04 cores=1,3,5,7
/proc/21461/task/21471/stat : 21471 (java) S 21459 21461 18146 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 20 0 281053068 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681466575656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21472] ppid=21459 vsize=9691568 CPUtime=0.25 cores=1,3,5,7
/proc/21461/task/21472/stat : 21472 (java) S 21459 21461 18146 0 -1 4202560 36 0 0 0 25 0 0 0 20 0 20 0 281053069 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681336351080 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21473] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21473/stat : 21473 (java) S 21459 21461 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 281053070 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681335297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21474] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21474/stat : 21474 (java) S 21459 21461 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 281053070 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681334244232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21475] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21475/stat : 21475 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 281053072 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681333192976 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21476] ppid=21459 vsize=9691568 CPUtime=0.17 cores=1,3,5,7
/proc/21461/task/21476/stat : 21476 (java) R 21459 21461 18146 0 -1 4202560 1029 0 0 0 17 0 0 0 20 0 20 0 281053072 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681332140856 139681515327632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21461/tid=21477] ppid=21459 vsize=9691568 CPUtime=0.19 cores=1,3,5,7
/proc/21461/task/21477/stat : 21477 (java) S 21459 21461 18146 0 -1 4202560 2227 0 0 0 19 0 0 0 20 0 20 0 281053072 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139681331088312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21478] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21478/stat : 21478 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 281053072 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139680456633080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21461/tid=21479] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21479/stat : 21479 (java) S 21459 21461 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 281053072 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139680455580744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21461/tid=21480] ppid=21459 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/21461/task/21480/stat : 21480 (java) S 21459 21461 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 281053081 9924165632 18614 33554432000 1073741824 1073778376 140733248601728 139680454525992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 9691568

Child status: 10
Real time (s): 10.5211
CPU time (s): 11.1843
CPU user time (s): 11.0293
CPU system time (s): 0.154976
CPU usage (%): 106.303
Max. virtual memory (cumulated for all children) (KiB): 9691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0293
system time used= 0.154976
maximum resident set size= 74504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7151
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 894
involuntary context switches= 730

runsolver used 0.052991 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 22:08:05
IDJOB=3709695
IDBENCH=2276
IDSOLVER=2289
FILE ID=node137/3709695-1338149285
RUNJOBID= node137-1338140231-20454
PBS_JOBID= 14624475
Free space on /tmp= 71492 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-BIGINT/submitted-PB06/manquiho/Aardal_1/normalized-prob10.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-3709695-1338149285/watcher-3709695-1338149285 -o /tmp/evaluation-result-3709695-1338149285/solver-3709695-1338149285 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709695-1338149285.opb

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

MD5SUM BENCH= 0cd2d50a56364a25e801207dfed85434
RANDOM SEED=449850426

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:       32873844 kB
MemFree:        29847360 kB
Buffers:          328172 kB
Cached:           576708 kB
SwapCached:        20904 kB
Active:          2029348 kB
Inactive:         123320 kB
Active(anon):    1226280 kB
Inactive(anon):    23688 kB
Active(file):     803068 kB
Inactive(file):    99632 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1262784 kB
Mapped:            17840 kB
Shmem:                 0 kB
Slab:             704360 kB
SReclaimable:     145884 kB
SUnreclaim:       558476 kB
KernelStack:        1600 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2030432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node137 at 2012-05-27 22:08:16