Trace number 4492876

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 2025-06-06? (TO) 3600.22 3601.11

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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-2024 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.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492876-1751149308.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.06s.
0.13/0.19	c declared #vars     420
0.13/0.19	c #constraints  4221
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4200
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
0.13/0.19	c 4221 constraints processed.
1.29/0.79	c cleaning 2492 clauses out of 5000 with flag 36633/5000
2.01/1.35	c cleaning 4228 clauses out of 8508 with flag 91473/11000
3.02/2.19	c cleaning 5636 clauses out of 11282 with flag 150404/18002
4.23/3.21	c cleaning 6799 clauses out of 13644 with flag 224521/26000
5.43/4.46	c cleaning 7915 clauses out of 15845 with flag 304667/35000
6.73/5.75	c cleaning 8961 clauses out of 17931 with flag 387544/45001
8.43/7.44	c cleaning 9974 clauses out of 19970 with flag 486100/56001
10.62/9.69	c cleaning 10991 clauses out of 21996 with flag 582599/68001
13.82/12.86	c cleaning 11988 clauses out of 24005 with flag 688307/81001
17.02/16.09	c cleaning 12984 clauses out of 26019 with flag 801183/95003
21.66/20.64	c cleaning 14008 clauses out of 28034 with flag 924408/110002
27.16/26.15	c cleaning 15009 clauses out of 30029 with flag 1051364/126005
33.00/31.96	c cleaning 16000 clauses out of 32015 with flag 1185029/143000
39.73/38.61	c cleaning 16993 clauses out of 34016 with flag 1319323/161001
47.58/46.40	c cleaning 18002 clauses out of 36023 with flag 1481712/180001
56.46/55.35	c cleaning 19002 clauses out of 38020 with flag 1642006/200000
65.70/64.50	c cleaning 19995 clauses out of 40018 with flag 1801620/221000
76.58/75.43	c cleaning 21005 clauses out of 42024 with flag 1987637/243001
89.43/88.28	c cleaning 22000 clauses out of 44018 with flag 2192424/266000
102.25/101.02	c cleaning 23005 clauses out of 46018 with flag 2380752/290000
116.41/115.29	c cleaning 23998 clauses out of 48013 with flag 2586698/315000
130.84/129.69	c cleaning 24999 clauses out of 50016 with flag 2819147/341001
145.56/144.31	c cleaning 26004 clauses out of 52017 with flag 3073059/368001
161.63/160.47	c cleaning 26994 clauses out of 54012 with flag 3330936/396000
177.85/176.61	c cleaning 28005 clauses out of 56020 with flag 3605043/425002
197.07/195.83	c cleaning 29004 clauses out of 58016 with flag 3893383/455003
218.29/217.02	c cleaning 30001 clauses out of 60010 with flag 4192310/486001
241.80/240.56	c cleaning 30999 clauses out of 62009 with flag 4503374/518001
265.04/263.57	c cleaning 31997 clauses out of 64012 with flag 4824122/551003
288.95/287.43	c cleaning 33001 clauses out of 66013 with flag 5139046/585001
312.69/311.28	c cleaning 33996 clauses out of 68011 with flag 5471982/620000
345.58/344.13	c cleaning 35002 clauses out of 70016 with flag 5832171/656001
374.17/372.74	c cleaning 35998 clauses out of 72014 with flag 6210336/693001
406.57/405.18	c cleaning 36997 clauses out of 74016 with flag 6607801/731001
441.09/439.71	c cleaning 38004 clauses out of 76022 with flag 7028521/770004
475.31/474.06	c cleaning 39003 clauses out of 78016 with flag 7383637/810002
520.51/519.29	c cleaning 40002 clauses out of 80012 with flag 7729623/851001
552.94/551.74	c cleaning 40997 clauses out of 82009 with flag 8081492/893000
585.08/583.92	c cleaning 41998 clauses out of 84013 with flag 8471621/936001
631.07/629.97	c cleaning 43002 clauses out of 86014 with flag 8927778/980000
664.97/663.83	c cleaning 43999 clauses out of 88012 with flag 9406961/1025000
699.21/698.13	c cleaning 45007 clauses out of 90018 with flag 9900473/1071005
739.47/738.49	c cleaning 46000 clauses out of 92009 with flag 10426637/1118003
780.97/779.97	c cleaning 47003 clauses out of 94009 with flag 10955663/1166003
850.61/849.76	c cleaning 47990 clauses out of 96003 with flag 11535029/1215000
902.88/901.66	c cleaning 49003 clauses out of 98013 with flag 12117855/1265000
960.27/959.15	c cleaning 49996 clauses out of 100011 with flag 12671522/1316001
1020.44/1019.35	c cleaning 51001 clauses out of 102014 with flag 13265963/1368000
1082.10/1081.19	c cleaning 52006 clauses out of 104014 with flag 13880351/1421001
1148.40/1147.40	c cleaning 53006 clauses out of 106012 with flag 14535126/1475005
1203.89/1203.09	c cleaning 53988 clauses out of 108002 with flag 15093750/1530001
1236.41/1235.68	c cleaning 55001 clauses out of 110014 with flag 15600076/1586001
1268.94/1268.17	c cleaning 55995 clauses out of 112012 with flag 16033684/1643000
1316.86/1316.15	c cleaning 57000 clauses out of 114018 with flag 16474214/1701001
1359.54/1358.73	c cleaning 58002 clauses out of 116017 with flag 16934178/1760000
1402.96/1402.23	c cleaning 59001 clauses out of 118017 with flag 17375664/1820002
1444.58/1443.99	c cleaning 60001 clauses out of 120014 with flag 17852225/1881000
1495.36/1494.68	c cleaning 60996 clauses out of 122013 with flag 18308317/1943000
1550.82/1549.69	c cleaning 61999 clauses out of 124020 with flag 18784544/2006003
1605.90/1604.76	c cleaning 63000 clauses out of 126018 with flag 19393817/2070000
1658.18/1657.19	c cleaning 64001 clauses out of 128019 with flag 20034201/2135001
1718.35/1717.37	c cleaning 64995 clauses out of 130017 with flag 20574561/2201000
1770.85/1769.95	c cleaning 66000 clauses out of 132022 with flag 21063102/2268000
1840.68/1839.77	c cleaning 67006 clauses out of 134025 with flag 21661520/2336003
1921.23/1920.48	c cleaning 67999 clauses out of 136016 with flag 22214929/2405000
1992.22/1991.43	c cleaning 68997 clauses out of 138017 with flag 22826292/2475000
2087.08/2086.36	c cleaning 70003 clauses out of 140023 with flag 23489423/2546003
2196.96/2196.44	c cleaning 71002 clauses out of 142019 with flag 24252240/2618002
2314.82/2314.46	c cleaning 71994 clauses out of 144015 with flag 25029324/2691000
2410.85/2410.14	c cleaning 73003 clauses out of 146021 with flag 25683693/2765000
2512.09/2511.50	c cleaning 73999 clauses out of 148018 with flag 26382889/2840000
2619.26/2618.94	c cleaning 75004 clauses out of 150020 with flag 27063461/2916001
2744.53/2744.39	c cleaning 75997 clauses out of 152015 with flag 27711519/2993000
2868.06/2868.14	c cleaning 76999 clauses out of 154019 with flag 28369492/3071001
2990.87/2991.06	c cleaning 77998 clauses out of 156019 with flag 29177741/3150000
3126.21/3126.53	c cleaning 78997 clauses out of 158021 with flag 29986672/3230000
3280.82/3281.43	c cleaning 80003 clauses out of 160025 with flag 30829553/3311001
3383.79/3384.45	c cleaning 81007 clauses out of 162023 with flag 31787970/3393002
3498.97/3499.72	c cleaning 81999 clauses out of 164014 with flag 32780102/3476000
3600.08/3601.01	c starts		: 298
3600.08/3601.03	c timeout
3600.08/3601.03	c conflicts		: 3536432
3600.08/3601.03	c decisions		: 4012504
3600.08/3601.03	c propagations		: 51231568
3600.08/3601.03	c inspects		: 19910142863
3600.08/3601.03	c shortcuts		: 0
3600.08/3601.03	c learnt literals	: 0
3600.08/3601.03	c learnt binary clauses	: 0
3600.08/3601.03	c learnt ternary clauses	: 0
3600.08/3601.03	c learnt constraints	: 3536432
3600.08/3601.03	c ignored constraints	: 0
3600.08/3601.03	c root simplifications	: 0
3600.08/3601.03	c removed literals (reason simplification)	: 36218185
3600.08/3601.03	c reason swapping (by a shorter reason)	: 0
3600.08/3601.03	c Calls to reduceDB	: 79
3600.08/3601.03	c Number of update (reduction) of LBD	: 2283313
3600.08/3601.03	c Imported unit clauses	: 0
3600.08/3601.03	c No decision after first conflict	: false
3600.08/3601.03	c number of reductions to clauses (during analyze)	: 0
3600.08/3601.03	c number of learned constraints concerned by reduction	: 0
3600.08/3601.03	c number of learning phase by resolution	: 0
3600.08/3601.03	c number of learning phase by cutting planes	: 0
3600.08/3601.03	c number of rounding to 1 operations	: 0
3600.08/3601.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3601.03	c number of reductions of the coefficients by power 2 	: 0
3600.08/3601.03	c number of right shift for reduction by power 2 	: 0
3600.08/3601.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3601.03	c number of ending skipping 	: 0
3600.08/3601.03	c number of internal skipping 	: 0
3600.08/3601.03	c number of derivation steps 	: 0
3600.08/3601.03	c number of skipped derivation steps 	: 0
3600.08/3601.03	c number of remaining unassigned 	: 0
3600.08/3601.03	c number of remaining assigned 	: 0
3600.08/3601.03	c number of falsified literals weakened from reason	: 0
3600.08/3601.03	c number of falsified literals weakened from conflict	: 0
3600.08/3601.03	c time for arithmetic operations	: 0
3600.08/3601.03	c minimum degree of deleted constraints	: null
3600.08/3601.03	c maximum degree of deleted constraints	: null
3600.08/3601.03	c number of deleted constraints	: 0
3600.08/3601.03	c speed (assignments/second)	: 14227.67527234625
3600.08/3601.03	c non guided choices	: 264
3600.08/3601.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 142447
3600.08/3601.08	s UNKNOWN
3600.08/3601.08	c Total wall clock time (in seconds): 3600.956

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: 63665 MiB (60524 MiB free)
  memory of node 1: 64507 MiB (63867 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492876-1751149308/watcher-4492876-1751149308 -o /tmp/evaluation-result-4492876-1751149308/solver-4492876-1751149308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14502 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492876-1751149308.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15484, runsolver pid=15481
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.16 4.13 4.09 6/337 15502
/proc/meminfo: memFree=127367844/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18930384 memory=59392 CPUtime=0.13 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 6504 0 0 0 11 2 0 0 20 0 18 0 30610671 19384713216 14848 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4732596 14848 5331 1 0 547621 0
[pid=15484/tid=15486] ppid=15481 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 30610673 19384713216 14848 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30610675 19384713216 14848 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30610675 19384713216 14848 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59392 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.16 4.13 4.09 8/338 15503
/proc/meminfo: memFree=127359148/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18996948 memory=69312 CPUtime=0.33 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 6867 0 0 0 31 2 0 0 20 0 19 0 30610671 19452874752 17328 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4749237 17328 5395 1 0 548234 0
[pid=15484/tid=15486] ppid=15481 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 5289 0 0 0 17 1 0 0 20 0 19 0 30610673 19452874752 17328 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18996948 memory=18954 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 17328 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 17328 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (java) R 15481 15484 14490 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 30610691 19452874752 17328 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69312 KiB

[startup+0.305744 s]*
/proc/loadavg: 4.16 4.13 4.09 6/338 15503
/proc/meminfo: memFree=127355620/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18996948 memory=71660 CPUtime=0.52 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 8353 0 0 0 50 2 0 0 20 0 19 0 30610671 19452874752 17915 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4749237 17915 5427 1 0 548798 0
[pid=15484/tid=15486] ppid=15481 vsize=18996948 memory=-6000919502721017710 CPUtime=0.28 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 5311 0 0 0 27 1 0 0 20 0 19 0 30610673 19452874752 17915 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 17915 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 17915 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30610691 19452874752 17915 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71660 KiB

[startup+0.700248 s]
/proc/loadavg: 4.16 4.13 4.09 6/338 15503
/proc/meminfo: memFree=127265888/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18996948 memory=92540 CPUtime=1.29 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 12584 0 0 0 126 3 0 0 20 0 19 0 30610671 19452874752 23135 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4749237 23135 5427 1 0 551873 0
[pid=15484/tid=15486] ppid=15481 vsize=18996948 memory=17408 CPUtime=0.67 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 5334 0 0 0 66 1 0 0 20 0 19 0 30610673 19452874752 23135 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 23135 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 23135 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30610691 19452874752 23135 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92540 KiB

[startup+1.50029 s]
/proc/loadavg: 4.16 4.13 4.09 5/338 15503
/proc/meminfo: memFree=127245472/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18996948 memory=111388 CPUtime=2.31 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 16176 0 0 0 227 4 0 0 20 0 19 0 30610671 19452874752 27847 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4749237 27847 5427 1 0 551918 0
[pid=15484/tid=15486] ppid=15481 vsize=18996948 memory=0 CPUtime=1.45 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 5783 0 0 0 144 1 0 0 20 0 19 0 30610673 19452874752 27847 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 27847 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 27847 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30610691 19452874752 27847 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111388 KiB

[startup+3.10561 s]
/proc/loadavg: 4.16 4.13 4.09 5/338 15503
/proc/meminfo: memFree=127204744/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=18996948 memory=138028 CPUtime=4.14 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 17006 0 0 0 409 5 0 0 20 0 19 0 30610671 19452874752 34507 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4749237 34507 5427 1 0 551921 0
[pid=15484/tid=15486] ppid=15481 vsize=18996948 memory=10880 CPUtime=3.06 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 6110 0 0 0 304 2 0 0 20 0 19 0 30610673 19452874752 34507 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=18996948 memory=-6000919502721017710 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 34507 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30610675 19452874752 34507 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30610691 19452874752 34507 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138028 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.12 4.09 4/320 15552
/proc/meminfo: memFree=129610376/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=176224 CPUtime=7.33 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 18178 0 0 0 727 6 0 0 20 0 20 0 30610671 19521036288 44056 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 44056 5459 1 0 552211 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=0 CPUtime=6.22 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 6142 0 0 0 620 2 0 0 20 0 20 0 30610673 19521036288 44056 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 44056 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 44056 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=111388 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 44056 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176224 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.09 7/339 15571
/proc/meminfo: memFree=129150072/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=190604 CPUtime=13.72 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 20163 0 0 0 1365 7 0 0 20 0 20 0 30610671 19521036288 47651 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 47651 5459 1 0 552211 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=111388 CPUtime=12.58 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 6881 0 0 0 1255 3 0 0 20 0 20 0 30610673 19521036288 47651 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 47651 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 47651 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=-6000919502721017710 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 47651 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190604 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.13 4.09 6/339 15572
/proc/meminfo: memFree=128564020/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=264636 CPUtime=26.55 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 22716 0 0 0 2646 9 0 0 20 0 20 0 30610671 19521036288 66159 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 66159 5459 1 0 552211 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=0 CPUtime=25.29 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 7723 0 0 0 2526 3 0 0 20 0 20 0 30610673 19521036288 66159 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=264636 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 66159 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=-6000919502721017710 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 66159 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=190604 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 66159 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 26.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 264636 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.12 4.09 6/339 15572
/proc/meminfo: memFree=127637440/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=416460 CPUtime=52.27 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 25909 0 0 0 5214 13 0 0 20 0 20 0 30610671 19521036288 104115 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 104115 5459 1 0 552211 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=416460 CPUtime=50.71 cores=1,3

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

/proc/meminfo: memFree=107812488/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2291748 CPUtime=3221.83 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 75311 0 0 0 322030 153 0 0 20 0 20 0 30610671 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 572937 5491 1 0 599479 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=2291748 CPUtime=3210.25 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 30182 0 0 0 321014 11 0 0 20 0 20 0 30610673 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 908 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3221.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.13 4.10 6/338 15740
/proc/meminfo: memFree=107726304/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2291748 CPUtime=3281.71 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 75695 0 0 0 328016 155 0 0 20 0 20 0 30610671 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 572937 5491 1 0 599482 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=2291748 CPUtime=3270.11 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 30466 0 0 0 327000 11 0 0 20 0 20 0 30610673 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=2291748 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 572937 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3281.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.09 6/339 15743
/proc/meminfo: memFree=107271968/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3341.78 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 76874 0 0 0 334021 157 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599482 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=5760 CPUtime=3329.76 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 30543 0 0 0 332965 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3341.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.10 6/339 15747
/proc/meminfo: memFree=106807412/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3401.66 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 77037 0 0 0 340007 159 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599482 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=14720 CPUtime=3389.61 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 30648 0 0 0 338950 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3401.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.10 6/339 15749
/proc/meminfo: memFree=106229748/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3461.52 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 77669 0 0 0 345992 160 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599483 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3449.45 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 31203 0 0 0 344934 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=-4050210904893801103 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3461.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.21 4.12 6/340 15752
/proc/meminfo: memFree=105667736/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3521.53 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 79295 0 0 0 351991 162 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599488 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3509.17 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 31714 0 0 0 350906 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 962 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=2314400 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3521.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.22 4.13 6/340 15888
/proc/meminfo: memFree=121811964/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3581.41 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 79606 0 0 0 357977 164 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599488 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=14720 CPUtime=3569.03 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 31900 0 0 0 356892 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 1008 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3581.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]*
/proc/loadavg: 4.38 4.24 4.14 5/339 15954
/proc/meminfo: memFree=126798752/131250000 swapFree=33010684/33010684
[pid=15484] ppid=15481 vsize=19063512 memory=2314400 CPUtime=3600.08 cores=1,3
/proc/15484/stat : 15484 (java) S 15481 15484 14490 0 -1 4194304 79632 0 0 0 359843 165 0 0 20 0 20 0 30610671 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
/proc/15484/statm: 4765878 578600 5491 1 0 599488 0
[pid=15484/tid=15486] ppid=15481 vsize=19063512 memory=-6000919498509608814 CPUtime=3587.69 cores=1,3
/proc/15484/task/15486/stat : 15486 (java) R 15481 15484 14490 0 -1 4194368 31920 0 0 0 358758 11 0 0 20 0 20 0 30610673 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15495] ppid=15481 vsize=19063512 memory=46464 CPUtime=0 cores=1,3
/proc/15484/task/15495/stat : 15495 (Finalizer) S 15481 15484 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15502] ppid=15481 vsize=19063512 memory=4980 CPUtime=0 cores=1,3
/proc/15484/task/15502/stat : 15502 (Common-Cleaner) S 15481 15484 14490 0 -1 4194368 1008 0 0 0 0 0 0 0 20 0 20 0 30610675 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
[pid=15484/tid=15503] ppid=15481 vsize=19063512 memory=6900 CPUtime=0 cores=1,3
/proc/15484/task/15503/stat : 15503 (Timer-0) S 15481 15484 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610691 19521036288 578600 18446744073709551615 93957476904960 93957476908656 140723321062192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93957476916472 93957476917264 93957488914432 140723321067905 140723321068006 140723321068006 140723321073608 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2314400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.56 s, system=1.66389 s

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

Child status: 143

Real time (s): 3601.11
CPU time (s): 3600.22
CPU user time (s): 3598.56
CPU system time (s): 1.66389
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2314400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.56
system time used= 1.66389
maximum resident set size= 2315680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105166
involuntary context switches= 2478


# summary of solver processes directly reported to runsolver:
#   pid: 15484
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.56
#   total CPU system time (s): 1.66389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77225 second user time and 17.2011 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 00:21:48
IDJOB=4492876
IDBENCH=147830
IDSOLVER=3363
FILE ID=nodeC027/4492876-1751149308
RUNJOBID= nodeC027-1751145706-14502
SLURM_JOB_ID= 9587449
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492876-1751149308/watcher-4492876-1751149308 -o /tmp/evaluation-result-4492876-1751149308/solver-4492876-1751149308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14502 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492876-1751149308.opb

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=529196164

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.660
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.449
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.191
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.842
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.620
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.642
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3618.124
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3600.535
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127377424 kB
MemAvailable:   126987600 kB
Buffers:            3280 kB
Cached:           384888 kB
SwapCached:            0 kB
Active:          3148672 kB
Inactive:         144020 kB
Active(anon):    2922592 kB
Inactive(anon):        0 kB
Active(file):     226080 kB
Inactive(file):   144020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:       2907648 kB
Mapped:           122556 kB
Shmem:             18068 kB
KReclaimable:      85208 kB
Slab:             167864 kB
SReclaimable:      85208 kB
SUnreclaim:        82656 kB
KernelStack:        5184 kB
PageTables:         9292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7777592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2703360 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC027 at 2025-06-29 01:21:49