Trace number 4398827

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16SAT 4.16614 1.51127

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398827-1568695898.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4398827-1568695898.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.47/1.33	c solve instance...
3.83/1.49	s SATISFIABLE
3.83/1.49	v <instantiation>
3.83/1.49	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] </list>
3.83/1.49	v 	<values>0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 2 0 1 2 0 3 4 1 3 4 2 3 4 0 1 2 1 0 3 2 0 4 2 4 3 4 3 1 0 1 2 2 3 0 1 2 4 4 1 3 3 4 0 </values>
3.83/1.49	v </instantiation>

Verifier Data

OK	

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 (14421 MiB free)
  memory of node 1: 16384 MiB (14995 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398827-1568695898/watcher-4398827-1568695898 -o /tmp/evaluation-result-4398827-1568695898/solver-4398827-1568695898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25964 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1453631141 HOME/instance-4398827-1568695898.xml 

running on 4 cores: 0,2,4,6

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

solver pid=26902, runsolver pid=26899

[startup+0.100241 s]*
/proc/loadavg: 8.15 7.85 5.68 7/234 26918
/proc/meminfo: memFree=30106144/32770624 swapFree=67000028/67108860
[pid=26902] ppid=26899 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26902/stat : 26902 (xcsp3-exec) S 26899 26902 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445844300 115843072 363 33554432000 4194304 5098028 140723073873792 140723073871896 140567560872572 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24563712 140723073876858 140723073877101 140723073877101 140723073880010 0
/proc/26902/statm: 28282 363 304 221 0 87 0
[pid=26904] ppid=26902 vsize=15144776 memory=30324 CPUtime=0.12 cores=0,2,4,6
/proc/26904/stat : 26904 (java) S 26902 26902 25933 0 -1 1077944320 5505 0 0 0 11 1 0 0 20 0 15 0 445844300 15508250624 7581 33554432000 4194304 4196468 140730379401088 140730379383632 140127710191351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
/proc/26904/statm: 3786194 7581 3144 1 0 3748377 0
[pid=26904/tid=26905] ppid=26902 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/26904/task/26905/stat : 26905 (java) R 26902 26902 25933 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 15 0 445844301 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127714422672 140127694271838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26906] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26906/stat : 26906 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127302032528 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26907] ppid=26902 vsize=15144776 memory=4050624508810823328 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26907/stat : 26907 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127300979728 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26908] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26908/stat : 26908 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127299926928 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26909] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26909/stat : 26909 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127298874128 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26910] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26910/stat : 26910 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127178778992 140127710202498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26911] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26911/stat : 26911 (java) S 26902 26902 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127177724960 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26912] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26912/stat : 26912 (java) S 26902 26902 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127176672112 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26913] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26913/stat : 26913 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127175620432 140127710209947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26914] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26914/stat : 26914 (java) R 26902 26902 25933 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127174568816 140127710202498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26915] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26915/stat : 26915 (java) R 26902 26902 25933 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127173516016 140127695857504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26916] ppid=26902 vsize=15144776 memory=139991844193920 CPUtime=0.02 cores=0,2,4,6
/proc/26904/task/26916/stat : 26916 (java) S 26902 26902 25933 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127172463216 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26917] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26917/stat : 26917 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127171410656 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26918] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26918/stat : 26918 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 7581 33554432000 4194304 4196468 140730379401088 140127170357936 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31776 KiB

[startup+0.210598 s]*
/proc/loadavg: 8.15 7.85 5.68 7/234 26918
/proc/meminfo: memFree=30081064/32770624 swapFree=67000028/67108860
[pid=26902] ppid=26899 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26902/stat : 26902 (xcsp3-exec) S 26899 26902 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445844300 115843072 363 33554432000 4194304 5098028 140723073873792 140723073871896 140567560872572 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24563712 140723073876858 140723073877101 140723073877101 140723073880010 0
/proc/26902/statm: 28282 363 304 221 0 87 0
[pid=26904] ppid=26902 vsize=15144776 memory=40464 CPUtime=0.34 cores=0,2,4,6
/proc/26904/stat : 26904 (java) S 26902 26902 25933 0 -1 1077944320 8854 0 0 0 30 4 0 0 20 0 15 0 445844300 15508250624 10116 33554432000 4194304 4196468 140730379401088 140730379383632 140127710191351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
/proc/26904/statm: 3786194 10116 3253 1 0 3748377 0
[pid=26904/tid=26905] ppid=26902 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26904/task/26905/stat : 26905 (java) R 26902 26902 25933 0 -1 4202560 6167 0 0 0 17 3 0 0 20 0 15 0 445844301 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127714425280 140127710203286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26906] ppid=26902 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26906/stat : 26906 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127302032528 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26907] ppid=26902 vsize=15144776 memory=139991847357592 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26907/stat : 26907 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127300979728 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26908] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26908/stat : 26908 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127299926928 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26909] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26909/stat : 26909 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127298874128 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26910] ppid=26902 vsize=15144776 memory=139991844193920 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26910/stat : 26910 (java) S 26902 26902 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127178778992 140127710202498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26911] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26911/stat : 26911 (java) S 26902 26902 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127177724960 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26912] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26912/stat : 26912 (java) S 26902 26902 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445844303 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127176672112 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26913] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26913/stat : 26913 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127175620432 140127710209947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26914] ppid=26902 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26904/task/26914/stat : 26914 (java) S 26902 26902 25933 0 -1 1077944384 569 0 0 0 3 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127174568816 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26915] ppid=26902 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26904/task/26915/stat : 26915 (java) S 26902 26902 25933 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127173516016 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26916] ppid=26902 vsize=15144776 memory=139991844193920 CPUtime=0.08 cores=0,2,4,6
/proc/26904/task/26916/stat : 26916 (java) R 26902 26902 25933 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127172463024 140127346933881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26917] ppid=26902 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26917/stat : 26917 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127171410656 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26918] ppid=26902 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26918/stat : 26918 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844306 15508250624 10116 33554432000 4194304 4196468 140730379401088 140127170357936 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41916 KiB

[startup+0.695804 s]*
/proc/loadavg: 8.15 7.85 5.68 8/234 26918
/proc/meminfo: memFree=30050780/32770624 swapFree=67000028/67108860
[pid=26902] ppid=26899 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26902/stat : 26902 (xcsp3-exec) S 26899 26902 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445844300 115843072 363 33554432000 4194304 5098028 140723073873792 140723073871896 140567560872572 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24563712 140723073876858 140723073877101 140723073877101 140723073880010 0
/proc/26902/statm: 28282 363 304 221 0 87 0
[pid=26904] ppid=26902 vsize=15151156 memory=88804 CPUtime=1.63 cores=0,2,4,6
/proc/26904/stat : 26904 (java) S 26902 26902 25933 0 -1 1077944320 13434 0 0 0 156 7 0 0 20 0 15 0 445844300 15514783744 22164 33554432000 4194304 4196468 140730379401088 140730379383632 140127710191351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
/proc/26904/statm: 3787789 22201 3459 1 0 3748889 0
[pid=26904/tid=26905] ppid=26902 vsize=15151156 memory=8317482817917895235 CPUtime=0.68 cores=0,2,4,6
/proc/26904/task/26905/stat : 26905 (java) R 26902 26902 25933 0 -1 4202560 8314 0 0 0 63 5 0 0 20 0 15 0 445844301 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127714427688 140127348211341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26906] ppid=26902 vsize=15151156 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26906/stat : 26906 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127302032528 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26907] ppid=26902 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26907/stat : 26907 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127300979728 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26908] ppid=26902 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26908/stat : 26908 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127299926928 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26909] ppid=26902 vsize=15151156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26909/stat : 26909 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127298874128 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26910] ppid=26902 vsize=15151156 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26910/stat : 26910 (java) S 26902 26902 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127178778992 140127710202498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26911] ppid=26902 vsize=15151156 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26911/stat : 26911 (java) S 26902 26902 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127177724960 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26912] ppid=26902 vsize=15151156 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26912/stat : 26912 (java) S 26902 26902 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127176672112 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26913] ppid=26902 vsize=15151156 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26913/stat : 26913 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127175620432 140127710209947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26914] ppid=26902 vsize=15151156 memory=7827413994055111515 CPUtime=0.29 cores=0,2,4,6
/proc/26904/task/26914/stat : 26914 (java) R 26902 26902 25933 0 -1 4202560 1159 0 0 0 29 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127174557248 140127694097080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26915] ppid=26902 vsize=15151156 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/26904/task/26915/stat : 26915 (java) R 26902 26902 25933 0 -1 1077944384 686 0 0 0 23 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127173498672 140127710201557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26916] ppid=26902 vsize=15151156 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/26904/task/26916/stat : 26916 (java) R 26902 26902 25933 0 -1 4202560 1968 0 0 0 39 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127172460152 140127703288187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26917] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26917/stat : 26917 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127171410656 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26918] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26918/stat : 26918 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22201 33554432000 4194304 4196468 140730379401088 140127170357936 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90256 KiB

[startup+0.710556 s]*
/proc/loadavg: 8.15 7.85 5.68 8/234 26918
/proc/meminfo: memFree=30048732/32770624 swapFree=67000028/67108860
[pid=26902] ppid=26899 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26902/stat : 26902 (xcsp3-exec) S 26899 26902 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445844300 115843072 363 33554432000 4194304 5098028 140723073873792 140723073871896 140567560872572 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24563712 140723073876858 140723073877101 140723073877101 140723073880010 0
/proc/26902/statm: 28282 363 304 221 0 87 0
[pid=26904] ppid=26902 vsize=15151156 memory=90852 CPUtime=1.67 cores=0,2,4,6
/proc/26904/stat : 26904 (java) S 26902 26902 25933 0 -1 1077944320 13451 0 0 0 160 7 0 0 20 0 15 0 445844300 15514783744 22713 33554432000 4194304 4196468 140730379401088 140730379383632 140127710191351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
/proc/26904/statm: 3787789 22713 3459 1 0 3748889 0
[pid=26904/tid=26905] ppid=26902 vsize=15151156 memory=7883960649037381690 CPUtime=0.69 cores=0,2,4,6
/proc/26904/task/26905/stat : 26905 (java) R 26902 26902 25933 0 -1 4202560 8315 0 0 0 64 5 0 0 20 0 15 0 445844301 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127714427864 140127347074817 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26906] ppid=26902 vsize=15151156 memory=2670167 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26906/stat : 26906 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127302032528 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26907] ppid=26902 vsize=15151156 memory=3189636 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26907/stat : 26907 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127300979728 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26908] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26908/stat : 26908 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127299926928 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26909] ppid=26902 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26909/stat : 26909 (java) S 26902 26902 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445844301 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127298874128 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26910] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26910/stat : 26910 (java) S 26902 26902 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127178778992 140127710202498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26911] ppid=26902 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26911/stat : 26911 (java) S 26902 26902 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127177724960 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26912] ppid=26902 vsize=15151156 memory=139991844193920 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26912/stat : 26912 (java) S 26902 26902 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445844303 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127176672112 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26913] ppid=26902 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26913/stat : 26913 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127175620432 140127710209947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26914] ppid=26902 vsize=15151156 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/26904/task/26914/stat : 26914 (java) R 26902 26902 25933 0 -1 4202560 1167 0 0 0 30 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127174557248 140127696343033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26915] ppid=26902 vsize=15151156 memory=-1 CPUtime=0.25 cores=0,2,4,6
/proc/26904/task/26915/stat : 26915 (java) R 26902 26902 25933 0 -1 4202560 686 0 0 0 25 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127173497104 140127702480805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26916] ppid=26902 vsize=15151156 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/26904/task/26916/stat : 26916 (java) R 26902 26902 25933 0 -1 4202560 1977 0 0 0 39 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127172463216 140127702428478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26917] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26917/stat : 26917 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127171410656 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26918] ppid=26902 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26918/stat : 26918 (java) S 26902 26902 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445844306 15514783744 22713 33554432000 4194304 4196468 140730379401088 140127170357936 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 92304 KiB

[startup+1.50071 s]
/proc/loadavg: 8.15 7.85 5.68 8/234 26918
/proc/meminfo: memFree=29909552/32770624 swapFree=67000028/67108860
[pid=26902] ppid=26899 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26902/stat : 26902 (xcsp3-exec) S 26899 26902 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445844300 115843072 363 33554432000 4194304 5098028 140723073873792 140723073871896 140567560872572 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24563712 140723073876858 140723073877101 140723073877101 140723073880010 0
/proc/26902/statm: 28282 363 304 221 0 87 0
[pid=26904] ppid=26902 vsize=15419460 memory=287032 CPUtime=4.15 cores=0,2,4,6
/proc/26904/stat : 26904 (java) S 26902 26902 25933 0 -1 1077944320 17945 0 0 0 393 22 0 0 20 0 14 0 445844300 15789527040 71758 33554432000 4194304 4196468 140730379401088 140730379383632 140127710191351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
/proc/26904/statm: 3854865 71758 3502 1 0 3815965 0
[pid=26904/tid=26905] ppid=26902 vsize=15419460 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/26904/task/26905/stat : 26905 (java) S 26902 26902 25933 0 -1 1077944384 8595 0 0 0 122 7 0 0 20 0 14 0 445844301 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127714434192 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26906] ppid=26902 vsize=15419460 memory=4640507952370439777 CPUtime=0.06 cores=0,2,4,6
/proc/26904/task/26906/stat : 26906 (java) S 26902 26902 25933 0 -1 1077944384 117 0 0 0 4 2 0 0 20 0 14 0 445844301 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127302032528 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26907] ppid=26902 vsize=15419460 memory=7810480256641690193 CPUtime=0.07 cores=0,2,4,6
/proc/26904/task/26907/stat : 26907 (java) S 26902 26902 25933 0 -1 1077944384 117 0 0 0 4 3 0 0 20 0 14 0 445844301 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127300979728 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26908] ppid=26902 vsize=15419460 memory=279983415105096 CPUtime=0.07 cores=0,2,4,6
/proc/26904/task/26908/stat : 26908 (java) S 26902 26902 25933 0 -1 1077944384 126 0 0 0 5 2 0 0 20 0 14 0 445844301 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127299926928 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26909] ppid=26902 vsize=15419460 memory=279983415220064 CPUtime=0.08 cores=0,2,4,6
/proc/26904/task/26909/stat : 26909 (java) S 26902 26902 25933 0 -1 1077944384 127 0 0 0 5 3 0 0 20 0 14 0 445844301 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127298874128 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26910] ppid=26902 vsize=15419460 memory=139991707691644 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26910/stat : 26910 (java) S 26902 26902 25933 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 14 0 445844303 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127178779200 140127710202498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26911] ppid=26902 vsize=15419460 memory=279983415345040 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26911/stat : 26911 (java) S 26902 26902 25933 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 14 0 445844303 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127177725024 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26912] ppid=26902 vsize=15419460 memory=279983415102392 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26912/stat : 26912 (java) S 26902 26902 25933 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 14 0 445844303 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127176672112 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26913] ppid=26902 vsize=15419460 memory=279983415344996 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26913/stat : 26913 (java) S 26902 26902 25933 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 445844306 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127175620080 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26914] ppid=26902 vsize=15419460 memory=279983415354160 CPUtime=0.88 cores=0,2,4,6
/proc/26904/task/26914/stat : 26914 (java) S 26902 26902 25933 0 -1 1077944384 2195 0 0 0 88 0 0 0 20 0 14 0 445844306 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127174553808 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26915] ppid=26902 vsize=15419460 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/26904/task/26915/stat : 26915 (java) S 26902 26902 25933 0 -1 1077944384 2059 0 0 0 84 0 0 0 20 0 14 0 445844306 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127173500560 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26916] ppid=26902 vsize=15419460 memory=6943526294502006880 CPUtime=0.58 cores=0,2,4,6
/proc/26904/task/26916/stat : 26916 (java) S 26902 26902 25933 0 -1 1077944384 3022 0 0 0 57 1 0 0 20 0 14 0 445844306 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127172463216 140127710202498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
[pid=26904/tid=26917] ppid=26902 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/26904/task/26917/stat : 26917 (java) S 26902 26902 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 445844306 15789527040 71758 33554432000 4194304 4196468 140730379401088 140127171410656 140127710201557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140730379408367 140730379408538 140730379408538 140730379411407 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 288484 KiB

[startup+1.51123 s]
# the end of solver process 26902 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.9384 s, system=0.227743 s

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

Child status: 0
Real time (s): 1.51127
CPU time (s): 4.16614
CPU user time (s): 3.9384
CPU system time (s): 0.227743
CPU usage (%): 275.671
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 288484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9384
system time used= 0.227743
maximum resident set size= 288312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2164
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 26902
#   total CPU time (s): 4.16614
#   total CPU user time (s): 3.9384
#   total CPU system time (s): 0.227743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025893 second user time and 0.062722 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 05:50:19
IDJOB=4398827
IDBENCH=126509
IDSOLVER=2853
FILE ID=node106/4398827-1568695898
RUNJOBID= node106-1568691194-25964
PBS_JOBID= 21703809
Free space on /tmp= 59060 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398827-1568695898/watcher-4398827-1568695898 -o /tmp/evaluation-result-4398827-1568695898/solver-4398827-1568695898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25964 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1453631141 HOME/instance-4398827-1568695898.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=1453631141

node106.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.79
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.79
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.79
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.79
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:        30123636 kB
MemAvailable:   31664204 kB
Buffers:          196112 kB
Cached:          1634052 kB
SwapCached:         7396 kB
Active:           839748 kB
Inactive:        1230244 kB
Active(anon):     240048 kB
Inactive(anon):    44200 kB
Active(file):     599700 kB
Inactive(file):  1186044 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67000028 kB
Dirty:             26204 kB
Writeback:             0 kB
AnonPages:        342168 kB
Mapped:            57308 kB
Shmem:             35780 kB
Slab:             171596 kB
SReclaimable:     141320 kB
SUnreclaim:        30276 kB
KernelStack:        3840 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1397384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59036 MiB
End job on node106 at 2019-09-17 05:50:21