Trace number 4442522

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 2024 2024-07-07? (TO) 3600.21 3566.69

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5c8918c3cb918142421b1796e9d625e3
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.043503
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
Number of bits of the biggest sum of numbers6
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 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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4442522-1721773408.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.041s.
0.14/0.17	c declared #vars     3660
0.14/0.17	c #constraints  121
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.14/0.17	c 121 constraints processed.
4.72/3.16	c cleaning 2498 clauses out of 5001 with flag 30929/5001
9.16/7.36	c cleaning 4251 clauses out of 8504 with flag 69930/11002
14.21/12.36	c cleaning 5619 clauses out of 11251 with flag 116662/18000
20.36/18.49	c cleaning 6811 clauses out of 13633 with flag 171908/26001
28.67/26.69	c cleaning 7907 clauses out of 15822 with flag 235087/35001
35.24/32.92	c cleaning 8935 clauses out of 17915 with flag 307983/45001
39.28/37.22	c cleaning 9972 clauses out of 19980 with flag 390253/56001
46.35/44.27	c cleaning 10976 clauses out of 22009 with flag 475608/68002
55.24/53.01	c cleaning 11978 clauses out of 24032 with flag 572211/81001
61.48/59.29	c cleaning 12995 clauses out of 26054 with flag 666356/95001
78.44/76.51	c cleaning 14026 clauses out of 28058 with flag 778713/110000
93.28/91.13	c cleaning 15009 clauses out of 30032 with flag 907233/126000
113.27/111.13	c cleaning 16010 clauses out of 32023 with flag 1041889/143000
123.72/121.34	c cleaning 17002 clauses out of 34013 with flag 1177931/161000
136.02/133.89	c cleaning 18001 clauses out of 36015 with flag 1337599/180004
150.88/148.43	c cleaning 19001 clauses out of 38011 with flag 1509720/200001
168.11/165.97	c cleaning 19997 clauses out of 40009 with flag 1682384/221000
186.12/183.34	c cleaning 20998 clauses out of 42013 with flag 1883485/243001
205.68/203.57	c cleaning 21998 clauses out of 44015 with flag 2102097/266001
224.35/223.07	c cleaning 22999 clauses out of 46020 with flag 2362159/290004
243.69/242.04	c cleaning 24003 clauses out of 48018 with flag 2623248/315001
263.95/262.79	c cleaning 24998 clauses out of 50014 with flag 2928090/341000
286.12/284.84	c cleaning 26003 clauses out of 52017 with flag 3193915/368001
309.86/308.23	c cleaning 27000 clauses out of 54014 with flag 3503013/396001
339.43/337.82	c cleaning 27997 clauses out of 56013 with flag 3734401/425000
365.02/363.31	c cleaning 29000 clauses out of 58017 with flag 4023276/455001
389.69/387.61	c cleaning 29997 clauses out of 60016 with flag 4361875/486000
418.25/416.28	c cleaning 30999 clauses out of 62022 with flag 4671658/518003
450.42/448.41	c cleaning 32003 clauses out of 64020 with flag 4948377/551000
477.41/475.13	c cleaning 32996 clauses out of 66018 with flag 5228707/585001
519.17/516.90	c cleaning 33993 clauses out of 68022 with flag 5529779/620001
560.58/557.88	c cleaning 34997 clauses out of 70028 with flag 5838354/656000
599.97/596.89	c cleaning 36008 clauses out of 72031 with flag 6147476/693000
644.83/641.85	c cleaning 37001 clauses out of 74024 with flag 6457572/731001
701.41/697.92	c cleaning 38005 clauses out of 76024 with flag 6770031/770002
757.87/753.23	c cleaning 38998 clauses out of 78017 with flag 7071994/810000
822.52/817.83	c cleaning 40002 clauses out of 80019 with flag 7390752/851000
886.48/881.26	c cleaning 41001 clauses out of 82019 with flag 7743778/893002
954.42/949.12	c cleaning 42002 clauses out of 84016 with flag 8143631/936000
1013.27/1006.87	c cleaning 42998 clauses out of 86016 with flag 8579126/980002
1078.05/1070.52	c cleaning 43995 clauses out of 88017 with flag 8974127/1025001
1164.13/1155.56	c cleaning 44998 clauses out of 90022 with flag 9405356/1071001
1239.35/1229.55	c cleaning 45999 clauses out of 92023 with flag 9865205/1118000
1329.22/1318.11	c cleaning 46999 clauses out of 94025 with flag 10310636/1166001
1423.63/1412.33	c cleaning 47994 clauses out of 96025 with flag 10779929/1215000
1513.04/1501.12	c cleaning 48998 clauses out of 98032 with flag 11235277/1265001
1603.52/1590.55	c cleaning 49995 clauses out of 100033 with flag 11669031/1316000
1698.55/1684.38	c cleaning 51001 clauses out of 102038 with flag 12152850/1368000
1806.62/1791.20	c cleaning 52000 clauses out of 104038 with flag 12654756/1421001
1916.52/1900.35	c cleaning 53003 clauses out of 106040 with flag 13134842/1475003
2027.92/2010.60	c cleaning 53997 clauses out of 108034 with flag 13647276/1530000
2126.77/2108.62	c cleaning 55001 clauses out of 110037 with flag 14140150/1586000
2244.41/2224.85	c cleaning 56001 clauses out of 112038 with flag 14647592/1643002
2363.61/2343.08	c cleaning 57004 clauses out of 114038 with flag 15158466/1701003
2480.13/2458.54	c cleaning 57999 clauses out of 116031 with flag 15677725/1760000
2621.37/2598.89	c cleaning 59002 clauses out of 118034 with flag 16234389/1820002
2763.56/2739.58	c cleaning 60003 clauses out of 120032 with flag 16802225/1881002
2905.12/2879.89	c cleaning 60998 clauses out of 122027 with flag 17409581/1943000
3035.04/3008.31	c cleaning 62000 clauses out of 124029 with flag 18050303/2006000
3164.91/3136.64	c cleaning 63001 clauses out of 126030 with flag 18702267/2070001
3290.16/3260.38	c cleaning 63998 clauses out of 128030 with flag 19295396/2135002
3425.58/3394.30	c cleaning 65002 clauses out of 130031 with flag 19873372/2201001
3563.66/3531.06	c cleaning 66000 clauses out of 132028 with flag 20436946/2268000
3600.07/3566.62	c starts		: 1101
3600.07/3566.62	c conflicts		: 2290390
3600.07/3566.62	c decisions		: 3190331
3600.07/3566.62	c propagations		: 59757001
3600.07/3566.62	c inspects		: 11009360770
3600.07/3566.62	c shortcuts		: 0
3600.07/3566.62	c learnt literals	: 0
3600.07/3566.62	c learnt binary clauses	: 0
3600.07/3566.62	c learnt ternary clauses	: 0
3600.07/3566.62	c learnt constraints	: 2290391
3600.07/3566.62	c ignored constraints	: 0
3600.07/3566.62	c root simplifications	: 0
3600.07/3566.62	c removed literals (reason simplification)	: 24388730
3600.07/3566.62	c timeout
3600.07/3566.62	c reason swapping (by a shorter reason)	: 0
3600.07/3566.62	c Calls to reduceDB	: 63
3600.07/3566.62	c Number of update (reduction) of LBD	: 1511459
3600.07/3566.62	c Imported unit clauses	: 0
3600.07/3566.62	c No decision after first conflict	: false
3600.07/3566.62	c number of reductions to clauses (during analyze)	: 0
3600.07/3566.62	c number of learned constraints concerned by reduction	: 0
3600.07/3566.62	c number of learning phase by resolution	: 0
3600.07/3566.62	c number of learning phase by cutting planes	: 0
3600.07/3566.62	c number of rounding to 1 operations	: 0
3600.07/3566.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3566.62	c number of reductions of the coefficients by power 2 	: 0
3600.07/3566.62	c number of right shift for reduction by power 2 	: 0
3600.07/3566.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3566.62	c number of ending skipping 	: 0
3600.07/3566.62	c number of internal skipping 	: 0
3600.07/3566.62	c number of derivation steps 	: 0
3600.07/3566.62	c number of skipped derivation steps 	: 0
3600.07/3566.62	c number of remaining unassigned 	: 0
3600.07/3566.62	c number of remaining assigned 	: 0
3600.07/3566.62	c number of falsified literals weakened from reason	: 0
3600.07/3566.62	c number of falsified literals weakened from conflict	: 0
3600.07/3566.62	c time for arithmetic operations	: 0
3600.07/3566.62	c minimum degree of deleted constraints	: null
3600.07/3566.62	c maximum degree of deleted constraints	: null
3600.07/3566.62	c number of deleted constraints	: 0
3600.07/3566.62	c speed (assignments/second)	: 16755.33128629137
3600.07/3566.62	c non guided choices	: 13149
3600.07/3566.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88419
3600.07/3566.67	s UNKNOWN
3600.07/3566.67	c Total wall clock time (in seconds): 3566.542

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: 63968 MiB (43825 MiB free)
  memory of node 1: 64473 MiB (41769 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442522-1721773408/watcher-4442522-1721773408 -o /tmp/evaluation-result-4442522-1721773408/solver-4442522-1721773408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134663 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4442522-1721773408 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442522-1721773408.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=140101, runsolver pid=140098
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.20 4.20 4.20 5/334 140119
/proc/meminfo: memFree=87604704/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=18975048 memory=65376 CPUtime=0.14 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 7230 0 0 0 12 2 0 0 20 0 18 0 13864773 19430449152 16344 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4743762 16344 5697 1 0 549329 0
[pid=140101/tid=140103] ppid=140098 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 5763 0 0 0 7 1 0 0 20 0 18 0 13864773 19430449152 16344 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13864776 19430449152 16344 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=18975048 memory=13565998624176213 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13864777 19430449152 16344 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65376 KiB

[startup+0.205961 s]*
/proc/loadavg: 4.20 4.20 4.20 7/335 140120
/proc/meminfo: memFree=87593488/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19041612 memory=75896 CPUtime=0.32 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 7734 0 0 0 30 2 0 0 20 0 19 0 13864773 19498610688 18974 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4760403 18974 5861 1 0 549938 0
[pid=140101/tid=140103] ppid=140098 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 6004 0 0 0 16 2 0 0 20 0 19 0 13864773 19498610688 18974 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19041612 memory=5719 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13864776 19498610688 18974 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19041612 memory=14127849065940646 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13864777 19498610688 18974 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13864791 19498610688 18974 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75896 KiB

[startup+0.312839 s]*
/proc/loadavg: 4.20 4.20 4.20 6/335 140120
/proc/meminfo: memFree=87582692/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19041612 memory=87984 CPUtime=0.53 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 8526 0 0 0 50 3 0 0 20 0 19 0 13864773 19498610688 21996 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4760403 21996 5861 1 0 550298 0
[pid=140101/tid=140103] ppid=140098 vsize=19041612 memory=-8598614602430587580 CPUtime=0.28 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 6027 0 0 0 26 2 0 0 20 0 19 0 13864773 19498610688 21996 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13864776 19498610688 21996 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13864777 19498610688 21996 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13864791 19498610688 21996 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87984 KiB

[startup+0.700625 s]
/proc/loadavg: 4.20 4.20 4.20 7/335 140120
/proc/meminfo: memFree=87544976/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19041612 memory=152720 CPUtime=1.28 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 11413 0 0 0 124 4 0 0 20 0 19 0 13864773 19498610688 38180 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4760403 38180 5872 1 0 551973 0
[pid=140101/tid=140103] ppid=140098 vsize=19041612 memory=50952 CPUtime=0.64 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 6078 0 0 0 61 3 0 0 20 0 19 0 13864773 19498610688 38180 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19041612 memory=12992 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13864776 19498610688 38180 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19041612 memory=2336 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13864777 19498610688 38180 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19041612 memory=32404 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13864791 19498610688 38180 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152720 KiB

[startup+1.50026 s]
/proc/loadavg: 4.20 4.20 4.20 8/336 140121
/proc/meminfo: memFree=87482244/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=180340 CPUtime=2.7 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 15222 0 0 0 265 5 0 0 20 0 20 0 13864773 19566772224 45085 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 45085 5888 1 0 552778 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=12992 CPUtime=1.39 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 6371 0 0 0 136 3 0 0 20 0 20 0 13864773 19566772224 45085 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 45085 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=2336 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 45085 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=32404 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 45085 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180340 KiB

[startup+3.10661 s]
/proc/loadavg: 4.20 4.20 4.20 5/336 140121
/proc/meminfo: memFree=87436796/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=201264 CPUtime=4.72 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 16869 0 0 0 466 6 0 0 20 0 20 0 13864773 19566772224 50316 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 50316 5904 1 0 552779 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 6740 0 0 0 289 4 0 0 20 0 20 0 13864773 19566772224 50316 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=-8598614602430587580 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 50316 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 50316 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=2336 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 50316 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201264 KiB

[startup+6.30062 s]
/proc/loadavg: 4.18 4.20 4.20 5/336 140122
/proc/meminfo: memFree=87147908/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=447052 CPUtime=8.14 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 19557 0 0 0 800 14 0 0 20 0 20 0 13864773 19566772224 111763 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 111763 5904 1 0 659543 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=2336 CPUtime=6.03 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 7642 0 0 0 594 9 0 0 20 0 20 0 13864773 19566772224 111763 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 111763 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 111763 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 111763 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 8.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 447052 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.19 4.20 5/336 140123
/proc/meminfo: memFree=86853096/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=678840 CPUtime=14.62 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 22527 0 0 0 1442 20 0 0 20 0 20 0 13864773 19566772224 169710 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 169710 5904 1 0 659545 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=12992 CPUtime=12.22 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 8393 0 0 0 1210 12 0 0 20 0 20 0 13864773 19566772224 169710 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=553548 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 169710 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=50952 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 169710 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 169710 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 678840 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.18 4.19 5/336 140125
/proc/meminfo: memFree=86493164/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=885756 CPUtime=27.57 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 26139 0 0 0 2729 28 0 0 20 0 20 0 13864773 19566772224 221439 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 221439 5904 1 0 659547 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=6943526294502006880 CPUtime=24.75 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 10051 0 0 0 2458 17 0 0 20 0 20 0 13864773 19566772224 221439 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 221439 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3551 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 221439 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 221439 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 885756 KiB

[startup+51.1062 s]
/proc/loadavg: 4.26 4.21 4.20 5/336 140130
/proc/meminfo: memFree=84500480/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=2516420 CPUtime=53.34 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 34632 0 0 0 5264 70 0 0 20 0 20 0 13864773 19566772224 629105 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 629105 5920 1 0 787860 0

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

/proc/meminfo: memFree=92165076/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114320 CPUtime=3190.61 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 464916 0 0 0 318013 1048 0 0 20 0 20 0 13864773 19566772224 778580 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778580 5933 1 0 789440 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114320 CPUtime=3099.08 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 180730 0 0 0 309013 895 0 0 20 0 20 0 13864773 19566772224 778580 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1589 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=3114304 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778580 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114320 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 2994 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778580 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778580 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3190.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114320 KiB

[startup+3222.3 s]
/proc/loadavg: 1.32 2.64 3.56 2/259 142011
/proc/meminfo: memFree=92044684/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114324 CPUtime=3252.01 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 474846 0 0 0 324135 1066 0 0 20 0 20 0 13864773 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778581 5933 1 0 789440 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114304 CPUtime=3158.34 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 185311 0 0 0 314925 909 0 0 20 0 20 0 13864773 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1602 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=3114320 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114320 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 2994 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=3114324 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3252.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114324 KiB

[startup+3282.3 s]
/proc/loadavg: 1.18 2.36 3.40 2/259 142021
/proc/meminfo: memFree=91924412/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114324 CPUtime=3312.16 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 478352 0 0 0 330132 1084 0 0 20 0 20 0 13864773 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778581 5933 1 0 789440 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114324 CPUtime=3217.75 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 186973 0 0 0 320849 926 0 0 20 0 20 0 13864773 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1612 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=3114324 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3134 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=3114324 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778581 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3312.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114324 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 2.12 3.25 2/258 142033
/proc/meminfo: memFree=91795372/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114348 CPUtime=3373.69 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 487758 0 0 0 336264 1105 0 0 20 0 20 0 13864773 19566772224 778587 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778587 5933 1 0 789454 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114348 CPUtime=3276.86 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 190984 0 0 0 326743 943 0 0 20 0 20 0 13864773 19566772224 778587 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1620 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=32404 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778587 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114348 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3135 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778587 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=26000 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778587 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3373.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114348 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.94 3.12 2/259 142046
/proc/meminfo: memFree=91702188/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114356 CPUtime=3433.56 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 491334 0 0 0 342237 1119 0 0 20 0 20 0 13864773 19566772224 778589 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778589 5933 1 0 789454 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114356 CPUtime=3336.15 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 193111 0 0 0 332660 955 0 0 20 0 20 0 13864773 19566772224 778589 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1649 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=3114348 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778589 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114324 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3135 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778589 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=3114356 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778589 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3433.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114356 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.78 2.99 2/259 142057
/proc/meminfo: memFree=91567312/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114360 CPUtime=3494.73 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 500575 0 0 0 348336 1137 0 0 20 0 20 0 13864773 19566772224 778590 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778590 5933 1 0 789454 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114348 CPUtime=3395.45 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 196434 0 0 0 338575 970 0 0 20 0 20 0 13864773 19566772224 778590 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1661 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=3114356 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778590 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114360 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3186 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778590 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=3114360 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778590 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3494.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114360 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.67 2.87 2/256 142069
/proc/meminfo: memFree=91470792/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114372 CPUtime=3555 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 501429 0 0 0 354348 1152 0 0 20 0 20 0 13864773 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778593 5933 1 0 789454 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=3114348 CPUtime=3454.83 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 197028 0 0 0 344500 983 0 0 20 0 20 0 13864773 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1666 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=1900 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114364 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3187 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=3114372 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3555 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.6 s]
/proc/loadavg: 1.14 1.59 2.79 2/256 142076
/proc/meminfo: memFree=91375816/131524600 swapFree=131071996/131071996
[pid=140101] ppid=140098 vsize=19108176 memory=3114372 CPUtime=3600.07 cores=1,3
/proc/140101/stat : 140101 (java) S 140098 140101 134651 0 -1 1077936128 513482 0 0 0 358842 1165 0 0 20 0 20 0 13864773 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
/proc/140101/statm: 4777044 778593 5933 1 0 789455 0
[pid=140101/tid=140103] ppid=140098 vsize=19108176 memory=21020 CPUtime=3498.65 cores=1,3
/proc/140101/task/140103/stat : 140103 (java) R 140098 140101 134651 0 -1 4194368 201404 0 0 0 348871 994 0 0 20 0 20 0 13864773 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1677 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140112] ppid=140098 vsize=19108176 memory=4816 CPUtime=0 cores=1,3
/proc/140101/task/140112/stat : 140112 (Finalizer) S 140098 140101 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13864776 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140119] ppid=140098 vsize=19108176 memory=3114372 CPUtime=0 cores=1,3
/proc/140101/task/140119/stat : 140119 (Common-Cleaner) S 140098 140101 134651 0 -1 1077936192 3238 0 0 0 0 0 0 0 20 0 20 0 13864777 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
[pid=140101/tid=140120] ppid=140098 vsize=19108176 memory=2676 CPUtime=0 cores=1,3
/proc/140101/task/140120/stat : 140120 (Timer-0) S 140098 140101 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13864791 19566772224 778593 134679101440 94114589339648 94114589343344 140735069501024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114589351160 94114589351952 94114590269440 140735069504427 140735069504609 140735069504609 140735069511624 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114372 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.54 s, system=11.672 s

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

Child status: 143

Real time (s): 3566.69
CPU time (s): 3600.21
CPU user time (s): 3588.54
CPU system time (s): 11.672
CPU usage (%): 100.94
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3114372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.54
system time used= 11.672
maximum resident set size= 3115856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18295792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118250
involuntary context switches= 17622


# summary of solver processes directly reported to runsolver:
#   pid: 140101
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3588.54
#   total CPU system time (s): 11.672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69234 second user time and 18.9674 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-24 00:23:28
IDJOB=4442522
IDBENCH=147819
IDSOLVER=3079
FILE ID=nodeC030/4442522-1721773408
RUNJOBID= nodeC030-1721765586-134663
SLURM_JOB_ID= 7770658
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442522-1721773408/watcher-4442522-1721773408 -o /tmp/evaluation-result-4442522-1721773408/solver-4442522-1721773408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134663 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4442522-1721773408 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442522-1721773408.opb

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

MD5SUM BENCH= 5c8918c3cb918142421b1796e9d625e3
RANDOM SEED=1022884623

nodeC030.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		: 3666.540
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.45
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		: 3654.931
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	: 7005.46
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		: 3600.092
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.45
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		: 3650.201
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	: 7005.46
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		: 3664.356
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.45
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		: 3676.655
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	: 7005.46
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		: 3599.867
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.45
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		: 3621.978
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	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        87649812 kB
MemAvailable:   119530484 kB
Buffers:          199768 kB
Cached:         32403140 kB
SwapCached:            0 kB
Active:          1361440 kB
Inactive:       41682740 kB
Active(anon):       1552 kB
Inactive(anon): 10485780 kB
Active(file):    1359888 kB
Inactive(file): 31196960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            156512 kB
Writeback:             4 kB
AnonPages:      10438056 kB
Mapped:           128876 kB
Shmem:             45912 kB
KReclaimable:     327296 kB
Slab:             448648 kB
SReclaimable:     327296 kB
SUnreclaim:       121352 kB
KernelStack:        5104 kB
PageTables:        30492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12154536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21344 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10090496 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:      285396 kB
DirectMap2M:    27799552 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC030 at 2024-07-24 01:22:55