Trace number 4272056

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
choco-solver 5a (2017-07-26)SAT (TO)8 2520.05 2490.02

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
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.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272056-1502707952.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272056-1502707952.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
1.09/0.74	c solve instance...
1.39/0.86	o 11 
1.39/0.89	o 10 
1.71/0.91	o 9 
15.66/10.11	o 8 
2520.02/2490.01	s SATISFIABLE
2520.02/2490.01	v <instantiation>
2520.02/2490.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2520.02/2490.01	v 	<values>2 7 5 3 1 6 4 8 3 4 0 8 2 5 1 6 1 5 6 4 3 7 0 2 4 0 7 1 6 2 5 3 7 1 2 0 5 3 6 4 8 6 3 7 4 0 2 1 0 2 4 6 8 1 3 5 5 3 1 2 0 4 8 7 </values>
2520.02/2490.01	v </instantiation>
2520.02/2490.01	c Unexpected resolution interruption!

Verifier Data

OK	8

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (14158 MiB free)
  memory of node 1: 16384 MiB (15362 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272056-1502707952/watcher-4272056-1502707952 -o /tmp/evaluation-result-4272056-1502707952/solver-4272056-1502707952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 673910943 HOME/instance-4272056-1502707952.xml 

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
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=18000, runsolver pid=17997

[startup+0.100127 s]*
/proc/loadavg: 1.75 1.63 1.61 3/197 18002
/proc/meminfo: memFree=30228680/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=11661736 memory=9628 CPUtime=0 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 2197 0 0 0 0 0 0 0 20 0 6 0 73015909 11941617664 2407 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 2915434 2407 1151 1 0 2905404 0
[pid=18002/tid=18003] ppid=18000 vsize=13356504 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 1173 0 0 0 0 0 0 0 20 0 6 0 73015910 13677060096 2664 18446744073709551615 4194304 4196468 140728487822944 140338911090792 140338899086142 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13356504 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73015910 13677060096 2664 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13356504 memory=139825695755167 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73015910 13677060096 2664 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 73015910 13677060096 2664 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73015910 13677060096 2664 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11671248 KiB
Current children cumulated memory: 11008 KiB

[startup+0.20975 s]*
/proc/loadavg: 1.75 1.63 1.61 3/211 18016
/proc/meminfo: memFree=30216704/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13974352 memory=27192 CPUtime=0.08 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 5207 0 0 0 7 1 0 0 20 0 15 0 73015909 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3493588 6798 2727 1 0 3482964 0
[pid=18002/tid=18003] ppid=18000 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 3362 0 0 0 6 0 0 0 20 0 15 0 73015910 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338911082256 140338889123872 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13974352 memory=139825695755167 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13974352 memory=139825695737472 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13974352 memory=139825695737472 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) S 18000 18000 897 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13974352 memory=139825695737472 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015919 14309736448 6798 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28572 KiB

[startup+0.310161 s]*
/proc/loadavg: 1.75 1.63 1.61 5/211 18016
/proc/meminfo: memFree=30201812/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13974352 memory=36904 CPUtime=0.26 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 8776 0 0 0 24 2 0 0 20 0 15 0 73015909 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3493588 9226 2984 1 0 3482964 0
[pid=18002/tid=18003] ppid=18000 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 6079 0 0 0 15 1 0 0 20 0 15 0 73015910 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338911082352 140338543017542 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73015912 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 73015915 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 73015915 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13974352 memory=139825695737472 CPUtime=0.05 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) R 18000 18000 897 0 -1 4202560 701 0 0 0 5 0 0 0 20 0 15 0 73015915 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338891495819 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13974352 memory=139825695737472 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015919 14309736448 9226 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38284 KiB

[startup+0.70083 s]
/proc/loadavg: 1.75 1.63 1.61 3/211 18016
/proc/meminfo: memFree=30190464/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13980732 memory=62056 CPUtime=1.09 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 12159 0 0 0 104 5 0 0 20 0 15 0 73015909 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3495183 15514 3147 1 0 3483476 0
[pid=18002/tid=18003] ppid=18000 vsize=13980732 memory=40456 CPUtime=0.54 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 8414 0 0 0 51 3 0 0 20 0 15 0 73015910 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338911084160 140338543040096 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13980732 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13980732 memory=25332 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13980732 memory=6657 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13980732 memory=6660 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13980732 memory=333 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13980732 memory=277 CPUtime=0.12 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 15 0 73015915 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13980732 memory=939 CPUtime=0.09 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 284 0 0 0 9 0 0 0 20 0 15 0 73015915 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13980732 memory=249 CPUtime=0.3 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) R 18000 18000 897 0 -1 4202560 1318 0 0 0 30 0 0 0 20 0 15 0 73015915 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338379163664 140338885338784 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13980732 memory=63 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13980732 memory=5 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015919 14316269568 15514 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63436 KiB

[startup+1.50083 s]
/proc/loadavg: 1.75 1.63 1.61 5/211 18016
/proc/meminfo: memFree=30142772/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13980732 memory=126560 CPUtime=3.65 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 39877 0 0 0 357 8 0 0 20 0 15 0 73015909 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3495183 31640 3184 1 0 3483476 0
[pid=18002/tid=18003] ppid=18000 vsize=13980732 memory=118704 CPUtime=1.34 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 9227 0 0 0 131 3 0 0 20 0 15 0 73015910 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338911088240 140338547078861 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13980732 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13980732 memory=25332 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13980732 memory=279651092008656 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73015910 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 31640 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0

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

/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13980732 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13980732 memory=1728 CPUtime=2.91 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 26321 0 0 0 287 4 0 0 20 0 15 0 73015915 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13980732 memory=1380 CPUtime=3.09 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 24677 0 0 0 307 2 0 0 20 0 15 0 73015915 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13980732 memory=480392 CPUtime=0.78 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) S 18000 18000 897 0 -1 1077944384 14353 0 0 0 77 1 0 0 20 0 15 0 73015915 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13980732 memory=1380 CPUtime=0.59 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 2222 0 0 0 26 33 0 0 20 0 15 0 73015919 14316269568 120622 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 2350.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 483868 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.65 1.64 3/211 18180
/proc/meminfo: memFree=26817696/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13980732 memory=314868 CPUtime=2411.06 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 232436 0 0 0 240949 157 0 0 20 0 15 0 73015909 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3495183 78717 3253 1 0 3483476 0
[pid=18002/tid=18003] ppid=18000 vsize=13980732 memory=314868 CPUtime=2372.69 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 45601 0 0 0 237240 29 0 0 20 0 15 0 73015910 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338911088432 140338548830518 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13980732 memory=314868 CPUtime=7.37 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 12847 0 0 0 715 22 0 0 20 0 15 0 73015910 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13980732 memory=1380 CPUtime=7.37 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 14264 0 0 0 716 21 0 0 20 0 15 0 73015910 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13980732 memory=314868 CPUtime=7.38 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 14021 0 0 0 718 20 0 0 20 0 15 0 73015910 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13980732 memory=1380 CPUtime=7.37 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 14777 0 0 0 718 19 0 0 20 0 15 0 73015910 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13980732 memory=412748 CPUtime=1.39 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 61982 0 0 0 125 14 0 0 20 0 15 0 73015912 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13980732 memory=314828 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13980732 memory=40560 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13980732 memory=1292 CPUtime=2.91 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 26321 0 0 0 287 4 0 0 20 0 15 0 73015915 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13980732 memory=1380 CPUtime=3.09 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 24677 0 0 0 307 2 0 0 20 0 15 0 73015915 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13980732 memory=314868 CPUtime=0.78 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) S 18000 18000 897 0 -1 1077944384 14353 0 0 0 77 1 0 0 20 0 15 0 73015915 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13980732 memory=314868 CPUtime=0.6 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 2232 0 0 0 27 33 0 0 20 0 15 0 73015919 14316269568 78717 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 2411.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 316248 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 1.76 1.68 3/211 18260
/proc/meminfo: memFree=30096392/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13980732 memory=311492 CPUtime=2471.68 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 238716 0 0 0 247008 160 0 0 20 0 15 0 73015909 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3495183 77873 3253 1 0 3483476 0
[pid=18002/tid=18003] ppid=18000 vsize=13980732 memory=326448 CPUtime=2432.45 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 46687 0 0 0 243215 30 0 0 20 0 15 0 73015910 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338911088640 140338548640916 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13980732 memory=344912 CPUtime=7.57 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 12956 0 0 0 735 22 0 0 20 0 15 0 73015910 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13980732 memory=1380 CPUtime=7.56 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 14800 0 0 0 735 21 0 0 20 0 15 0 73015910 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13980732 memory=379864 CPUtime=7.58 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 14429 0 0 0 738 20 0 0 20 0 15 0 73015910 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13980732 memory=311492 CPUtime=7.58 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 14962 0 0 0 739 19 0 0 20 0 15 0 73015910 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13980732 memory=1380 CPUtime=1.43 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 65925 0 0 0 129 14 0 0 20 0 15 0 73015912 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13980732 memory=412748 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13980732 memory=40560 CPUtime=2.91 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 26323 0 0 0 287 4 0 0 20 0 15 0 73015915 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13980732 memory=-8774313645642428999 CPUtime=3.09 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 24680 0 0 0 307 2 0 0 20 0 15 0 73015915 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13980732 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) S 18000 18000 897 0 -1 1077944384 14357 0 0 0 77 1 0 0 20 0 15 0 73015915 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13980732 memory=344912 CPUtime=0.62 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 2236 0 0 0 28 34 0 0 20 0 15 0 73015919 14316269568 77873 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 2471.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 312872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490 s]*
/proc/loadavg: 1.82 1.74 1.68 3/211 18260
/proc/meminfo: memFree=29481532/32770624 swapFree=67108860/67108860
[pid=18000] ppid=17997 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18000/stat : 18000 (xcsp3-exec) S 17997 18000 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73015899 9740288 345 18446744073709551615 4194304 5098028 140731945973920 140731945972024 140193189839484 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11390976 140731945980281 140731945980485 140731945980485 140731945983979 0
/proc/18000/statm: 2378 345 289 221 0 87 0
[pid=18002] ppid=18000 vsize=13980732 memory=399844 CPUtime=2520.02 cores=1,3,5,7
/proc/18002/stat : 18002 (java) S 18000 18000 897 0 -1 1077944320 244539 0 0 0 251832 170 0 0 20 0 15 0 73015909 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140728487805488 140338906849015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
/proc/18002/statm: 3495183 99961 3253 1 0 3483476 0
[pid=18002/tid=18003] ppid=18000 vsize=13980732 memory=-8774313645642428999 CPUtime=2479.9 cores=1,3,5,7
/proc/18002/task/18003/stat : 18003 (java) R 18000 18000 897 0 -1 4202560 47986 0 0 0 247954 36 0 0 20 0 15 0 73015910 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338911088512 140338548640916 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18004] ppid=18000 vsize=13980732 memory=4872558044660077418 CPUtime=7.78 cores=1,3,5,7
/proc/18002/task/18004/stat : 18004 (java) S 18000 18000 897 0 -1 1077944384 13282 0 0 0 755 23 0 0 20 0 15 0 73015910 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338863815568 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18005] ppid=18000 vsize=13980732 memory=2752 CPUtime=7.77 cores=1,3,5,7
/proc/18002/task/18005/stat : 18005 (java) S 18000 18000 897 0 -1 1077944384 14963 0 0 0 755 22 0 0 20 0 15 0 73015910 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338862762768 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18006] ppid=18000 vsize=13980732 memory=2752 CPUtime=7.78 cores=1,3,5,7
/proc/18002/task/18006/stat : 18006 (java) S 18000 18000 897 0 -1 1077944384 14704 0 0 0 757 21 0 0 20 0 15 0 73015910 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338505378960 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18007] ppid=18000 vsize=13980732 memory=1156 CPUtime=7.79 cores=1,3,5,7
/proc/18002/task/18007/stat : 18007 (java) S 18000 18000 897 0 -1 1077944384 15069 0 0 0 759 20 0 0 20 0 15 0 73015910 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338504326160 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18008] ppid=18000 vsize=13980732 memory=3228 CPUtime=1.48 cores=1,3,5,7
/proc/18002/task/18008/stat : 18008 (java) S 18000 18000 897 0 -1 1077944384 69550 0 0 0 134 14 0 0 20 0 15 0 73015912 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338385483888 140338906860162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18009] ppid=18000 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18009/stat : 18009 (java) S 18000 18000 897 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338384429856 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18010] ppid=18000 vsize=13980732 memory=360800 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18010/stat : 18010 (java) S 18000 18000 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 73015912 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338383377520 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18011] ppid=18000 vsize=13980732 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18011/stat : 18011 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338382325840 140338906867611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18012] ppid=18000 vsize=13980732 memory=1160 CPUtime=2.91 cores=1,3,5,7
/proc/18002/task/18012/stat : 18012 (java) S 18000 18000 897 0 -1 1077944384 26325 0 0 0 287 4 0 0 20 0 15 0 73015915 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338381273712 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18013] ppid=18000 vsize=13980732 memory=2848 CPUtime=3.09 cores=1,3,5,7
/proc/18002/task/18013/stat : 18013 (java) S 18000 18000 897 0 -1 1077944384 24683 0 0 0 307 2 0 0 20 0 15 0 73015915 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338380220912 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18014] ppid=18000 vsize=13980732 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/18002/task/18014/stat : 18014 (java) S 18000 18000 897 0 -1 1077944384 14359 0 0 0 77 1 0 0 20 0 15 0 73015915 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338379168624 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18015] ppid=18000 vsize=13980732 memory=1180220 CPUtime=0 cores=1,3,5,7
/proc/18002/task/18015/stat : 18015 (java) S 18000 18000 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73015915 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338378116064 140338906859221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
[pid=18002/tid=18016] ppid=18000 vsize=13980732 memory=22684 CPUtime=0.64 cores=1,3,5,7
/proc/18002/task/18016/stat : 18016 (java) S 18000 18000 897 0 -1 1077944384 2257 0 0 0 29 35 0 0 20 0 15 0 73015919 14316269568 99961 18446744073709551615 4194304 4196468 140728487822944 140338377062832 140338906860162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23515136 140728487829937 140728487830113 140728487830113 140728487833551 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 401224 KiB

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

[startup+2490.02 s]
# the end of solver process 18000 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001966 s, system=0 s

[startup+2490.02 s]
# the end of solver process 18002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.34 s, system=1.70809 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2490.02
CPU time (s): 2520.05
CPU user time (s): 2518.34
CPU system time (s): 1.70809
CPU usage (%): 101.206
Max. virtual memory (cumulated for all children) (KiB): 13992552
Max. memory (cumulated for all children) (KiB): 603932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.34
system time used= 1.70809
maximum resident set size= 602696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86970
involuntary context switches= 3122


# summary of solver processes directly reported to runsolver:
#   pid: 18000,18002
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.34
#   total CPU system time (s): 1.70809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0375 second user time and 24.3125 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 12:38:26
IDJOB=4272056
IDBENCH=120544
IDSOLVER=2664
FILE ID=node125/4272056-1502707952
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272056-1502707952/watcher-4272056-1502707952 -o /tmp/evaluation-result-4272056-1502707952/solver-4272056-1502707952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 673910943 HOME/instance-4272056-1502707952.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=673910943

node125.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.07
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.07
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.07
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.07
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:        30228944 kB
MemAvailable:   31183152 kB
Buffers:          294348 kB
Cached:           953972 kB
SwapCached:            0 kB
Active:          1517260 kB
Inactive:         595228 kB
Active(anon):     864468 kB
Inactive(anon):    33100 kB
Active(file):     652792 kB
Inactive(file):   562128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7876 kB
Writeback:             0 kB
AnonPages:        863868 kB
Mapped:            61276 kB
Shmem:             33444 kB
Slab:             136028 kB
SReclaimable:     110244 kB
SUnreclaim:        25784 kB
KernelStack:        3408 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2315128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 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 node125 at 2017-08-14 13:19:56