Trace number 4122406

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 103.918 103.409

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-26-3.cnf.gz-extracted.pb.metafix.opb
MD5SUM29ebe80a2983257773f09c747d56e1b1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.009997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122406-1467316813.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     105
0.11/0.12	c #constraints  104
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.11/0.12	c 104 constraints processed.
0.67/0.49	c cleaning 2497 clauses out of 5000 with flag 36011/5000
1.20/0.86	c cleaning 4252 clauses out of 8503 with flag 86563/11000
1.68/1.22	c cleaning 5620 clauses out of 11251 with flag 135438/18000
2.18/1.71	c cleaning 6809 clauses out of 13632 with flag 195740/26001
2.81/2.40	c cleaning 7907 clauses out of 15823 with flag 266201/35001
3.81/3.31	c cleaning 8949 clauses out of 17915 with flag 347666/45000
4.80/4.36	c cleaning 9980 clauses out of 19967 with flag 437705/56001
6.11/5.65	c cleaning 10984 clauses out of 21986 with flag 541766/68000
7.60/7.14	c cleaning 11996 clauses out of 24002 with flag 653455/81000
9.31/8.86	c cleaning 13000 clauses out of 26006 with flag 776987/95000
11.30/10.87	c cleaning 13999 clauses out of 28007 with flag 903806/110001
13.81/13.37	c cleaning 14999 clauses out of 30008 with flag 1038597/126001
16.50/16.07	c cleaning 16000 clauses out of 32008 with flag 1170161/143000
19.60/19.12	c cleaning 17003 clauses out of 34009 with flag 1307896/161001
22.71/22.24	c cleaning 17999 clauses out of 36005 with flag 1457203/180000
26.11/25.66	c cleaning 18996 clauses out of 38006 with flag 1630429/200000
30.22/29.78	c cleaning 20001 clauses out of 40011 with flag 1806041/221001
34.72/34.25	c cleaning 20999 clauses out of 42010 with flag 1981148/243001
39.41/38.98	c cleaning 22002 clauses out of 44011 with flag 2155641/266001
44.81/44.34	c cleaning 23001 clauses out of 46010 with flag 2337934/290002
50.54/50.02	c cleaning 24000 clauses out of 48007 with flag 2535346/315000
56.24/55.76	c cleaning 24997 clauses out of 50007 with flag 2738361/341000
62.44/61.93	c cleaning 26000 clauses out of 52010 with flag 2943329/368000
69.63/69.12	c cleaning 27001 clauses out of 54011 with flag 3156927/396001
76.90/76.33	c cleaning 28000 clauses out of 56008 with flag 3370499/425000
85.01/84.47	c cleaning 29000 clauses out of 58009 with flag 3586704/455001
93.80/93.25	c cleaning 30003 clauses out of 60010 with flag 3811171/486003
103.70/103.13	c cleaning 30996 clauses out of 62000 with flag 4044895/518000
103.90/103.37	c starts		: 92
103.90/103.37	c conflicts		: 519296
103.90/103.37	c decisions		: 604744
103.90/103.37	c propagations		: 8317306
103.90/103.37	c inspects		: 2625104259
103.90/103.37	c shortcuts		: 0
103.90/103.37	c learnt literals	: 15
103.90/103.37	c learnt binary clauses	: 18
103.90/103.37	c learnt ternary clauses	: 58
103.90/103.37	c learnt constraints	: 519280
103.90/103.37	c ignored constraints	: 0
103.90/103.37	c root simplifications	: 0
103.90/103.37	c removed literals (reason simplification)	: 0
103.90/103.37	c reason swapping (by a shorter reason)	: 0
103.90/103.37	c Calls to reduceDB	: 28
103.90/103.37	c Number of update (reduction) of LBD	: 128560
103.90/103.37	c Imported unit clauses	: 0
103.90/103.37	c number of reductions to clauses (during analyze)	: 0
103.90/103.37	c number of learned constraints concerned by reduction	: 0
103.90/103.37	c number of learning phase by resolution	: 0
103.90/103.37	c number of learning phase by cutting planes	: 0
103.90/103.37	c speed (assignments/second)	: 80555.80199323964
103.90/103.37	c non guided choices	49
103.90/103.39	c learnt constraints type 
103.90/103.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
103.90/103.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32272
103.90/103.39	s UNSATISFIABLE
103.90/103.39	c Total wall clock time (in seconds): 103.291

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4122406-1467316813/watcher-4122406-1467316813 -o /tmp/evaluation-result-4122406-1467316813/solver-4122406-1467316813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122406-1467316813.opb 

pid=29376
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.28 2.15 1.98 4/195 29379
/proc/meminfo: memFree=28469060/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12636139 98570240 977 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 24065 977 743 9 0 16771 0
[pid=29379/tid=29380] ppid=29376 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12636140 98570240 978 33554432000 1073741824 1073778376 140734200217904 140470542302760 229355898240 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.15 1.98 4/195 29379
/proc/meminfo: memFree=28469060/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 12636139 9787879424 6136 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2389619 6136 2157 9 0 2380296 0
[pid=29379/tid=29380] ppid=29376 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 12636140 9787879424 6136 33554432000 1073741824 1073778376 140734200217904 140470542305928 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.28 2.15 1.98 4/195 29379
/proc/meminfo: memFree=28469060/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 6710 0 1 0 31 1 0 0 20 0 19 0 12636139 9856040960 7690 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 7690 2220 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 19 0 12636140 9856040960 7690 33554432000 1073741824 1073778376 140734200217904 140470542307968 140470411933200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300424 s]
/proc/loadavg: 2.28 2.15 1.98 4/195 29379
/proc/meminfo: memFree=28469060/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 6897 0 1 0 53 1 0 0 20 0 19 0 12636139 9856040960 7741 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 7741 2232 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 19 0 12636140 9856040960 7741 33554432000 1073741824 1073778376 140734200217904 140470542307464 140470412269416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700315 s]
/proc/loadavg: 2.28 2.15 1.98 4/195 29379
/proc/meminfo: memFree=28469060/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 8174 0 1 0 107 1 0 0 20 0 19 0 12636139 9856040960 8700 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 8700 2245 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2403 0 1 0 66 1 0 0 20 0 19 0 12636140 9856040960 8700 33554432000 1073741824 1073778376 140734200217904 140470542307464 140470412086848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.28 2.15 1.98 4/214 29398
/proc/meminfo: memFree=28441704/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 8937 0 1 0 197 1 0 0 20 0 19 0 12636139 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 9268 2248 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2405 0 1 0 146 1 0 0 20 0 19 0 12636140 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470542298800 140470412393022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 2494 0 0 0 24 0 0 0 20 0 19 0 12636144 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29376 29379 23751 0 -1 4202560 2766 0 0 0 22 0 0 0 20 0 19 0 12636144 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470360500408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29396] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470359448056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29397] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470358395720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29398] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29398/stat : 29398 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636152 9856040960 9268 33554432000 1073741824 1073778376 140734200217904 140470357341480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.28 2.15 1.98 3/214 29398
/proc/meminfo: memFree=28436988/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 8942 0 1 0 359 1 0 0 20 0 19 0 12636139 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 9784 2248 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2406 0 1 0 306 1 0 0 20 0 19 0 12636140 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470542298800 140470412393136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 2495 0 0 0 25 0 0 0 20 0 19 0 12636144 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29376 29379 23751 0 -1 4202560 2769 0 0 0 24 0 0 0 20 0 19 0 12636144 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470360500408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29396] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470359448056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29397] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470358395720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29398] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29398/stat : 29398 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636152 9856040960 9784 33554432000 1073741824 1073778376 140734200217904 140470357341480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.25 2.14 1.98 4/214 29398
/proc/meminfo: memFree=28433212/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=6.8 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 8946 0 1 0 679 1 0 0 20 0 19 0 12636139 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 10677 2249 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2409 0 1 0 625 1 0 0 20 0 19 0 12636140 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470542298800 140470412336686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 2495 0 0 0 25 0 0 0 20 0 19 0 12636144 9856040960 10677 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 3439 0 0 0 34 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29376 29379 23751 0 -1 4202560 2769 0 0 0 25 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470360500408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29396] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470359448056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29397] ppid=29376 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29376 29379 23751 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470358395720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29398] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29398/stat : 29398 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636152 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470357341480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.9
Current children cumulated vsize (KiB) 9625040

[startup+103.401 s]
/proc/loadavg: 2.31 2.20 2.01 3/212 29423
/proc/meminfo: memFree=28379984/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=0 CPUtime=103.78 cores=1,3,5,7
/proc/29379/stat : 29379 (java) Z 29376 29379 23751 0 -1 4203532 9956 0 1 0 10372 6 0 0 20 0 2 0 12636139 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29379/statm: 0 0 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=0 CPUtime=0.35 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) R 29376 29379 23751 0 -1 4203588 3447 0 0 0 35 0 0 0 20 0 2 0 12636144 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.78
Current children cumulated vsize (KiB) 0
#
############


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

[startup+102.408 s]
/proc/loadavg: 2.31 2.20 2.01 3/214 29422
/proc/meminfo: memFree=28382032/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=103.01 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 9926 0 1 0 10298 3 0 0 20 0 19 0 12636139 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 23477 2249 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=102.11 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2439 0 1 0 10209 2 0 0 20 0 19 0 12636140 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470542298832 140470412336559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 3439 0 0 0 34 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29376 29379 23751 0 -1 4202560 2769 0 0 0 25 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470360500408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29396] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470359448056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29397] ppid=29376 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29376 29379 23751 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470358395720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29398] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29398/stat : 29398 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636152 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470357341480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.01
Current children cumulated vsize (KiB) 9625040

[startup+103.201 s]
/proc/loadavg: 2.31 2.20 2.01 3/214 29422
/proc/meminfo: memFree=28382032/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=9625040 CPUtime=103.8 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29376 29379 23751 0 -1 4202496 9926 0 1 0 10377 3 0 0 20 0 19 0 12636139 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140734200209040 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29379/statm: 2406260 23477 2249 9 0 2396937 0
[pid=29379/tid=29380] ppid=29376 vsize=9625040 CPUtime=102.9 cores=1,3,5,7
/proc/29379/task/29380/stat : 29380 (java) R 29376 29379 23751 0 -1 4202560 2439 0 1 0 10288 2 0 0 20 0 19 0 12636140 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470542298832 140470412393273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470531369640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29383] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470384278312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470383225768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470382173224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470381119656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29387] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470380067112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470379014568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29376 29379 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12636141 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470377962024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29390] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29376 29379 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470365764200 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29376 29379 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470364710520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29392] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636142 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470363657864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29393] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470362606608 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29376 29379 23751 0 -1 4202560 3439 0 0 0 34 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470361552952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29395] ppid=29376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29376 29379 23751 0 -1 4202560 2769 0 0 0 25 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470360500408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29396] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29376 29379 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470359448056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29397] ppid=29376 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29376 29379 23751 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12636144 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470358395720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29398] ppid=29376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29398/stat : 29398 (java) S 29376 29379 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12636152 9856040960 23477 33554432000 1073741824 1073778376 140734200217904 140470357341480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.8
Current children cumulated vsize (KiB) 9625040

[startup+103.401 s]
/proc/loadavg: 2.31 2.20 2.01 3/212 29423
/proc/meminfo: memFree=28379984/32872528 swapFree=1370584/1517752
[pid=29379] ppid=29376 vsize=0 CPUtime=103.78 cores=1,3,5,7
/proc/29379/stat : 29379 (java) Z 29376 29379 23751 0 -1 4203532 9956 0 1 0 10372 6 0 0 20 0 2 0 12636139 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29379/statm: 0 0 0 0 0 0 0
[pid=29379/tid=29394] ppid=29376 vsize=0 CPUtime=0.35 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) R 29376 29379 23751 0 -1 4203588 3447 0 0 0 35 0 0 0 20 0 2 0 12636144 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.78
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.120003
#  lost CPU user time (s): 0.150002
#  lost CPU system time (s): -0.03

Real time (s): 103.409
CPU time (s): 103.918
CPU user time (s): 103.876
CPU system time (s): 0.041989
CPU usage (%): 100.493
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.726
system time used= 0.071989
maximum resident set size= 96040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9956
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2415
involuntary context switches= 387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.274958 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-30 22:00:13
IDJOB=4122406
IDBENCH=111098
IDSOLVER=2546
FILE ID=node129/4122406-1467316813
RUNJOBID= node129-1467316301-29058
PBS_JOBID= 20005258
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-26-3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122406-1467316813/watcher-4122406-1467316813 -o /tmp/evaluation-result-4122406-1467316813/solver-4122406-1467316813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122406-1467316813.opb

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

MD5SUM BENCH= 29ebe80a2983257773f09c747d56e1b1
RANDOM SEED=1565267763

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28469588 kB
Buffers:          139016 kB
Cached:          1784512 kB
SwapCached:            0 kB
Active:           432596 kB
Inactive:        1677976 kB
Active(anon):     189880 kB
Inactive(anon):        0 kB
Active(file):     242716 kB
Inactive(file):  1677976 kB
Unevictable:     1517752 kB
Mlocked:         1370584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       1746084 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             623432 kB
SReclaimable:      67344 kB
SUnreclaim:       556088 kB
KernelStack:        1768 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2209688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node129 at 2016-06-30 22:01:57