Trace number 4084959

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1797.84

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf8b4f8df359af81721df2075b70b4f33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4957
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14207094
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14207094
Number of bits of the biggest sum of numbers24
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084959-1465308660.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.41/0.83	c ... done. Wall clock time 0.728s.
1.41/0.83	c declared #vars     40451
1.41/0.83	c #constraints  40950
1.41/0.83	c constraints type 
1.41/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.41/0.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.41/0.83	c org.sat4j.specs.Constr$1 => 1
1.41/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.41/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.41/0.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.41/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.41/0.83	c 40950 constraints processed.
1.41/0.83	c objective function length is 25674 literals
9.63/8.45	c cleaning 2495 clauses out of 4998 with flag 18908/5001
17.73/16.46	c cleaning 4244 clauses out of 8502 with flag 38501/11000
27.03/25.73	c cleaning 5626 clauses out of 11259 with flag 63427/18001
35.94/34.66	c cleaning 6814 clauses out of 13632 with flag 88951/26000
45.15/43.87	c cleaning 7908 clauses out of 15819 with flag 120899/35001
56.15/54.85	c cleaning 8951 clauses out of 17910 with flag 160577/45000
68.45/67.20	c cleaning 9979 clauses out of 19959 with flag 202650/56000
81.65/80.37	c cleaning 10985 clauses out of 21981 with flag 247686/68001
96.55/95.22	c cleaning 11998 clauses out of 23996 with flag 293979/81001
112.75/111.46	c cleaning 12999 clauses out of 25997 with flag 343771/95000
130.26/128.98	c cleaning 13995 clauses out of 27999 with flag 398108/110001
150.25/148.91	c cleaning 14995 clauses out of 30003 with flag 454184/126000
167.06/165.72	c cleaning 15995 clauses out of 32009 with flag 503866/143001
187.16/185.80	c cleaning 16997 clauses out of 34013 with flag 561559/161000
207.35/206.07	c cleaning 18006 clauses out of 36016 with flag 628663/180000
228.27/226.85	c cleaning 18998 clauses out of 38011 with flag 705928/200001
247.27/245.85	c cleaning 19997 clauses out of 40013 with flag 791746/221001
267.87/266.41	c cleaning 21003 clauses out of 42016 with flag 862511/243001
289.47/288.00	c cleaning 22001 clauses out of 44013 with flag 932539/266001
311.57/310.15	c cleaning 23006 clauses out of 46012 with flag 1003641/290001
333.47/332.00	c cleaning 23998 clauses out of 48005 with flag 1067915/315000
357.27/355.86	c cleaning 24995 clauses out of 50008 with flag 1142092/341001
383.57/382.18	c cleaning 25998 clauses out of 52012 with flag 1221292/368000
410.97/409.56	c cleaning 27000 clauses out of 54014 with flag 1301953/396000
438.66/437.29	c cleaning 28002 clauses out of 56014 with flag 1381592/425000
466.46/465.00	c cleaning 29001 clauses out of 58012 with flag 1465900/455000
494.46/492.81	c cleaning 30006 clauses out of 60011 with flag 1555605/486000
523.95/522.38	c cleaning 30995 clauses out of 62006 with flag 1649626/518001
552.95/551.34	c cleaning 32003 clauses out of 64010 with flag 1738187/551000
584.77/583.15	c cleaning 33004 clauses out of 66008 with flag 1854873/585001
617.26/615.67	c cleaning 33998 clauses out of 68004 with flag 1986729/620001
649.95/648.33	c cleaning 34999 clauses out of 70006 with flag 2120189/656001
681.25/679.61	c cleaning 36000 clauses out of 72006 with flag 2233945/693000
712.86/711.29	c cleaning 36999 clauses out of 74006 with flag 2392160/731000
747.95/746.37	c cleaning 38002 clauses out of 76008 with flag 2556370/770001
783.25/781.61	c cleaning 39002 clauses out of 78006 with flag 2729100/810001
822.65/821.03	c cleaning 39999 clauses out of 80003 with flag 2882819/851000
866.65/865.04	c cleaning 40994 clauses out of 82004 with flag 3059578/893000
903.04/901.40	c cleaning 42003 clauses out of 84010 with flag 3227080/936000
939.57/938.00	c cleaning 42984 clauses out of 85984 with flag 3390201/980000
970.66/968.75	c cleaning 43999 clauses out of 88001 with flag 3570276/1025001
1004.46/1002.52	c cleaning 44998 clauses out of 90003 with flag 3758052/1071002
1037.96/1036.08	c cleaning 45993 clauses out of 92005 with flag 3969389/1118002
1071.55/1069.62	c cleaning 46991 clauses out of 94010 with flag 4185209/1166000
1107.15/1105.24	c cleaning 48006 clauses out of 96020 with flag 4401101/1215001
1143.44/1141.53	c cleaning 49005 clauses out of 98013 with flag 4619658/1265000
1181.35/1179.46	c cleaning 50001 clauses out of 100008 with flag 4820640/1316000
1221.44/1219.50	c cleaning 51004 clauses out of 102008 with flag 5051840/1368001
1261.74/1259.82	c cleaning 52000 clauses out of 104003 with flag 5265882/1421000
1300.93/1299.00	c cleaning 52997 clauses out of 106004 with flag 5480538/1475001
1342.58/1340.31	c cleaning 54003 clauses out of 108007 with flag 5702156/1530001
1383.79/1381.57	c cleaning 54995 clauses out of 110004 with flag 5929612/1586001
1425.28/1423.08	c cleaning 55995 clauses out of 112008 with flag 6149802/1643000
1467.78/1465.51	c cleaning 57000 clauses out of 114014 with flag 6360868/1701001
1512.58/1510.40	c cleaning 58003 clauses out of 116013 with flag 6591120/1760000
1557.79/1555.53	c cleaning 58996 clauses out of 118010 with flag 6826347/1820000
1602.97/1600.75	c cleaning 59999 clauses out of 120015 with flag 7061501/1881001
1647.07/1644.81	c cleaning 61002 clauses out of 122015 with flag 7289588/1943000
1691.57/1689.39	c cleaning 61998 clauses out of 124013 with flag 7547315/2006000
1739.79/1737.54	c cleaning 63004 clauses out of 126016 with flag 7808778/2070001
1787.89/1785.67	c cleaning 64002 clauses out of 128011 with flag 8052396/2135000
1800.09/1797.80	c starts		: 247
1800.09/1797.80	c conflicts		: 2151644
1800.09/1797.80	c decisions		: 3025060
1800.09/1797.80	c propagations		: 1999419855
1800.09/1797.80	c inspects		: 4885961441
1800.09/1797.80	c shortcuts		: 0
1800.09/1797.80	c learnt literals	: 26
1800.09/1797.80	c learnt binary clauses	: 520
1800.09/1797.80	c learnt ternary clauses	: 495
1800.09/1797.80	c learnt constraints	: 2151618
1800.09/1797.80	c ignored constraints	: 0
1800.09/1797.80	c root simplifications	: 0
1800.09/1797.80	c removed literals (reason simplification)	: 0
1800.09/1797.80	c reason swapping (by a shorter reason)	: 0
1800.09/1797.80	c Calls to reduceDB	: 61
1800.09/1797.80	c Number of update (reduction) of LBD	: 145750
1800.09/1797.80	c Imported unit clauses	: 0
1800.09/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.80	c number of learned constraints concerned by reduction	: 0
1800.09/1797.80	c number of learning phase by resolution	: 0
1800.09/1797.80	c number of learning phase by cutting planes	: 0
1800.09/1797.80	c speed (assignments/second)	: 1112695.845379442
1800.09/1797.80	c non guided choices	227
1800.09/1797.81	c timeout
1800.09/1797.83	c learnt constraints type 
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 520
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80133
1800.09/1797.83	s UNKNOWN
1800.09/1797.83	c Total wall clock time (in seconds): 1797.725

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-4084959-1465308660/watcher-4084959-1465308660 -o /tmp/evaluation-result-4084959-1465308660/solver-4084959-1465308660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084959-1465308660.opb 

pid=622
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.94 2.04 2.01 3/197 625
/proc/meminfo: memFree=31092608/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/625/stat : 625 (java) R 622 625 32446 0 -1 4202496 773 0 0 0 0 0 0 0 20 0 1 0 112798086 23793664 423 33554432000 1073741824 1073778376 140734474099856 140734474088920 206399650355 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/625/statm: 5809 434 331 9 0 128 0
[pid=625/tid=626] ppid=622 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 2 0 112798086 98635776 957 33554432000 1073741824 1073778376 140734474099856 139977999363624 206399650369 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 1.94 2.04 2.01 3/197 625
/proc/meminfo: memFree=31092608/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 112798086 9787879424 6110 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2389619 6110 2157 9 0 2380296 0
[pid=625/tid=626] ppid=622 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 112798086 9787879424 6110 33554432000 1073741824 1073778376 140734474099856 139977999367072 206412244237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 1.94 2.04 2.01 3/197 625
/proc/meminfo: memFree=31092608/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 5194 0 1 0 31 1 0 0 20 0 18 0 112798086 9787879424 7535 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2389619 7535 2226 9 0 2380296 0
[pid=625/tid=626] ppid=622 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 112798086 9787879424 7535 33554432000 1073741824 1073778376 140734474099856 139977999367072 139977832875056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300419 s]
/proc/loadavg: 1.94 2.04 2.01 3/197 625
/proc/meminfo: memFree=31092608/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 6162 0 1 0 49 2 0 0 20 0 18 0 112798086 9787879424 11565 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2389619 11565 2231 9 0 2380296 0
[pid=625/tid=626] ppid=622 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 112798086 9787879424 11565 33554432000 1073741824 1073778376 140734474099856 139977999359728 139977833203103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 1.94 2.04 2.01 3/197 625
/proc/meminfo: memFree=31092608/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 8073 0 1 0 124 5 0 0 20 0 18 0 112798086 9787879424 44536 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2389619 44536 2263 9 0 2380296 0
[pid=625/tid=626] ppid=622 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2462 0 1 0 60 3 0 0 20 0 18 0 112798086 9787879424 44536 33554432000 1073741824 1073778376 140734474099856 139977999367608 139977833219435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 1.94 2.04 2.01 4/216 644
/proc/meminfo: memFree=30917252/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 10416 0 1 0 264 5 0 0 20 0 19 0 112798086 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 46139 2278 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2474 0 1 0 140 3 0 0 20 0 19 0 112798086 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977999368616 139977833572426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112798088 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 2997 0 0 0 56 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/625/task/641/stat : 641 (java) S 622 625 32446 0 -1 4202560 3542 0 0 0 51 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977818048952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=642] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/642/stat : 642 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976943593720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=643] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/643/stat : 643 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976942541384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 1.94 2.04 2.01 3/215 644
/proc/meminfo: memFree=30916384/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 10417 0 1 0 427 5 0 0 20 0 19 0 112798086 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 46139 2278 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2475 0 1 0 299 3 0 0 20 0 19 0 112798086 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977999366560 139977833572431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112798088 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 2997 0 0 0 57 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/625/task/641/stat : 641 (java) S 622 625 32446 0 -1 4202560 3542 0 0 0 52 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139977818048952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=642] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/642/stat : 642 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976943593720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=643] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/643/stat : 643 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976942541384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 46139 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.95 2.04 2.01 3/215 644
/proc/meminfo: memFree=30916760/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=7.52 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 10419 0 1 0 747 5 0 0 20 0 19 0 112798086 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 45924 2279 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2476 0 1 0 618 3 0 0 20 0 19 0 112798086 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977999368344 139977833604896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112798087 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112798088 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 2998 0 0 0 57 0 0 0 20 0 19 0 112798091 9856040960 45924 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.52 cores=0,2,4,6

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

[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 251155 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 685
/proc/meminfo: memFree=27276744/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=1724.59 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 13276 0 1 0 172376 83 0 0 20 0 19 0 112798086 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 251156 2293 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=1717.21 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2651 0 1 0 171684 37 0 0 20 0 19 0 112798086 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977999359680 139977833604977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 262 0 0 0 12 10 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 100 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 112 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 269 0 0 0 14 9 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 129 0 0 0 8 7 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 247 0 0 0 10 8 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 208 0 0 0 8 6 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 241 0 0 0 12 8 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 726 0 0 0 14 0 0 0 20 0 19 0 112798088 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 3006 0 0 0 69 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/625/task/641/stat : 641 (java) S 622 625 32446 0 -1 4202560 3967 0 0 0 59 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977818048952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=642] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/642/stat : 642 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976943593720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=643] ppid=622 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/625/task/643/stat : 643 (java) S 622 625 32446 0 -1 4202560 99 0 0 0 12 17 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976942541384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 756
/proc/meminfo: memFree=30046360/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=1784.59 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 13280 0 1 0 178376 83 0 0 20 0 19 0 112798086 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 251156 2293 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=1777.06 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 2651 0 1 0 177668 38 0 0 20 0 19 0 112798086 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977999359680 139977833605046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 262 0 0 0 12 10 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 100 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 112 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 269 0 0 0 14 9 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 129 0 0 0 8 7 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 247 0 0 0 10 8 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 208 0 0 0 8 6 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 241 0 0 0 12 8 0 0 20 0 19 0 112798087 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 726 0 0 0 14 0 0 0 20 0 19 0 112798088 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 3006 0 0 0 69 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/625/task/641/stat : 641 (java) S 622 625 32446 0 -1 4202560 3967 0 0 0 59 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139977818048952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=642] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/642/stat : 642 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976943593720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=643] ppid=622 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/625/task/643/stat : 643 (java) S 622 625 32446 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 112798091 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976942541384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 251156 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 756
/proc/meminfo: memFree=29935980/32872528 swapFree=8144/8144
[pid=625] ppid=622 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/625/stat : 625 (java) S 622 625 32446 0 -1 4202496 13753 0 1 0 179925 84 0 0 20 0 19 0 112798086 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 140734474090992 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/625/statm: 2406260 252651 2293 9 0 2396937 0
[pid=625/tid=626] ppid=622 vsize=9625040 CPUtime=1792.52 cores=0,2,4,6
/proc/625/task/626/stat : 626 (java) R 622 625 32446 0 -1 4202560 3124 0 1 0 179214 38 0 0 20 0 19 0 112798086 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977999359680 139977833598673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=625/tid=628] ppid=622 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/625/task/628/stat : 628 (java) S 622 625 32446 0 -1 4202560 262 0 0 0 12 10 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977960860584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=629] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/629/stat : 629 (java) S 622 625 32446 0 -1 4202560 100 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977959808040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=630] ppid=622 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/625/task/630/stat : 630 (java) S 622 625 32446 0 -1 4202560 112 0 0 0 6 4 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977958754984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=631] ppid=622 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/625/task/631/stat : 631 (java) S 622 625 32446 0 -1 4202560 269 0 0 0 14 9 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977957702440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=632] ppid=622 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/625/task/632/stat : 632 (java) S 622 625 32446 0 -1 4202560 129 0 0 0 8 7 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977956649384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=633] ppid=622 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/625/task/633/stat : 633 (java) S 622 625 32446 0 -1 4202560 247 0 0 0 10 8 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977955596840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=634] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/634/stat : 634 (java) S 622 625 32446 0 -1 4202560 208 0 0 0 8 6 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977954543784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=635] ppid=622 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/625/task/635/stat : 635 (java) S 622 625 32446 0 -1 4202560 241 0 0 0 12 8 0 0 20 0 19 0 112798087 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977953491240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=636] ppid=622 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/625/task/636/stat : 636 (java) S 622 625 32446 0 -1 4202560 726 0 0 0 14 0 0 0 20 0 19 0 112798088 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977823312744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=625/tid=637] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/637/stat : 637 (java) S 622 625 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977822259064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=638] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/638/stat : 638 (java) S 622 625 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112798089 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977821205896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=639] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/639/stat : 639 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977820154640 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=625/tid=640] ppid=622 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/625/task/640/stat : 640 (java) S 622 625 32446 0 -1 4202560 3006 0 0 0 69 0 0 0 20 0 19 0 112798091 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977819101496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=641] ppid=622 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/625/task/641/stat : 641 (java) S 622 625 32446 0 -1 4202560 3967 0 0 0 59 0 0 0 20 0 19 0 112798091 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139977818048952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=642] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/642/stat : 642 (java) S 622 625 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112798091 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139976943593720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=625/tid=643] ppid=622 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/625/task/643/stat : 643 (java) S 622 625 32446 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 112798091 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139976942541384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=625/tid=644] ppid=622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/625/task/644/stat : 644 (java) S 622 625 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112798175 9856040960 252651 33554432000 1073741824 1073778376 140734474099856 139976941487656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 625 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=629174
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=260808
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.09
CPU user time (s): 1799.25
CPU system time (s): 0.84
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 1.26081
maximum resident set size= 1016880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13794
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38248
involuntary context switches= 7281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6412 second user time and 10.8334 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 16:11:00
IDJOB=4084959
IDBENCH=91435
IDSOLVER=2546
FILE ID=node133/4084959-1465308660
RUNJOBID= node133-1465303265-32462
PBS_JOBID= 19848088
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084959-1465308660/watcher-4084959-1465308660 -o /tmp/evaluation-result-4084959-1465308660/solver-4084959-1465308660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084959-1465308660.opb

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

MD5SUM BENCH= f8b4f8df359af81721df2075b70b4f33
RANDOM SEED=2087654168

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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:        31093516 kB
Buffers:          116240 kB
Cached:           735928 kB
SwapCached:         2080 kB
Active:           257960 kB
Inactive:         775892 kB
Active(anon):     182864 kB
Inactive(anon):     1448 kB
Active(file):      75096 kB
Inactive(file):   774444 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098272 kB
Dirty:              3576 kB
Writeback:             0 kB
AnonPages:        191256 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             603248 kB
SReclaimable:      46440 kB
SUnreclaim:       556808 kB
KernelStack:        1592 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     833996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node133 at 2016-06-07 16:40:58