Trace number 4264102

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
AbsCon-basic 2017-06-11SAT (TO)1293 2520.05 2516.9199

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-2.xml
MD5SUM42633f1d08cbe99acfb79d5a930fb228
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1218
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1322
Maximum domain size1322
Distribution of domain sizes[{"size":1322,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.32/0.32	
0.32/0.32	AbsCon 2 
0.32/0.32	
0.66/0.58	  Solving XCSP3-instance-4264102-1502261364 as a COP in -infty..+infty
0.66/0.58	  Loading variables...
0.93/0.67	  Loading constraints...
1.56/0.84	  Solver SolverBacktrack being built...
1.56/0.84	
19.48/18.47	  Preprocessing : gac=true, ccks=237248797, filters=871, revisions=901 (useless=30), AC=178896, removals=178896, inconsistent=false
19.48/18.47	
111.09/109.56	o 1320
293.14/290.69	o 1319
484.12/481.58	o 1303
1222.62/1219.88	o 1301
1724.04/1721.12	o 1296
1890.50/1887.50	o 1293
2520.03/2516.91	
2520.03/2516.91	v <instantiation id='sol6' type='solution' cost='1293'>  <list> s[][] e[] </list>  <values> 36 252 333 414 476 556 564 602 664 718 1014 1102 1184 1187 1199 0 83 134 181 196 285 361 413 431 453 538 723 775 804 1260 170 260 307 400 559 597 678 774 870 889 928 993 1170 1260 1269 0 33 115 230 272 368 399 514 540 747 868 978 1049 1141 1218 134 170 219 229 285 453 597 616 681 718 785 902 913 986 1082 0 83 146 169 233 340 464 515 591 637 667 723 785 847 913 83 152 230 313 414 454 500 514 529 545 637 709 987 1095 1133 0 105 502 506 509 817 879 929 986 1035 1060 1087 1142 1147 1218 0 69 123 196 367 525 750 880 928 953 993 1087 1109 1187 1246 0 27 31 115 195 244 344 434 480 588 660 678 701 828 1184 0 129 232 313 476 718 723 784 807 889 953 1064 1071 1125 1217 31 109 167 244 287 288 354 453 545 625 899 978 987 1071 1095 0 83 195 333 371 523 576 587 604 733 747 804 868 929 1088 33 43 371 464 527 588 675 750 840 880 957 965 992 1102 1171 0 73 109 181 307 320 431 538 622 675 733 828 924 1014 1082 1287 1282 1290 1293 1094 985 1197 1245 1262 1207 1255 1137 1105 1235 1157 </values>  </instantiation>
2520.03/2516.91	s SATISFIABLE

Verifier Data

OK	1293

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264102-1502261364/watcher-4264102-1502261364 -o /tmp/evaluation-result-4264102-1502261364/solver-4264102-1502261364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264102-1502261364.xml 

pid=23355
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.97 3/196 23358
/proc/meminfo: memFree=31088676/32770624 swapFree=0/439556
[pid=23358] ppid=23355 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23358/stat : 23358 (runsolver) D 23355 23358 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 28330045 24240128 108 18446744073709551615 4194304 4338465 140730758610288 140730758607928 140088240448215 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 19308544 140730758619296 140730758619722 140730758619722 140730758623178 0
/proc/23358/statm: 5918 108 54 36 0 2156 0

[startup+0.10018 s]
/proc/loadavg: 2.00 2.01 1.97 3/196 23358
/proc/meminfo: memFree=31088676/32770624 swapFree=0/439556
[pid=23358] ppid=23355 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 3883 0 0 0 3 0 0 0 20 0 9 0 28330045 10395312128 4989 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2537918 4989 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200337 s]
/proc/loadavg: 2.00 2.01 1.97 3/196 23358
/proc/meminfo: memFree=31088676/32770624 swapFree=0/439556
[pid=23358] ppid=23355 vsize=10551180 CPUtime=0.12 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 5142 0 0 0 11 1 0 0 20 0 15 0 28330045 10804408320 7238 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2637795 7238 2818 1 0 2627261 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10551180

[startup+0.300309 s]
/proc/loadavg: 2.00 2.01 1.97 3/196 23358
/proc/meminfo: memFree=31088676/32770624 swapFree=0/439556
[pid=23358] ppid=23355 vsize=10553264 CPUtime=0.32 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 8466 0 0 0 29 3 0 0 20 0 15 0 28330045 10806542336 10369 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2638316 10369 2964 1 0 2627261 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10553264

[startup+0.701174 s]
/proc/loadavg: 2.00 2.01 1.97 3/196 23358
/proc/meminfo: memFree=31088676/32770624 swapFree=0/439556
[pid=23358] ppid=23355 vsize=10621952 CPUtime=1.23 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 13054 0 0 0 118 5 0 0 20 0 16 0 28330045 10876878848 20876 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2655488 20876 3091 1 0 2644414 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10621952

[startup+1.50058 s]
/proc/loadavg: 2.00 2.01 1.97 2/191 23423
/proc/meminfo: memFree=31354260/32770624 swapFree=0/439544
[pid=23358] ppid=23355 vsize=10624000 CPUtime=2.46 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 14217 0 0 0 240 6 0 0 20 0 16 0 28330045 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 28307 3103 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=0.29 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 1047 0 0 0 29 0 0 0 20 0 16 0 28330056 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 665 0 0 0 30 0 0 0 20 0 16 0 28330056 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 1971 0 0 0 45 0 0 0 20 0 16 0 28330056 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330061 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=1.17 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 3451 0 0 0 115 2 0 0 20 0 16 0 28330077 10878976000 28307 18446744073709551615 4194304 4196468 140726931332736 139636356602840 139636992013504 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 10624000

[startup+3.10054 s]
/proc/loadavg: 1.92 2.00 1.97 4/212 23453
/proc/meminfo: memFree=31220920/32770624 swapFree=0/439568
[pid=23358] ppid=23355 vsize=10624000 CPUtime=4.1 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 15358 0 0 0 403 7 0 0 20 0 16 0 28330045 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 28349 3104 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 1222 0 0 0 30 0 0 0 20 0 16 0 28330056 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 1045 0 0 0 31 0 0 0 20 0 16 0 28330056 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 2326 0 0 0 46 0 0 0 20 0 16 0 28330056 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 28330061 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=2.76 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 3637 0 0 0 274 2 0 0 20 0 16 0 28330077 10878976000 28349 18446744073709551615 4194304 4196468 140726931332736 139636356599728 139636992012328 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 10624000

[startup+6.30061 s]
/proc/loadavg: 1.92 2.00 1.97 3/212 23453
/proc/meminfo: memFree=31002128/32770624 swapFree=0/439608
[pid=23358] ppid=23355 vsize=10624000 CPUtime=7.35 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 17236 0 0 0 728 7 0 0 20 0 16 0 28330045 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 28440 3108 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 1712 0 0 0 33 0 0 0 20 0 16 0 28330056 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.34 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 1186 0 0 0 34 0 0 0 20 0 16 0 28330056 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 2789 0 0 0 46 0 0 0 20 0 16 0 28330056 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 16 0 28330061 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=5.96 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 3839 0 0 0 594 2 0 0 20 0 16 0 28330077 10878976000 28440 18446744073709551615 4194304 4196468 140726931332736 139636356599760 139636992044824 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.86 1.98 1.96 3/212 23453
/proc/meminfo: memFree=31001276/32770624 swapFree=0/439608
[pid=23358] ppid=23355 vsize=10624000 CPUtime=13.78 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 19111 0 0 0 1371 7 0 0 20 0 16 0 28330045 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 28553 3108 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 28553 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0

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

/proc/meminfo: memFree=30931080/32770624 swapFree=0/440208
[pid=23358] ppid=23355 vsize=10624000 CPUtime=2445.39 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 51308 0 0 0 244503 36 0 0 20 0 16 0 28330045 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 39259 3121 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 1351 0 0 0 1 1 0 0 20 0 16 0 28330053 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=1.22 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 8785 0 0 0 121 1 0 0 20 0 16 0 28330056 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.93 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 6556 0 0 0 92 1 0 0 20 0 16 0 28330056 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 8592 0 0 0 63 1 0 0 20 0 16 0 28330056 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 1228 0 0 0 18 29 0 0 20 0 16 0 28330061 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=2441.84 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 17721 0 0 0 244180 4 0 0 20 0 16 0 28330077 10878976000 39259 18446744073709551615 4194304 4196468 140726931332736 139636356601608 139636992004756 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 2445.39
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/211 23623
/proc/meminfo: memFree=30931156/32770624 swapFree=0/440220
[pid=23358] ppid=23355 vsize=10624000 CPUtime=2505.42 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 51712 0 0 0 250506 36 0 0 20 0 16 0 28330045 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 39262 3121 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 1380 0 0 0 1 1 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=1.23 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 8794 0 0 0 122 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 6657 0 0 0 93 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 8663 0 0 0 63 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 1257 0 0 0 18 29 0 0 20 0 16 0 28330061 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=2501.84 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 17886 0 0 0 250180 4 0 0 20 0 16 0 28330077 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636356600464 139636993766552 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 2505.42
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.91 s]
/proc/loadavg: 2.00 2.03 2.05 3/211 23623
/proc/meminfo: memFree=30931156/32770624 swapFree=0/440216
[pid=23358] ppid=23355 vsize=10624000 CPUtime=2520.03 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 51714 0 0 0 251967 36 0 0 20 0 16 0 28330045 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 39262 3121 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 1380 0 0 0 1 1 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=1.23 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 8794 0 0 0 122 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 6657 0 0 0 93 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 8663 0 0 0 63 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 1259 0 0 0 18 29 0 0 20 0 16 0 28330061 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=2516.44 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 17886 0 0 0 251640 4 0 0 20 0 16 0 28330077 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636356600464 139636993766372 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 10624000

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

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

[startup+2516.91 s]
/proc/loadavg: 2.00 2.03 2.05 3/211 23623
/proc/meminfo: memFree=30931156/32770624 swapFree=0/440216
[pid=23358] ppid=23355 vsize=10624000 CPUtime=2520.03 cores=1,3,5,7
/proc/23358/stat : 23358 (java) S 23355 23358 16590 0 -1 1077944320 51714 0 0 0 251967 36 0 0 20 0 16 0 28330045 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 140726931315280 139637396434679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
/proc/23358/statm: 2656000 39262 3121 1 0 2644926 0
[pid=23358/tid=23360] ppid=23355 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23358/task/23360/stat : 23360 (java) S 23355 23358 16590 0 -1 1077944384 5715 0 0 0 19 2 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637400677552 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23364] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23364/stat : 23364 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637326854544 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23365] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23365/stat : 23365 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637325801744 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23366] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23366/stat : 23366 (java) S 23355 23358 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637324749456 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23367] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23367/stat : 23367 (java) S 23355 23358 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28330051 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139637323696656 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23368] ppid=23355 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/23358/task/23368/stat : 23368 (java) S 23355 23358 16590 0 -1 1077944384 1380 0 0 0 1 1 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636436322928 139637396445826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23369] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23369/stat : 23369 (java) S 23355 23358 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636435268896 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23370] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23370/stat : 23370 (java) S 23355 23358 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28330053 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636366108272 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23371] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23371/stat : 23371 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636365056592 139637396453275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23372] ppid=23355 vsize=10624000 CPUtime=1.23 cores=1,3,5,7
/proc/23358/task/23372/stat : 23372 (java) S 23355 23358 16590 0 -1 1077944384 8794 0 0 0 122 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636364003440 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23373] ppid=23355 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/23358/task/23373/stat : 23373 (java) S 23355 23358 16590 0 -1 1077944384 6657 0 0 0 93 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636362950640 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23374] ppid=23355 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/23358/task/23374/stat : 23374 (java) S 23355 23358 16590 0 -1 1077944384 8663 0 0 0 63 1 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636361898352 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23375] ppid=23355 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23358/task/23375/stat : 23375 (java) S 23355 23358 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28330056 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636360845792 139637396444885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23376] ppid=23355 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/23358/task/23376/stat : 23376 (java) S 23355 23358 16590 0 -1 1077944384 1259 0 0 0 18 29 0 0 20 0 16 0 28330061 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636359793584 139637396445826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
[pid=23358/tid=23400] ppid=23355 vsize=10624000 CPUtime=2516.44 cores=1,3,5,7
/proc/23358/task/23400/stat : 23400 (java) R 23355 23358 16590 0 -1 4202560 17886 0 0 0 251640 4 0 0 20 0 16 0 28330077 10878976000 39262 18446744073709551615 4194304 4196468 140726931332736 139636356600464 139636993766372 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140726931333582 140726931333711 140726931333711 140726931337167 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2516.92
CPU time (s): 2520.05
CPU user time (s): 2519.68
CPU system time (s): 0.372017
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.68
system time used= 0.372017
maximum resident set size= 165820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57578
involuntary context switches= 662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3195 second user time and 11.2059 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-09 08:35:19
IDJOB=4264102
IDBENCH=115735
IDSOLVER=2652
FILE ID=node127/4264102-1502261364
RUNJOBID= node127-1502258002-23062
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-2.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264102-1502261364/watcher-4264102-1502261364 -o /tmp/evaluation-result-4264102-1502261364/solver-4264102-1502261364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264102-1502261364.xml

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

MD5SUM BENCH= 42633f1d08cbe99acfb79d5a930fb228
RANDOM SEED=252759465

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31089300 kB
MemAvailable:   31658340 kB
Buffers:          190532 kB
Cached:           662848 kB
SwapCached:            0 kB
Active:           810440 kB
Inactive:         456272 kB
Active(anon):     413152 kB
Inactive(anon):    16716 kB
Active(file):     397288 kB
Inactive(file):   439556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7848 kB
Writeback:             0 kB
AnonPages:        417024 kB
Mapped:            48004 kB
Shmem:             17060 kB
Slab:             120708 kB
SReclaimable:      96064 kB
SUnreclaim:        24644 kB
KernelStack:        3632 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1272364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-09 09:17:16