Trace number 4459781

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12SAT (TO)-26 3600.87 3506.13

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_100_10_1.opb
MD5SUMde470c54aa7fb3a19a57813bb6f3b05e
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark2.26171
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products624
Sum of products size1248

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version CUSTOM.v20240707
0.11/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.23	c java.vm.version	22.0.1+8-16
0.11/0.23	c java.vm.vendor	Oracle Corporation
0.11/0.23	c sun.arch.data.model	64
0.11/0.23	c java.version		22.0.1
0.11/0.23	c os.name		Linux
0.11/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.23	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.24	c Total memory 		2122317824
0.29/0.25	c Number of processors 	2
0.46/0.42	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.42	 - never skip resolution steps
0.46/0.42	 - Auto-division on coefficients is disabled
0.46/0.42	 - No postprocessing
0.46/0.42	 - Conflict is considered as is when resolving
0.46/0.42	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.42	 - Weaken first using unassigned literals
0.46/0.42	 - Bump strategy: ALWAYS_ONE
0.46/0.42	 - Bumper: ASSIGNED
0.46/0.42	--- Begin Solver configuration ---
0.46/0.42	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.42	Learn all clauses as in MiniSAT
0.46/0.42	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.42	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.42	No reason simplification
0.46/0.42	Armin Biere (Picosat) restarts strategy
0.46/0.42	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.42	timeout=2147483s
0.46/0.42	DB Simplification allowed=false
0.46/0.42	Listener: none
0.46/0.42	--- End Solver configuration ---
0.46/0.42	c Pseudo Boolean Optimization by upper bound
0.46/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.42	c  - never skip resolution steps
0.46/0.42	c  - Auto-division on coefficients is disabled
0.46/0.42	c  - No postprocessing
0.46/0.42	c  - Conflict is considered as is when resolving
0.46/0.42	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.42	c  - Weaken first using unassigned literals
0.46/0.42	c  - Bump strategy: ALWAYS_ONE
0.46/0.42	c  - Bumper: ASSIGNED
0.46/0.42	c --- Begin Solver configuration ---
0.46/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.42	c Learn all clauses as in MiniSAT
0.46/0.42	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.42	c No reason simplification
0.46/0.42	c Armin Biere (Picosat) restarts strategy
0.46/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.42	c timeout=2147483s
0.46/0.42	c DB Simplification allowed=false
0.46/0.42	c Listener: none
0.46/0.42	c --- End Solver configuration ---
0.46/0.42	c solving HOME/instance-4459781-1721939463.opb
0.46/0.43	c reading problem ... 
0.46/0.43	c  objective function found
0.82/0.60	c ... done. Wall clock time 0.174s.
0.82/0.60	c declared #vars     100
0.82/0.60	c internal #vars     724
0.82/0.60	c #constraints  1448
0.82/0.60	c constraints type 
0.82/0.60	c org.sat4j.specs.Constr$1 => 100
0.82/0.60	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 624
0.82/0.60	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.82/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
0.82/0.61	c 1448 constraints processed.
0.98/0.63	c objective function length is 100 literals
0.98/0.65	c SATISFIABLE
0.98/0.65	c OPTIMIZING...
0.98/0.65	c Got one! Elapsed wall clock time (in seconds):0.225
0.98/0.65	o -19
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.251
0.98/0.68	o -20
1.14/0.78	c Got one! Elapsed wall clock time (in seconds):0.344
1.14/0.78	o -21
2.11/1.29	c Got one! Elapsed wall clock time (in seconds):0.87
2.11/1.31	o -22
3.87/2.19	c Got one! Elapsed wall clock time (in seconds):1.764
3.87/2.19	o -23
6.09/3.58	c Got one! Elapsed wall clock time (in seconds):3.154
6.09/3.58	o -24
6.19/3.67	c Got one! Elapsed wall clock time (in seconds):3.246
6.19/3.67	o -25
12.45/8.81	c cleaning 3047 clauses out of 6096 with flag 0/6096
21.29/16.92	c cleaning 4525 clauses out of 9051 with flag 0/12098
33.44/26.98	c cleaning 5760 clauses out of 11525 with flag 0/19097
47.67/40.50	c cleaning 6023 clauses out of 13764 with flag 0/27096
63.28/56.11	c cleaning 6341 clauses out of 16741 with flag 0/36096
80.38/72.94	c cleaning 6904 clauses out of 20400 with flag 0/46096
103.23/95.06	c cleaning 7530 clauses out of 24498 with flag 0/57098
130.68/122.23	c cleaning 8096 clauses out of 28967 with flag 0/69097
165.65/156.59	c cleaning 8939 clauses out of 33870 with flag 0/82096
206.89/196.92	c cleaning 9754 clauses out of 38932 with flag 0/96097
251.78/240.50	c cleaning 10151 clauses out of 44177 with flag 0/111096
313.40/301.34	c cleaning 10805 clauses out of 50028 with flag 0/127098
376.54/363.55	c cleaning 11726 clauses out of 56223 with flag 0/144098
458.97/445.19	c cleaning 12264 clauses out of 62495 with flag 0/162096
548.19/533.09	c cleaning 12479 clauses out of 69231 with flag 0/181096
643.20/626.71	c cleaning 13301 clauses out of 76753 with flag 0/201097
751.30/732.99	c cleaning 13941 clauses out of 84453 with flag 0/222098
883.40/863.13	c cleaning 14560 clauses out of 92511 with flag 0/244097
1028.60/1004.61	c cleaning 15524 clauses out of 100950 with flag 0/267096
1189.90/1163.91	c cleaning 15999 clauses out of 109426 with flag 0/291096
1372.79/1344.05	c cleaning 16395 clauses out of 118427 with flag 0/316096
1572.90/1541.73	c cleaning 17134 clauses out of 128035 with flag 0/342099
1794.52/1759.92	c cleaning 17640 clauses out of 137898 with flag 0/369096
2039.53/2000.22	c cleaning 18685 clauses out of 148260 with flag 0/397098
2318.12/2275.72	c cleaning 19317 clauses out of 158573 with flag 0/426096
2621.74/2575.47	c cleaning 19650 clauses out of 169258 with flag 0/456098
2934.34/2873.20	c Got one! Elapsed wall clock time (in seconds):2872.778
2934.34/2873.20	o -26
3024.34/2955.55	c cleaning 22365 clauses out of 184224 with flag 0/490714
3068.09/2996.64	c cleaning 3904 clauses out of 167860 with flag 0/496715
3117.91/3043.75	c cleaning 4761 clauses out of 170955 with flag 0/503714
3181.95/3107.48	c cleaning 5183 clauses out of 174193 with flag 0/511713
3261.23/3183.60	c cleaning 5831 clauses out of 178010 with flag 0/520713
3349.41/3269.07	c cleaning 6626 clauses out of 182179 with flag 0/530713
3453.87/3367.71	c cleaning 7350 clauses out of 186555 with flag 0/541715
3574.82/3483.17	c cleaning 8007 clauses out of 191205 with flag 0/553715
3600.08/3505.72	c starts		: 161
3600.08/3505.74	c conflicts		: 556466
3600.08/3505.75	c decisions		: 583751
3600.08/3505.76	c propagations		: 4208259
3600.08/3505.76	c inspects		: 8134024730
3600.08/3505.76	c shortcuts		: 0
3600.08/3505.76	c learnt literals	: 0
3600.08/3505.76	c learnt binary clauses	: 0
3600.08/3505.76	c learnt ternary clauses	: 0
3600.08/3505.76	c learnt constraints	: 556466
3600.08/3505.76	c ignored constraints	: 0
3600.08/3505.76	c root simplifications	: 0
3600.08/3505.76	c removed literals (reason simplification)	: 0
3600.08/3505.76	c reason swapping (by a shorter reason)	: 0
3600.08/3505.76	c Calls to reduceDB	: 34
3600.08/3505.76	c Number of update (reduction) of LBD	: 59
3600.08/3505.76	c Imported unit clauses	: 0
3600.08/3505.76	c No decision after first conflict	: false
3600.08/3505.77	c number of reductions to clauses (during analyze)	: 0
3600.08/3505.77	c number of learned constraints concerned by reduction	: 0
3600.08/3505.77	c number of learning phase by resolution	: 0
3600.08/3505.77	c number of learning phase by cutting planes	: 0
3600.08/3505.77	c number of rounding to 1 operations	: 1507552
3600.08/3505.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3505.78	c number of reductions of the coefficients by power 2 	: 0
3600.08/3505.78	c number of right shift for reduction by power 2 	: 0
3600.08/3505.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3505.78	c number of ending skipping 	: 0
3600.08/3505.78	c number of internal skipping 	: 0
3600.08/3505.78	c number of derivation steps 	: 3809967
3600.08/3505.78	c number of skipped derivation steps 	: 0
3600.08/3505.78	c number of remaining unassigned 	: 193284
3600.08/3505.78	c number of remaining assigned 	: 121618702
3600.08/3505.79	c number of falsified literals weakened from reason	: 0
3600.08/3505.79	c number of falsified literals weakened from conflict	: 0
3600.08/3505.79	c time for arithmetic operations	: 5564481962
3600.08/3505.79	c minimum degree of deleted constraints	: 4
3600.08/3505.80	c maximum degree of deleted constraints	: 14056876421
3600.08/3505.80	c number of deleted constraints	: 370517
3600.29/3505.81	c speed (assignments/second)	: 1200.5897020392792
3600.29/3505.81	c non guided choices	: 0
3600.68/3506.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158428
3600.68/3506.09	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11050
3600.68/3506.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16471
3600.68/3506.09	s SATISFIABLE
3600.68/3506.09	c Found 8 solution(s)
3600.68/3506.09	v -x1 x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 x50 x51 -x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 x79 x80 -x81 -x82 -x83 -x84 x85 x86 x87 x88 -x89 x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 
3600.68/3506.09	c objective function=-26
3600.68/3506.09	c Total wall clock time (in seconds): 3505.66

Verifier Data

OK	-26

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: 64096 MiB (61362 MiB free)
  memory of node 1: 64473 MiB (62168 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459781-1721939463/watcher-4459781-1721939463 -o /tmp/evaluation-result-4459781-1721939463/solver-4459781-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721939462-239223 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459781-1721939463.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=239303, runsolver pid=239300

[startup+0.102785 s]*
/proc/loadavg: 0.10 0.10 0.19 12/292 239325
/proc/meminfo: memFree=126455944/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=18975048 memory=56164 CPUtime=0.11 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 6171 0 0 0 7 4 0 0 20 0 18 0 29935540 19430449152 14041 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4743762 14041 5466 1 0 550674 0
[pid=239303/tid=239305] ppid=239300 vsize=18975048 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 5171 0 0 0 4 3 0 0 20 0 18 0 29935541 19430449152 14041 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=18975048 memory=224262584418 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935548 19430449152 14041 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=18975048 memory=1280751 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935549 19430449152 14041 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56164 KiB

[startup+0.221785 s]*
/proc/loadavg: 0.10 0.10 0.19 8/297 239337
/proc/meminfo: memFree=126429212/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=18975048 memory=59948 CPUtime=0.29 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 6919 0 0 0 24 5 0 0 20 0 18 0 29935540 19430449152 14987 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4743762 14987 5690 1 0 551321 0
[pid=239303/tid=239305] ppid=239300 vsize=18975048 memory=3461362060219711619 CPUtime=0.18 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 5537 0 0 0 15 3 0 0 20 0 18 0 29935541 19430449152 14987 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=18975048 memory=1276314 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935548 19430449152 14987 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935549 19430449152 14987 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59948 KiB

[startup+0.322023 s]*
/proc/loadavg: 0.10 0.10 0.19 14/314 239354
/proc/meminfo: memFree=126381824/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=18975048 memory=65124 CPUtime=0.46 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 7195 0 0 0 41 5 0 0 20 0 18 0 29935540 19430449152 16281 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4743762 16281 5699 1 0 551519 0
[pid=239303/tid=239305] ppid=239300 vsize=18975048 memory=-9032645679345541820 CPUtime=0.27 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 1077936192 5706 0 0 0 23 4 0 0 20 0 18 0 29935541 19430449152 16281 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935548 19430449152 16281 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935549 19430449152 16281 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65124 KiB

[startup+0.702771 s]
/proc/loadavg: 0.10 0.10 0.19 16/315 239355
/proc/meminfo: memFree=126311216/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19041612 memory=78576 CPUtime=1.14 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 7830 0 0 0 107 7 0 0 20 0 19 0 29935540 19498610688 19644 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4760403 19644 5895 1 0 552160 0
[pid=239303/tid=239305] ppid=239300 vsize=19041612 memory=12620 CPUtime=0.58 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 6072 0 0 0 54 4 0 0 20 0 19 0 29935541 19498610688 19644 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19041612 memory=12620 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29935548 19498610688 19644 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29935549 19498610688 19644 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78576 KiB

[startup+1.50779 s]
/proc/loadavg: 0.10 0.10 0.19 11/319 239361
/proc/meminfo: memFree=126010580/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=182612 CPUtime=2.7 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 16382 0 0 0 259 11 0 0 20 0 20 0 29935540 19566772224 45653 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 45653 5943 1 0 556108 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=12620 CPUtime=1.27 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 6792 0 0 0 120 7 0 0 20 0 20 0 29935541 19566772224 45653 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 45653 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 45653 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 45653 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182612 KiB

[startup+3.10575 s]
/proc/loadavg: 0.10 0.10 0.19 8/321 239363
/proc/meminfo: memFree=121770780/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=777464 CPUtime=5.63 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 21076 0 0 0 538 25 0 0 20 0 20 0 29935540 19566772224 194366 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 194366 5943 1 0 727009 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=0 CPUtime=2.8 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 7436 0 0 0 261 19 0 0 20 0 20 0 29935541 19566772224 194366 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=11536 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 194366 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=16228 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 194366 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=12620 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 194366 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 777464 KiB

[startup+6.30039 s]
/proc/loadavg: 0.73 0.23 0.23 6/321 239363
/proc/meminfo: memFree=119879096/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=1046488 CPUtime=9.85 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 23255 0 0 0 953 32 0 0 20 0 20 0 29935540 19566772224 261622 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 261622 5943 1 0 727022 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=12620 CPUtime=5.88 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 7599 0 0 0 564 24 0 0 20 0 20 0 29935541 19566772224 261622 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=1038640 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 261622 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=29785 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 261622 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=-9177605292351529660 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 261622 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 9.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1046488 KiB

[startup+12.7005 s]
/proc/loadavg: 1.08 0.31 0.26 6/321 239364
/proc/meminfo: memFree=117908744/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=2281188 CPUtime=17.01 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 25939 0 0 0 1643 58 0 0 20 0 20 0 29935540 19566772224 570297 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 570297 5943 1 0 862828 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=-9177605292351529660 CPUtime=12.12 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 9172 0 0 0 1164 48 0 0 20 0 20 0 29935541 19566772224 570297 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=-9177605292351529660 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 570297 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=12620 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 570297 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=851192 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 570297 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2281188 KiB

[startup+25.5028 s]
/proc/loadavg: 1.80 0.51 0.32 6/321 239434
/proc/meminfo: memFree=116612328/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=2290856 CPUtime=30.81 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 34248 0 0 0 3020 61 0 0 20 0 20 0 29935540 19566772224 572714 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 572714 5943 1 0 863068 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=851192 CPUtime=24.44 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 11311 0 0 0 2395 49 0 0 20 0 20 0 29935541 19566772224 572714 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=11536 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 572714 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=2289924 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 572714 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=2287876 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 572714 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2290856 KiB

[startup+51.1135 s]
/proc/loadavg: 2.70 0.83 0.43 5/321 239438
/proc/meminfo: memFree=110999092/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=2803732 CPUtime=58.27 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 42426 0 0 0 5752 75 0 0 20 0 20 0 29935540 19566772224 700933 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 700933 5959 1 0 993297 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=3752 CPUtime=49.3 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 14242 0 0 0 4870 60 0 0 20 0 20 0 29935541 19566772224 700933 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=2801684 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 700933 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=2803732 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 700933 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0

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

/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109334 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437336 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2159 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109334 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437336 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109334 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3237.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437336 KiB

[startup+3222.3 s]
/proc/loadavg: 5.12 4.74 4.44 5/320 240588
/proc/meminfo: memFree=98261636/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4437348 CPUtime=3302.62 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 354988 0 0 0 329895 367 0 0 20 0 20 0 29935540 19566772224 1109337 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109337 5987 1 0 1120245 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3152.4 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 175401 0 0 0 315139 101 0 0 20 0 20 0 29935541 19566772224 1109337 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437336 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109337 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437336 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2160 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109337 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437348 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109337 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3302.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.69 4.68 4.44 6/320 241050
/proc/meminfo: memFree=102369476/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4437360 CPUtime=3362.79 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 359569 0 0 0 335909 370 0 0 20 0 20 0 29935540 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109340 5987 1 0 1120245 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3211.51 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 177090 0 0 0 321050 101 0 0 20 0 20 0 29935541 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2188 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3362.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.63 4.44 5/320 241126
/proc/meminfo: memFree=101164328/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4437360 CPUtime=3425.81 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 365227 0 0 0 342205 376 0 0 20 0 20 0 29935540 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109340 5987 1 0 1120245 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3270.51 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 180519 0 0 0 326950 101 0 0 20 0 20 0 29935541 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2253 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3425.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.46 4.58 4.44 5/320 241137
/proc/meminfo: memFree=100689708/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4437360 CPUtime=3488.46 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 381436 0 0 0 348463 383 0 0 20 0 20 0 29935540 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109340 5987 1 0 1120245 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3329.63 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 188991 0 0 0 332861 102 0 0 20 0 20 0 29935541 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2352 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109340 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3488.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.49 4.41 5/322 241318
/proc/meminfo: memFree=100676192/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4437440 CPUtime=3553.77 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 408170 0 0 0 354986 391 0 0 20 0 20 0 29935540 19566772224 1109360 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109360 6003 1 0 1120245 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3388.76 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 202785 0 0 0 338773 103 0 0 20 0 20 0 29935541 19566772224 1109360 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109360 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437360 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2352 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109360 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437440 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109360 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3553.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4437440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3505.7 s]
/proc/loadavg: 4.32 4.47 4.41 5/323 241326
/proc/meminfo: memFree=100661096/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19108176 memory=4438216 CPUtime=3600.08 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 411231 0 0 0 359613 395 0 0 20 0 20 0 29935540 19566772224 1109554 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4777044 1109554 6003 1 0 1120428 0
[pid=239303/tid=239305] ppid=239300 vsize=19108176 memory=4429088 CPUtime=3431.58 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 205502 0 0 0 343054 104 0 0 20 0 20 0 29935541 19566772224 1109554 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19108176 memory=4437440 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935548 19566772224 1109554 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19108176 memory=4437480 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2375 0 0 0 0 0 0 0 20 0 20 0 29935549 19566772224 1109554 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239357] ppid=239300 vsize=19108176 memory=4437480 CPUtime=0 cores=4,6
/proc/239303/task/239357/stat : 239357 (Timer-0) S 239300 239303 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935604 19566772224 1109554 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4438216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.99437 s

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

[startup+3506.01 s]*
/proc/loadavg: 4.29 4.46 4.41 7/324 241329
/proc/meminfo: memFree=100660272/131655788 swapFree=131056320/131071996
[pid=239303] ppid=239300 vsize=19307868 memory=4439036 CPUtime=3600.68 cores=4,6
/proc/239303/stat : 239303 (java) S 239300 239303 239212 0 -1 1077936128 414932 0 0 0 359672 396 0 0 20 0 21 0 29935540 19771256832 1109759 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
/proc/239303/statm: 4826967 1109759 6002 1 0 1121403 0
[pid=239303/tid=239305] ppid=239300 vsize=19307868 memory=-8886844974287266492 CPUtime=3431.89 cores=4,6
/proc/239303/task/239305/stat : 239305 (java) R 239300 239303 239212 0 -1 4194368 205710 0 0 0 343085 104 0 0 20 0 21 0 29935541 19771256832 1109759 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239314] ppid=239300 vsize=19307868 memory=1469364720277226073 CPUtime=0 cores=4,6
/proc/239303/task/239314/stat : 239314 (Finalizer) S 239300 239303 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29935548 19771256832 1109759 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=239323] ppid=239300 vsize=19307868 memory=1469364720277226073 CPUtime=0 cores=4,6
/proc/239303/task/239323/stat : 239323 (Common-Cleaner) S 239300 239303 239212 0 -1 1077936192 2375 0 0 0 0 0 0 0 20 0 21 0 29935549 19771256832 1109759 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
[pid=239303/tid=241328] ppid=239300 vsize=19307868 memory=1646720 CPUtime=0.13 cores=4,6
/proc/239303/task/241328/stat : 241328 (Thread-0) R 239300 239303 239212 0 -1 4194368 607 0 0 0 13 0 0 0 20 0 21 0 30286111 19771256832 1109759 134679101440 94726543458304 94726543462000 140724196143152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726543469816 94726543470608 94726547685376 140724196148207 140724196148320 140724196148320 140724196155336 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4439036 KiB

[startup+3506.11 s]*
/proc/loadavg: 4.29 4.46 4.41 5/305 241329
/proc/meminfo: memFree=104965080/131655788 swapFree=131056320/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3506.13
CPU time (s): 3600.87
CPU user time (s): 3596.88
CPU system time (s): 3.99437
CPU usage (%): 102.702
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4439036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.99437
maximum resident set size= 4439836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126848
involuntary context switches= 10079


# summary of solver processes directly reported to runsolver:
#   pid: 239303
#   total CPU time (s): 3600.87
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.99437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1299 second user time and 35.5968 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-25 22:31:03
IDJOB=4459781
IDBENCH=148560
IDSOLVER=3046
FILE ID=nodeC006/4459781-1721939463
RUNJOBID= nodeC006-1721939462-239223
SLURM_JOB_ID= 8247260
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459781-1721939463/watcher-4459781-1721939463 -o /tmp/evaluation-result-4459781-1721939463/solver-4459781-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721939462-239223 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459781-1721939463.opb

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

MD5SUM BENCH= de470c54aa7fb3a19a57813bb6f3b05e
RANDOM SEED=1195961217

nodeC006.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	: 0xb00001f
cpu MHz		: 1197.178
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.369
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.106
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.100
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126503604 kB
MemAvailable:   129733268 kB
Buffers:          337384 kB
Cached:          3501964 kB
SwapCached:          244 kB
Active:          2053896 kB
Inactive:        2176372 kB
Active(anon):       1712 kB
Inactive(anon):   434452 kB
Active(file):    2052184 kB
Inactive(file):  1741920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              2772 kB
Writeback:             0 kB
AnonPages:        390812 kB
Mapped:           112264 kB
Shmem:             45244 kB
KReclaimable:     497468 kB
Slab:             608380 kB
SReclaimable:     497468 kB
SUnreclaim:       110912 kB
KernelStack:        4256 kB
PageTables:        10496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5060996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-25 23:29:29