Trace number 4404356

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-20 parallelSAT 1.47491 0.661272

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-7.xml
MD5SUMd26c1a16a8e9a423ebbeb7c1b2e2b431
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.008024
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":76}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":1,"count":44},{"degree":2,"count":15},{"degree":3,"count":11},{"degree":4,"count":5},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":2},{"arity":4,"count":3},{"arity":6,"count":4},{"arity":7,"count":2},{"arity":8,"count":5},{"arity":9,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404356-1569002129.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404356-1569002129.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.03/0.60	c solve instance...
1.28/0.64	s SATISFIABLE
1.28/0.64	v <instantiation>
1.28/0.64	v 	<list>x[0] 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[17] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[43] x[44] x[46] x[47] x[48] x[50] x[53] x[54] x[55] x[56] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[69] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[97] x[99] </list>
1.28/0.64	v 	<values>30 2 13 23 25 15 2 46 3 46 47 44 30 6 6 3 47 25 47 34 44 2 10 4 47 41 7 47 2 11 19 2 19 17 47 2 7 45 47 25 2 4 21 44 41 47 25 2 21 47 28 41 2 45 2 47 29 47 47 2 2 2 47 46 32 47 14 2 2 4 3 2 2 45 2 46 </values>
1.28/0.64	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 (9726 MiB free)
  memory of node 1: 16384 MiB (8265 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404356-1569002129/watcher-4404356-1569002129 -o /tmp/evaluation-result-4404356-1569002129/solver-4404356-1569002129 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568989783-14694 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 212647686 HOME/instance-4404356-1569002129.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18356, runsolver pid=18353

[startup+0.100158 s]*
/proc/loadavg: 5.98 7.56 8.00 2/210 18377
/proc/meminfo: memFree=18408044/32770624 swapFree=66986244/67108860
[pid=18356] ppid=18353 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18356/stat : 18356 (xcsp3-exec) S 18353 18356 14667 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476469771 115843072 363 33554432000 4194304 5098028 140734268988368 140734268986472 139918210630268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39170048 140734268994422 140734268994665 140734268994665 140734268997578 0
/proc/18356/statm: 28282 363 305 221 0 87 0
[pid=18358] ppid=18356 vsize=28227396 memory=28896 CPUtime=0.12 cores=0-7
/proc/18358/stat : 18358 (java) S 18356 18356 14667 0 -1 1077944320 5696 0 0 0 11 1 0 0 20 0 20 0 476469771 28904853504 7224 33554432000 4194304 4196468 140721038268880 140721038251424 139810316709623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
/proc/18358/statm: 7056849 7224 3122 1 0 7019032 0
[pid=18358/tid=18359] ppid=18356 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/18358/task/18359/stat : 18359 (java) R 18356 18356 14667 0 -1 4202560 3607 0 0 0 8 1 0 0 20 0 20 0 476469771 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810320941536 139809926556356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18360] ppid=18356 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/18358/task/18360/stat : 18360 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810269329808 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18361] ppid=18356 vsize=28227396 memory=139816714131072 CPUtime=0 cores=0-7
/proc/18358/task/18361/stat : 18361 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810268277008 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18362] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18362/stat : 18362 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810267224720 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18363] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18363/stat : 18363 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810266171920 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18364] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18364/stat : 18364 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810265119632 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18365] ppid=18356 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18365/stat : 18365 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810264066832 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18366] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18366/stat : 18366 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810263014544 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18367] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18367/stat : 18367 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 7224 33554432000 4194304 4196468 140721038268880 139810261961744 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18368] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18368/stat : 18368 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809633826928 139810316720770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18369] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18369/stat : 18369 (java) S 18356 18356 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809632772896 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18370] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18370/stat : 18370 (java) S 18356 18356 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809631720560 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18371] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18371/stat : 18371 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809630668880 139810316728219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18372] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18372/stat : 18372 (java) S 18356 18356 14667 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809629616752 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18373] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18373/stat : 18373 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809628563952 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18374] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18374/stat : 18374 (java) S 18356 18356 14667 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809627511664 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18375] ppid=18356 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18358/task/18375/stat : 18375 (java) S 18356 18356 14667 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809626458864 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18376] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18376/stat : 18376 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809625405792 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18377] ppid=18356 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18377/stat : 18377 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 7224 33554432000 4194304 4196468 140721038268880 139809624353072 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30348 KiB

[startup+0.210211 s]*
/proc/loadavg: 5.98 7.56 8.00 2/210 18377
/proc/meminfo: memFree=18395152/32770624 swapFree=66986244/67108860
[pid=18356] ppid=18353 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18356/stat : 18356 (xcsp3-exec) S 18353 18356 14667 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476469771 115843072 363 33554432000 4194304 5098028 140734268988368 140734268986472 139918210630268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39170048 140734268994422 140734268994665 140734268994665 140734268997578 0
/proc/18356/statm: 28282 363 305 221 0 87 0
[pid=18358] ppid=18356 vsize=28227396 memory=40956 CPUtime=0.34 cores=0-7
/proc/18358/stat : 18358 (java) S 18356 18356 14667 0 -1 1077944320 9523 0 0 0 30 4 0 0 20 0 20 0 476469771 28904853504 10239 33554432000 4194304 4196468 140721038268880 140721038251424 139810316709623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
/proc/18358/statm: 7056849 10239 3298 1 0 7019032 0
[pid=18358/tid=18359] ppid=18356 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18358/task/18359/stat : 18359 (java) R 18356 18356 14667 0 -1 4202560 6630 0 0 0 17 2 0 0 20 0 20 0 476469771 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810320942352 139810300790110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18360] ppid=18356 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/18358/task/18360/stat : 18360 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810269329808 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18361] ppid=18356 vsize=28227396 memory=139816717522748 CPUtime=0 cores=0-7
/proc/18358/task/18361/stat : 18361 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810268277008 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18362] ppid=18356 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18362/stat : 18362 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810267224720 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18363] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18363/stat : 18363 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810266171920 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18364] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18364/stat : 18364 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810265119632 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18365] ppid=18356 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18365/stat : 18365 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810264066832 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18366] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18366/stat : 18366 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810263014544 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18367] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18367/stat : 18367 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28904853504 10239 33554432000 4194304 4196468 140721038268880 139810261961744 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18368] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18368/stat : 18368 (java) S 18356 18356 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809633826928 139810316720770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18369] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18369/stat : 18369 (java) S 18356 18356 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809632772896 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18370] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18370/stat : 18370 (java) S 18356 18356 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469774 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809631720560 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18371] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18371/stat : 18371 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809630668880 139810316728219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18372] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18372/stat : 18372 (java) S 18356 18356 14667 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809629616752 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18373] ppid=18356 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18358/task/18373/stat : 18373 (java) S 18356 18356 14667 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809628563952 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18374] ppid=18356 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18358/task/18374/stat : 18374 (java) S 18356 18356 14667 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809627511664 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18375] ppid=18356 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18358/task/18375/stat : 18375 (java) S 18356 18356 14667 0 -1 1077944384 765 0 0 0 7 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809626458864 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18376] ppid=18356 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18376/stat : 18376 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809625405792 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18377] ppid=18356 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18377/stat : 18377 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28904853504 10239 33554432000 4194304 4196468 140721038268880 139809624353072 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42408 KiB

[startup+0.3096 s]*
/proc/loadavg: 5.98 7.56 8.00 3/210 18377
/proc/meminfo: memFree=18387644/32770624 swapFree=66986244/67108860
[pid=18356] ppid=18353 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18356/stat : 18356 (xcsp3-exec) S 18353 18356 14667 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476469771 115843072 363 33554432000 4194304 5098028 140734268988368 140734268986472 139918210630268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39170048 140734268994422 140734268994665 140734268994665 140734268997578 0
/proc/18356/statm: 28282 363 305 221 0 87 0
[pid=18358] ppid=18356 vsize=28231652 memory=50244 CPUtime=0.51 cores=0-7
/proc/18358/stat : 18358 (java) S 18356 18356 14667 0 -1 1077944320 10847 0 0 0 47 4 0 0 20 0 20 0 476469771 28909211648 12561 33554432000 4194304 4196468 140721038268880 140721038251424 139810316709623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
/proc/18358/statm: 7057913 12561 3365 1 0 7019032 0
[pid=18358/tid=18359] ppid=18356 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18358/task/18359/stat : 18359 (java) R 18356 18356 14667 0 -1 4202560 7745 0 0 0 26 3 0 0 20 0 20 0 476469771 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810320944952 139810300790110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18360] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18360/stat : 18360 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810269329808 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18361] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18361/stat : 18361 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810268277008 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18362] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18362/stat : 18362 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810267224720 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18363] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18363/stat : 18363 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810266171920 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18364] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18364/stat : 18364 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810265119632 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18365] ppid=18356 vsize=28231652 memory=139816553507503 CPUtime=0 cores=0-7
/proc/18358/task/18365/stat : 18365 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810264066832 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18366] ppid=18356 vsize=28231652 memory=139816553509808 CPUtime=0 cores=0-7
/proc/18358/task/18366/stat : 18366 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810263014544 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18367] ppid=18356 vsize=28231652 memory=139816553512112 CPUtime=0 cores=0-7
/proc/18358/task/18367/stat : 18367 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28909211648 12561 33554432000 4194304 4196468 140721038268880 139810261961744 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18368] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18368/stat : 18368 (java) S 18356 18356 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469774 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809633826928 139810316720770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18369] ppid=18356 vsize=28231652 memory=279633107038096 CPUtime=0 cores=0-7
/proc/18358/task/18369/stat : 18369 (java) S 18356 18356 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469774 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809632772896 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18370] ppid=18356 vsize=28231652 memory=279633107035792 CPUtime=0 cores=0-7
/proc/18358/task/18370/stat : 18370 (java) S 18356 18356 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469774 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809631720560 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18371] ppid=18356 vsize=28231652 memory=279633107042704 CPUtime=0 cores=0-7
/proc/18358/task/18371/stat : 18371 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809630668880 139810316728219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18372] ppid=18356 vsize=28231652 memory=279633106983984 CPUtime=0.01 cores=0-7
/proc/18358/task/18372/stat : 18372 (java) S 18356 18356 14667 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809629616752 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18373] ppid=18356 vsize=28231652 memory=279633107056528 CPUtime=0.03 cores=0-7
/proc/18358/task/18373/stat : 18373 (java) R 18356 18356 14667 0 -1 4202560 338 0 0 0 3 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809628544968 139810300241151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18374] ppid=18356 vsize=28231652 memory=279633107063440 CPUtime=0.03 cores=0-7
/proc/18358/task/18374/stat : 18374 (java) S 18356 18356 14667 0 -1 1077944384 264 0 0 0 3 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809627511664 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18375] ppid=18356 vsize=28231652 memory=279633107061136 CPUtime=0.12 cores=0-7
/proc/18358/task/18375/stat : 18375 (java) S 18356 18356 14667 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809626458864 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18376] ppid=18356 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18376/stat : 18376 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809625405792 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18377] ppid=18356 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18377/stat : 18377 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28909211648 12561 33554432000 4194304 4196468 140721038268880 139809624353072 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51696 KiB

[startup+0.661214 s]
# the end of solver process 18356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.39448 s, system=0.080429 s

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

[startup+0.409506 s]*
/proc/loadavg: 5.98 7.56 8.00 3/210 18377
/proc/meminfo: memFree=18383984/32770624 swapFree=66986244/67108860
[pid=18356] ppid=18353 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18356/stat : 18356 (xcsp3-exec) S 18353 18356 14667 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476469771 115843072 363 33554432000 4194304 5098028 140734268988368 140734268986472 139918210630268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39170048 140734268994422 140734268994665 140734268994665 140734268997578 0
/proc/18356/statm: 28282 363 305 221 0 87 0
[pid=18358] ppid=18356 vsize=28233776 memory=55560 CPUtime=0.71 cores=0-7
/proc/18358/stat : 18358 (java) S 18356 18356 14667 0 -1 1077944320 11821 0 0 0 66 5 0 0 20 0 20 0 476469771 28911386624 13890 33554432000 4194304 4196468 140721038268880 140721038251424 139810316709623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
/proc/18358/statm: 7058444 13890 3407 1 0 7019544 0
[pid=18358/tid=18359] ppid=18356 vsize=28233776 memory=8318255677412212789 CPUtime=0.39 cores=0-7
/proc/18358/task/18359/stat : 18359 (java) R 18356 18356 14667 0 -1 4202560 8466 0 0 0 36 3 0 0 20 0 20 0 476469771 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810320917488 139810300790110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18360] ppid=18356 vsize=28233776 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/18358/task/18360/stat : 18360 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810269329808 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18361] ppid=18356 vsize=28233776 memory=139816717524673 CPUtime=0 cores=0-7
/proc/18358/task/18361/stat : 18361 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810268277008 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18362] ppid=18356 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18362/stat : 18362 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810267224720 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18363] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18363/stat : 18363 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810266171920 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18364] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18364/stat : 18364 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810265119632 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18365] ppid=18356 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18365/stat : 18365 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810264066832 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18366] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18366/stat : 18366 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810263014544 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18367] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18367/stat : 18367 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 13890 33554432000 4194304 4196468 140721038268880 139810261961744 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18368] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18368/stat : 18368 (java) S 18356 18356 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809633826928 139810316720770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18369] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18369/stat : 18369 (java) S 18356 18356 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809632772896 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18370] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18370/stat : 18370 (java) S 18356 18356 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809631720560 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18371] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18371/stat : 18371 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809630668880 139810316728219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18372] ppid=18356 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/18358/task/18372/stat : 18372 (java) S 18356 18356 14667 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809629616752 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18373] ppid=18356 vsize=28233776 memory=0 CPUtime=0.05 cores=0-7
/proc/18358/task/18373/stat : 18373 (java) S 18356 18356 14667 0 -1 1077944384 352 0 0 0 5 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809628563952 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18374] ppid=18356 vsize=28233776 memory=-1 CPUtime=0.04 cores=0-7
/proc/18358/task/18374/stat : 18374 (java) S 18356 18356 14667 0 -1 1077944384 318 0 0 0 4 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809627511664 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18375] ppid=18356 vsize=28233776 memory=0 CPUtime=0.17 cores=0-7
/proc/18358/task/18375/stat : 18375 (java) S 18356 18356 14667 0 -1 1077944384 1005 0 0 0 17 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809626458864 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18376] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18376/stat : 18376 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809625405792 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18377] ppid=18356 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/18358/task/18377/stat : 18377 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 13890 33554432000 4194304 4196468 140721038268880 139809624353072 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 57012 KiB

[startup+0.609867 s]
/proc/loadavg: 5.98 7.56 8.00 5/210 18377
/proc/meminfo: memFree=18373292/32770624 swapFree=66986244/67108860
[pid=18356] ppid=18353 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18356/stat : 18356 (xcsp3-exec) S 18353 18356 14667 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476469771 115843072 363 33554432000 4194304 5098028 140734268988368 140734268986472 139918210630268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39170048 140734268994422 140734268994665 140734268994665 140734268997578 0
/proc/18356/statm: 28282 363 305 221 0 87 0
[pid=18358] ppid=18356 vsize=28233776 memory=72420 CPUtime=1.28 cores=0-7
/proc/18358/stat : 18358 (java) S 18356 18356 14667 0 -1 1077944320 14346 0 0 0 122 6 0 0 20 0 20 0 476469771 28911386624 18105 33554432000 4194304 4196468 140721038268880 140721038251424 139810316709623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
/proc/18358/statm: 7058444 18105 3453 1 0 7019544 0
[pid=18358/tid=18359] ppid=18356 vsize=28233776 memory=3408500 CPUtime=0.59 cores=0-7
/proc/18358/task/18359/stat : 18359 (java) R 18356 18356 14667 0 -1 4202560 9161 0 0 0 55 4 0 0 20 0 20 0 476469771 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810320939872 139810316721558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18360] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18360/stat : 18360 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810269329808 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18361] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18361/stat : 18361 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810268277008 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18362] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18362/stat : 18362 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810267224720 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18363] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18363/stat : 18363 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810266171920 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18364] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18364/stat : 18364 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810265119632 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18365] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18365/stat : 18365 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810264066832 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18366] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18366/stat : 18366 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810263014544 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18367] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18367/stat : 18367 (java) S 18356 18356 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469772 28911386624 18105 33554432000 4194304 4196468 140721038268880 139810261961744 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18368] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18368/stat : 18368 (java) S 18356 18356 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809633826928 139810316720770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18369] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18369/stat : 18369 (java) S 18356 18356 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809632772896 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18370] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18370/stat : 18370 (java) S 18356 18356 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469774 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809631720560 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18371] ppid=18356 vsize=28233776 memory=139816714131071 CPUtime=0 cores=0-7
/proc/18358/task/18371/stat : 18371 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809630668880 139810316728219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18372] ppid=18356 vsize=28233776 memory=0 CPUtime=0.08 cores=0-7
/proc/18358/task/18372/stat : 18372 (java) S 18356 18356 14667 0 -1 1077944384 842 0 0 0 8 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809629616752 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18373] ppid=18356 vsize=28233776 memory=0 CPUtime=0.13 cores=0-7
/proc/18358/task/18373/stat : 18373 (java) R 18356 18356 14667 0 -1 4202560 817 0 0 0 13 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809628563952 139810301819189 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18374] ppid=18356 vsize=28233776 memory=0 CPUtime=0.12 cores=0-7
/proc/18358/task/18374/stat : 18374 (java) S 18356 18356 14667 0 -1 1077944384 610 0 0 0 12 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809627511664 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18375] ppid=18356 vsize=28233776 memory=0 CPUtime=0.33 cores=0-7
/proc/18358/task/18375/stat : 18375 (java) R 18356 18356 14667 0 -1 4202560 1603 0 0 0 33 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809626458864 139810309806459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18376] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18376/stat : 18376 (java) S 18356 18356 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809625405792 139810316719829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
[pid=18358/tid=18377] ppid=18356 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18358/task/18377/stat : 18377 (java) S 18356 18356 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469777 28911386624 18105 33554432000 4194304 4196468 140721038268880 139809624353072 139810316720770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17731584 140721038271466 140721038271638 140721038271638 140721038274511 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 73872 KiB

Child status: 0
Real time (s): 0.661272
CPU time (s): 1.47491
CPU user time (s): 1.39448
CPU system time (s): 0.080429
CPU usage (%): 223.041
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 73872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39448
system time used= 0.080429
maximum resident set size= 90492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2610
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 18356
#   total CPU time (s): 1.47491
#   total CPU user time (s): 1.39448
#   total CPU system time (s): 0.080429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025958 second user time and 0.044925 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 18:45:08
IDJOB=4404356
IDBENCH=133381
IDSOLVER=2865
FILE ID=node104/4404356-1569002129
RUNJOBID= node104-1568989783-14694
PBS_JOBID= 21704713
Free space on /tmp= 9832 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-7.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404356-1569002129/watcher-4404356-1569002129 -o /tmp/evaluation-result-4404356-1569002129/solver-4404356-1569002129 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568989783-14694 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 212647686 HOME/instance-4404356-1569002129.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d26c1a16a8e9a423ebbeb7c1b2e2b431
RANDOM SEED=212647686

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        18422696 kB
MemAvailable:   31824260 kB
Buffers:           93744 kB
Cached:         13232468 kB
SwapCached:        22652 kB
Active:          6646332 kB
Inactive:        6706740 kB
Active(anon):       3216 kB
Inactive(anon):    73004 kB
Active(file):    6643116 kB
Inactive(file):  6633736 kB
Unevictable:      109708 kB
Mlocked:          109708 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:        143368 kB
Mapped:            51588 kB
Shmem:             40708 kB
Slab:             583564 kB
SReclaimable:     553172 kB
SUnreclaim:        30392 kB
KernelStack:        3856 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9808 MiB
End job on node104 at 2019-09-20 18:45:09