Trace number 4442564

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 Resolution Default 2024-07-07? (TO) 3600.2 3573.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUM4dac1be18bf2e6916470dc211755e049
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
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.072674
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4442564-1721299137.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.063s.
0.13/0.19	c declared #vars     6480
0.13/0.19	c #constraints  161
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.13/0.19	c 161 constraints processed.
1.91/1.22	c cleaning 2497 clauses out of 5001 with flag 32420/5001
3.68/2.84	c cleaning 4253 clauses out of 8505 with flag 70689/11002
5.63/4.78	c cleaning 5620 clauses out of 11252 with flag 119635/18002
8.40/7.45	c cleaning 6810 clauses out of 13630 with flag 174319/26000
12.88/11.83	c cleaning 7910 clauses out of 15824 with flag 233066/35004
18.33/17.23	c cleaning 8954 clauses out of 17910 with flag 296363/45000
22.39/21.13	c cleaning 9945 clauses out of 19956 with flag 369990/56000
26.58/25.19	c cleaning 10957 clauses out of 22011 with flag 460471/68000
35.13/33.59	c cleaning 11980 clauses out of 24054 with flag 551423/81000
44.49/42.87	c cleaning 12989 clauses out of 26079 with flag 649957/95005
55.75/53.92	c cleaning 13992 clauses out of 28089 with flag 755154/110004
68.18/65.89	c cleaning 14997 clauses out of 30093 with flag 861275/126000
82.96/80.41	c cleaning 16000 clauses out of 32099 with flag 968496/143003
95.33/92.79	c cleaning 16993 clauses out of 34096 with flag 1132694/161000
109.33/106.59	c cleaning 17999 clauses out of 36103 with flag 1291732/180000
125.61/122.61	c cleaning 19004 clauses out of 38104 with flag 1453116/200000
143.73/140.20	c cleaning 19999 clauses out of 40100 with flag 1626400/221000
162.33/158.88	c cleaning 21005 clauses out of 42103 with flag 1805364/243002
182.19/178.80	c cleaning 21994 clauses out of 44096 with flag 1995325/266000
202.63/199.13	c cleaning 22997 clauses out of 46102 with flag 2176098/290000
223.61/219.89	c cleaning 23997 clauses out of 48105 with flag 2368728/315000
249.04/245.15	c cleaning 25004 clauses out of 50108 with flag 2584817/341000
274.71/270.25	c cleaning 26003 clauses out of 52104 with flag 2810742/368000
300.15/295.73	c cleaning 27002 clauses out of 54103 with flag 3050222/396002
317.25/312.66	c cleaning 28019 clauses out of 56099 with flag 3266814/425000
326.17/321.49	c cleaning 28991 clauses out of 58080 with flag 3454730/455000
340.68/335.67	c cleaning 30009 clauses out of 60090 with flag 3647922/486001
348.74/343.19	c cleaning 31026 clauses out of 62081 with flag 3852320/518001
360.94/354.79	c cleaning 32004 clauses out of 64054 with flag 4068725/551000
385.27/378.70	c cleaning 32999 clauses out of 66051 with flag 4314084/585001
414.97/408.13	c cleaning 33996 clauses out of 68053 with flag 4552602/620002
439.79/432.61	c cleaning 34999 clauses out of 70055 with flag 4809999/656000
467.11/458.91	c cleaning 35999 clauses out of 72057 with flag 5076295/693001
504.30/495.97	c cleaning 36994 clauses out of 74057 with flag 5358973/731000
536.28/527.68	c cleaning 38016 clauses out of 76063 with flag 5685478/770000
562.09/553.12	c cleaning 39009 clauses out of 78048 with flag 5977080/810001
617.83/608.41	c cleaning 39999 clauses out of 80038 with flag 6257101/851000
677.05/666.42	c cleaning 40998 clauses out of 82039 with flag 6519239/893000
760.22/749.74	c cleaning 42000 clauses out of 84041 with flag 6831977/936000
843.65/832.91	c cleaning 42993 clauses out of 86041 with flag 7143119/980000
926.29/915.26	c cleaning 44003 clauses out of 88048 with flag 7466482/1025000
1014.84/1003.73	c cleaning 44999 clauses out of 90045 with flag 7798160/1071000
1099.59/1088.31	c cleaning 45999 clauses out of 92046 with flag 8154383/1118000
1203.59/1191.08	c cleaning 47007 clauses out of 94048 with flag 8530930/1166001
1255.30/1242.79	c cleaning 47991 clauses out of 96042 with flag 8893356/1215002
1304.89/1292.01	c cleaning 48997 clauses out of 98050 with flag 9331179/1265001
1356.45/1343.24	c cleaning 49999 clauses out of 100053 with flag 9744464/1316001
1411.18/1397.60	c cleaning 51002 clauses out of 102056 with flag 10105303/1368003
1467.07/1453.47	c cleaning 51999 clauses out of 104051 with flag 10530416/1421000
1528.33/1514.70	c cleaning 53003 clauses out of 106055 with flag 10986414/1475003
1596.23/1582.22	c cleaning 53999 clauses out of 108051 with flag 11425131/1530002
1683.19/1667.91	c cleaning 54999 clauses out of 110050 with flag 11883770/1586000
1764.32/1748.67	c cleaning 55999 clauses out of 112053 with flag 12374904/1643002
1795.63/1779.44	c cleaning 56990 clauses out of 114052 with flag 12793354/1701000
1832.66/1816.24	c cleaning 58028 clauses out of 116063 with flag 13180407/1760001
1854.50/1837.41	c cleaning 58964 clauses out of 118034 with flag 13580600/1820000
1895.40/1877.76	c cleaning 59993 clauses out of 120072 with flag 14061748/1881002
1953.84/1935.74	c cleaning 60994 clauses out of 122080 with flag 14483343/1943003
2016.79/1998.58	c cleaning 62000 clauses out of 124084 with flag 14982559/2006001
2065.42/2046.83	c cleaning 62998 clauses out of 126084 with flag 15572787/2070001
2146.48/2127.43	c cleaning 63999 clauses out of 128085 with flag 16199073/2135000
2212.75/2191.44	c cleaning 64997 clauses out of 130087 with flag 16712664/2201001
2302.58/2281.56	c cleaning 66001 clauses out of 132090 with flag 17232008/2268001
2347.25/2326.34	c cleaning 67006 clauses out of 134088 with flag 17706138/2336000
2418.06/2396.81	c cleaning 68000 clauses out of 136082 with flag 18283926/2405000
2501.37/2479.99	c cleaning 69003 clauses out of 138082 with flag 18843428/2475000
2571.23/2549.15	c cleaning 70007 clauses out of 140081 with flag 19449370/2546002
2650.72/2628.74	c cleaning 70998 clauses out of 142073 with flag 20054849/2618001
2764.57/2742.53	c cleaning 72003 clauses out of 144076 with flag 20642048/2691002
2858.33/2835.97	c cleaning 73003 clauses out of 146072 with flag 21219701/2765001
2962.45/2940.09	c cleaning 73997 clauses out of 148068 with flag 21827010/2840000
3056.00/3033.56	c cleaning 75036 clauses out of 150071 with flag 22450491/2916000
3086.56/3063.47	c cleaning 75971 clauses out of 152035 with flag 22938283/2993000
3123.10/3098.06	c cleaning 77001 clauses out of 154064 with flag 23428207/3071000
3176.41/3150.76	c cleaning 77941 clauses out of 156063 with flag 23949111/3150000
3298.23/3272.56	c cleaning 78965 clauses out of 158123 with flag 24547017/3230001
3415.13/3389.11	c cleaning 79988 clauses out of 160157 with flag 25169599/3311000
3533.28/3506.86	c cleaning 80991 clauses out of 162171 with flag 25776525/3393002
3600.03/3573.72	c starts		: 3286
3600.03/3573.72	c conflicts		: 3451661
3600.03/3573.72	c decisions		: 19565798
3600.03/3573.72	c propagations		: 79077953
3600.03/3573.72	c inspects		: 13004613197
3600.03/3573.72	c shortcuts		: 0
3600.03/3573.72	c learnt literals	: 0
3600.03/3573.72	c learnt binary clauses	: 0
3600.03/3573.72	c learnt ternary clauses	: 0
3600.03/3573.72	c learnt constraints	: 3451662
3600.03/3573.72	c ignored constraints	: 0
3600.03/3573.72	c root simplifications	: 0
3600.03/3573.72	c removed literals (reason simplification)	: 0
3600.03/3573.72	c reason swapping (by a shorter reason)	: 0
3600.03/3573.72	c Calls to reduceDB	: 78
3600.03/3573.72	c Number of update (reduction) of LBD	: 2008438
3600.03/3573.72	c Imported unit clauses	: 0
3600.03/3573.72	c No decision after first conflict	: false
3600.03/3573.72	c number of reductions to clauses (during analyze)	: 0
3600.03/3573.72	c number of learned constraints concerned by reduction	: 0
3600.03/3573.72	c number of learning phase by resolution	: 0
3600.03/3573.72	c number of learning phase by cutting planes	: 0
3600.03/3573.72	c timeout
3600.03/3573.72	c number of rounding to 1 operations	: 0
3600.03/3573.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3573.72	c number of reductions of the coefficients by power 2 	: 0
3600.03/3573.72	c number of right shift for reduction by power 2 	: 0
3600.03/3573.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3573.73	c number of ending skipping 	: 0
3600.03/3573.73	c number of internal skipping 	: 0
3600.03/3573.73	c number of derivation steps 	: 0
3600.03/3573.73	c number of skipped derivation steps 	: 0
3600.03/3573.73	c number of remaining unassigned 	: 0
3600.03/3573.73	c number of remaining assigned 	: 0
3600.03/3573.73	c number of falsified literals weakened from reason	: 0
3600.03/3573.73	c number of falsified literals weakened from conflict	: 0
3600.03/3573.73	c time for arithmetic operations	: 0
3600.03/3573.73	c minimum degree of deleted constraints	: null
3600.03/3573.73	c maximum degree of deleted constraints	: null
3600.03/3573.73	c number of deleted constraints	: 0
3600.03/3573.73	c speed (assignments/second)	: 22128.76290353227
3600.03/3573.73	c non guided choices	: 266220
3600.03/3573.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 139840
3600.03/3573.79	s UNKNOWN
3600.03/3573.79	c Total wall clock time (in seconds): 3573.665

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (55462 MiB free)
  memory of node 1: 64510 MiB (48354 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442564-1721299137/watcher-4442564-1721299137 -o /tmp/evaluation-result-4442564-1721299137/solver-4442564-1721299137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442564-1721299137.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=980761, runsolver pid=980758

[startup+0.100536 s]*
/proc/loadavg: 4.23 4.28 4.24 5/330 980779
/proc/meminfo: memFree=106265484/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=18975048 memory=66388 CPUtime=0.13 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 7036 0 0 0 12 1 0 0 20 0 18 0 182075506 19430449152 16597 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4743762 16597 5639 1 0 549319 0
[pid=980761/tid=980763] ppid=980758 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 5615 0 0 0 7 1 0 0 20 0 18 0 182075506 19430449152 16597 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182075509 19430449152 16597 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182075509 19430449152 16597 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66388 KiB

[startup+0.206207 s]*
/proc/loadavg: 4.23 4.28 4.24 8/331 980780
/proc/meminfo: memFree=106247816/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19041612 memory=82452 CPUtime=0.33 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 8030 0 0 0 31 2 0 0 20 0 19 0 182075506 19498610688 20613 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4760403 20613 5817 1 0 550272 0
[pid=980761/tid=980763] ppid=980758 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 5806 0 0 0 17 2 0 0 20 0 19 0 182075506 19498610688 20613 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19041612 memory=15975 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 20613 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 20613 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (java) R 980758 980761 975533 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 182075526 19498610688 20613 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82452 KiB

[startup+0.306206 s]*
/proc/loadavg: 4.23 4.28 4.24 7/331 980780
/proc/meminfo: memFree=106240756/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19041612 memory=89424 CPUtime=0.52 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 9760 0 0 0 50 2 0 0 20 0 19 0 182075506 19498610688 22356 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4760403 22356 5833 1 0 551435 0
[pid=980761/tid=980763] ppid=980758 vsize=19041612 memory=-8599732805688402620 CPUtime=0.27 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 5815 0 0 0 25 2 0 0 20 0 19 0 182075506 19498610688 22356 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 22356 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 22356 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182075526 19498610688 22356 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89424 KiB

[startup+0.700284 s]
/proc/loadavg: 4.23 4.28 4.24 6/331 980780
/proc/meminfo: memFree=106230240/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19041612 memory=111896 CPUtime=1.25 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 10072 0 0 0 122 3 0 0 20 0 19 0 182075506 19498610688 27974 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4760403 27974 5849 1 0 551589 0
[pid=980761/tid=980763] ppid=980758 vsize=19041612 memory=45052 CPUtime=0.65 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 5833 0 0 0 63 2 0 0 20 0 19 0 182075506 19498610688 27974 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 27974 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19041612 memory=2320 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 27974 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19041612 memory=2028 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182075526 19498610688 27974 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 111896 KiB

[startup+1.50029 s]
/proc/loadavg: 4.23 4.28 4.24 5/331 980780
/proc/meminfo: memFree=106201312/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19041612 memory=159220 CPUtime=2.3 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 15167 0 0 0 226 4 0 0 20 0 19 0 182075506 19498610688 39805 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4760403 39805 5849 1 0 552811 0
[pid=980761/tid=980763] ppid=980758 vsize=19041612 memory=13196 CPUtime=1.44 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 6930 0 0 0 141 3 0 0 20 0 19 0 182075506 19498610688 39805 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 39805 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19041612 memory=2320 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182075509 19498610688 39805 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19041612 memory=2028 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182075526 19498610688 39805 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159220 KiB

[startup+3.10566 s]
/proc/loadavg: 4.23 4.28 4.24 5/332 980781
/proc/meminfo: memFree=105833228/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=221028 CPUtime=3.99 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 16171 0 0 0 394 5 0 0 20 0 20 0 182075506 19566772224 55257 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 55257 5849 1 0 553107 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=0 CPUtime=3 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 7201 0 0 0 297 3 0 0 20 0 20 0 182075506 19566772224 55257 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=-8599732805688402620 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 55257 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 55257 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 55257 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 221028 KiB

[startup+6.30028 s]
/proc/loadavg: 4.29 4.30 4.24 5/332 980783
/proc/meminfo: memFree=105751420/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=302664 CPUtime=7.24 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 16986 0 0 0 716 8 0 0 20 0 20 0 182075506 19566772224 75666 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 75666 5849 1 0 553107 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=2320 CPUtime=6.07 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 7347 0 0 0 604 3 0 0 20 0 20 0 182075506 19566772224 75666 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 75666 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 75666 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 75666 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 302664 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.29 4.24 5/332 980783
/proc/meminfo: memFree=105186776/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=462984 CPUtime=13.78 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 19739 0 0 0 1367 11 0 0 20 0 20 0 182075506 19566772224 115746 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 115746 5865 1 0 553107 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=13196 CPUtime=12.31 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 8021 0 0 0 1228 3 0 0 20 0 20 0 182075506 19566772224 115746 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=380788 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 115746 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=45052 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 115746 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 115746 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 13.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 462984 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.28 4.24 5/332 980786
/proc/meminfo: memFree=104774948/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=959768 CPUtime=27.05 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 29681 0 0 0 2683 22 0 0 20 0 20 0 182075506 19566772224 239942 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 239942 5865 1 0 659626 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=6943526294502006880 CPUtime=24.72 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 9484 0 0 0 2467 5 0 0 20 0 20 0 182075506 19566772224 239942 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 239942 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=3491 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 239942 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 239942 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 959768 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.27 4.23 5/332 980789
/proc/meminfo: memFree=104264988/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=1380484 CPUtime=52.96 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 33532 0 0 0 5266 30 0 0 20 0 20 0 182075506 19566772224 345121 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 345121 5872 1 0 659626 0

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

/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=11541228 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=11778796 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3188 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.22 4.19 5/333 982816
/proc/meminfo: memFree=99031084/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778796 CPUtime=3248.12 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 260769 0 0 0 324457 355 0 0 20 0 20 0 182075506 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944699 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=10497556 CPUtime=3178.51 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 83597 0 0 0 317783 68 0 0 20 0 20 0 182075506 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=10497556 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=11778796 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=11778796 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944699 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3248.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778796 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/331 982826
/proc/meminfo: memFree=98227640/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3308.38 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 266922 0 0 0 330481 357 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944744 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778796 CPUtime=3237.87 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 85657 0 0 0 323718 69 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778796 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3308.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/331 982838
/proc/meminfo: memFree=97548492/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3368.41 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 268313 0 0 0 336482 359 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944744 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3296.9 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 86102 0 0 0 329621 69 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778976 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=11778976 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1259 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=11778976 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3368.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778976 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.23 4.19 5/330 982848
/proc/meminfo: memFree=97254780/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3428.73 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 273741 0 0 0 342513 360 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944744 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3356.29 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 87983 0 0 0 335560 69 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778976 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=-8599732805688402620 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1260 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3428.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.48 4.28 4.21 5/330 982859
/proc/meminfo: memFree=97024316/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3488.63 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 274523 0 0 0 348501 362 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944744 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3416.15 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 88677 0 0 0 341546 69 0 0 20 0 20 0 182075506 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778976 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=-8599732805688402620 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1337 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=10385 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944744 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3488.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.29 4.21 5/332 982874
/proc/meminfo: memFree=96472764/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778980 CPUtime=3548.63 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 277507 0 0 0 354500 363 0 0 20 0 20 0 182075506 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944745 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778976 CPUtime=3475.17 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 90027 0 0 0 347448 69 0 0 20 0 20 0 182075506 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778980 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1337 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=11778980 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3548.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 4.21 4.26 4.20 5/332 982882
/proc/meminfo: memFree=95780792/131524600 swapFree=131071996/131071996
[pid=980761] ppid=980758 vsize=19108176 memory=11778980 CPUtime=3600.03 cores=4,6
/proc/980761/stat : 980761 (java) S 980758 980761 975533 0 -1 1077936128 279217 0 0 0 359638 365 0 0 20 0 20 0 182075506 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
/proc/980761/statm: 4777044 2944745 5869 1 0 3549616 0
[pid=980761/tid=980763] ppid=980758 vsize=19108176 memory=11778980 CPUtime=3525.61 cores=4,6
/proc/980761/task/980763/stat : 980763 (java) R 980758 980761 975533 0 -1 4194368 90838 0 0 0 352492 69 0 0 20 0 20 0 182075506 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980772] ppid=980758 vsize=19108176 memory=11778980 CPUtime=0 cores=4,6
/proc/980761/task/980772/stat : 980772 (Finalizer) S 980758 980761 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980779] ppid=980758 vsize=19108176 memory=11778980 CPUtime=0 cores=4,6
/proc/980761/task/980779/stat : 980779 (Common-Cleaner) S 980758 980761 975533 0 -1 1077936192 1337 0 0 0 0 0 0 0 20 0 20 0 182075509 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
[pid=980761/tid=980780] ppid=980758 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/980761/task/980780/stat : 980780 (Timer-0) S 980758 980761 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182075526 19566772224 2944745 134679101440 93926377881600 93926377885296 140721001508960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926377893112 93926377893904 93926393815040 140721001513990 140721001514080 140721001514080 140721001521096 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11778980 KiB

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

[startup+3573.83 s]
# the end of solver process 980761 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3596.51 s, system=3.68861 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3573.81 s]*
/proc/loadavg: 4.21 4.26 4.20 6/314 982887
/proc/meminfo: memFree=102481004/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3573.83
CPU time (s): 3600.2
CPU user time (s): 3596.51
CPU system time (s): 3.68861
CPU usage (%): 100.738
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 11778980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 3.68861
maximum resident set size= 11780852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111596
involuntary context switches= 16230


# summary of solver processes directly reported to runsolver:
#   pid: 980761
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 3.68861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06474 second user time and 17.9712 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 12:39:09
IDJOB=4442564
IDBENCH=147824
IDSOLVER=3058
FILE ID=nodeC017/4442564-1721299137
RUNJOBID= nodeC017-1721293761-975544
SLURM_JOB_ID= 7542595
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442564-1721299137/watcher-4442564-1721299137 -o /tmp/evaluation-result-4442564-1721299137/solver-4442564-1721299137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442564-1721299137.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 4dac1be18bf2e6916470dc211755e049
RANDOM SEED=427002698

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3687.548
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.157
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.578
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.561
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3635.305
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.587
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3642.055
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.908
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106309252 kB
MemAvailable:   108171236 kB
Buffers:          503956 kB
Cached:          2183964 kB
SwapCached:            0 kB
Active:          1185980 kB
Inactive:       23353044 kB
Active(anon):       1544 kB
Inactive(anon): 21887280 kB
Active(file):    1184436 kB
Inactive(file):  1465764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:      21851096 kB
Mapped:           126172 kB
Shmem:             37720 kB
KReclaimable:     102864 kB
Slab:             215168 kB
SReclaimable:     102864 kB
SUnreclaim:       112304 kB
KernelStack:        5024 kB
PageTables:        52780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   28292156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67040 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21436416 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-18 13:38:43