Trace number 4405852

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-24SAT 2.88192 1.07856

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-08-ext03.xml
MD5SUM8a5157f08f2f2e597251b23721b8eb7d
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 benchmark2.53772
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints34
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":62},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":32},{"arity":64,"count":1}]
Number of extensional constraints32
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":32},{"type":"allDifferent","count":1},{"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-4405852-1569410083.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405852-1569410083.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.11/0.56	c solve instance...
2.71/1.06	s SATISFIABLE
2.71/1.06	v <instantiation>
2.71/1.06	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2.71/1.06	v 	<values>0 10 16 1 11 5 15 21 27 33 48 58 43 37 31 46 63 53 36 30 47 62 52 35 29 23 6 12 22 7 13 19 4 14 20 3 9 24 34 40 25 42 57 51 61 55 45 39 54 60 50 56 41 26 32 49 59 44 38 28 18 8 2 17 </values>
2.71/1.06	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 (13744 MiB free)
  memory of node 1: 16384 MiB (12111 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405852-1569410083/watcher-4405852-1569410083 -o /tmp/evaluation-result-4405852-1569410083/solver-4405852-1569410083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1231058056 HOME/instance-4405852-1569410083.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
solver pid=24584, runsolver pid=24581
Current StackSize limit: 8192 KiB


[startup+0.100394 s]*
/proc/loadavg: 1.79 1.83 1.85 4/229 24600
/proc/meminfo: memFree=26458728/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15144776 memory=30108 CPUtime=0.13 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 5489 0 0 0 11 2 0 0 20 0 15 0 517264861 15508250624 7527 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3786194 7527 3121 1 0 3748377 0
[pid=24586/tid=24587] ppid=24584 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 3403 0 0 0 8 1 0 0 20 0 15 0 517264862 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821693326128 139821326291494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15144776 memory=140054627950376 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264864 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) S 24584 24584 21297 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821153458800 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) S 24584 24584 21297 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821152406000 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15144776 memory=140054624286336 CPUtime=0.01 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) R 24584 24584 21297 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821151353712 139821689111130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 7527 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31560 KiB

[startup+0.210801 s]*
/proc/loadavg: 1.79 1.83 1.85 3/229 24600
/proc/meminfo: memFree=26446352/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15144776 memory=41684 CPUtime=0.34 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 9050 0 0 0 30 4 0 0 20 0 15 0 517264861 15508250624 10421 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3786194 10421 3322 1 0 3748377 0
[pid=24586/tid=24587] ppid=24584 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 6224 0 0 0 17 3 0 0 20 0 15 0 517264862 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821693319504 139821689103670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15144776 memory=1898158 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15144776 memory=4049495355969320608 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15144776 memory=140054624286336 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517264864 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) S 24584 24584 21297 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821153458800 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) S 24584 24584 21297 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821152406000 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15144776 memory=140054624286336 CPUtime=0.07 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) R 24584 24584 21297 0 -1 4202560 729 0 0 0 7 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821151353712 139821671038876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15508250624 10421 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43136 KiB

[startup+0.31136 s]*
/proc/loadavg: 1.79 1.83 1.85 5/229 24600
/proc/meminfo: memFree=26441996/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15149032 memory=50220 CPUtime=0.53 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 10362 0 0 0 48 5 0 0 20 0 15 0 517264861 15512608768 12555 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3787258 12555 3362 1 0 3748377 0
[pid=24586/tid=24587] ppid=24584 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 7304 0 0 0 26 4 0 0 20 0 15 0 517264862 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821693320896 139821326271672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15149032 memory=-7233795148219007135 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517264864 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) R 24584 24584 21297 0 -1 4202560 655 0 0 0 5 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821153439816 139821668336516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) S 24584 24584 21297 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821152406000 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) R 24584 24584 21297 0 -1 1077944384 823 0 0 0 12 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821151353712 139821689100930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15512608768 12555 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51672 KiB

[startup+0.701388 s]
/proc/loadavg: 1.79 1.83 1.85 6/229 24600
/proc/meminfo: memFree=26424320/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15151156 memory=78620 CPUtime=1.74 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 14368 0 0 0 167 7 0 0 20 0 15 0 517264861 15514783744 19655 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3787789 19655 3459 1 0 3748889 0
[pid=24586/tid=24587] ppid=24584 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 8152 0 0 0 63 5 0 0 20 0 15 0 517264862 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821693328736 139821326327856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15151156 memory=692 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15151156 memory=6212 CPUtime=0.34 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) R 24584 24584 21297 0 -1 4202560 1457 0 0 0 34 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821153458816 139821668943379 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15151156 memory=7552 CPUtime=0.33 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) R 24584 24584 21297 0 -1 4202560 1756 0 0 0 33 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821152387016 139821668782887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15151156 memory=2832 CPUtime=0.36 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) S 24584 24584 21297 0 -1 1077944384 1699 0 0 0 36 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821151353712 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15151156 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 19655 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 80072 KiB

[startup+1.0785 s]
# the end of solver process 24584 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.79013 s, system=0.091786 s

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

[startup+0.801432 s]
/proc/loadavg: 1.79 1.83 1.85 6/229 24600
/proc/meminfo: memFree=26424320/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15151156 memory=89820 CPUtime=2.06 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 17263 0 0 0 199 7 0 0 20 0 15 0 517264861 15514783744 22455 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3787789 22455 3459 1 0 3748889 0
[pid=24586/tid=24587] ppid=24584 vsize=15151156 memory=6791534058613427641 CPUtime=0.78 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 8170 0 0 0 73 5 0 0 20 0 15 0 517264862 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821693322472 139821330607287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15151156 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15151156 memory=35912 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15151156 memory=532 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15151156 memory=912 CPUtime=0.43 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) R 24584 24584 21297 0 -1 4202560 2891 0 0 0 43 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821153443384 139821674197761 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15151156 memory=1984 CPUtime=0.43 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) R 24584 24584 21297 0 -1 4202560 2709 0 0 0 43 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821152391480 139821670634064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15151156 memory=2480 CPUtime=0.38 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) S 24584 24584 21297 0 -1 1077944384 2186 0 0 0 38 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821151353712 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15151156 memory=1768 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15151156 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 22455 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 91272 KiB

[startup+1.00143 s]*
/proc/loadavg: 1.89 1.85 1.86 5/229 24600
/proc/meminfo: memFree=26391496/32770624 swapFree=66986416/67108860
[pid=24584] ppid=24581 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24584/stat : 24584 (xcsp3-exec) S 24581 24584 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517264861 115843072 363 33554432000 4194304 5098028 140735449716704 140735449714808 140647436186236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12251136 140735449719674 140735449719917 140735449719917 140735449722826 0
/proc/24584/statm: 28282 363 304 221 0 87 0
[pid=24586] ppid=24584 vsize=15151156 memory=99484 CPUtime=2.71 cores=0,2,4,6
/proc/24586/stat : 24586 (java) S 24584 24584 21297 0 -1 1077944320 19090 0 0 0 263 8 0 0 20 0 15 0 517264861 15514783744 24871 33554432000 4194304 4196468 140732422194928 140732422177472 139821689089783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
/proc/24586/statm: 3787789 24871 3461 1 0 3748889 0
[pid=24586/tid=24587] ppid=24584 vsize=15151156 memory=8317482817917895235 CPUtime=0.99 cores=0,2,4,6
/proc/24586/task/24587/stat : 24587 (java) R 24584 24584 21297 0 -1 4202560 8209 0 0 0 94 5 0 0 20 0 15 0 517264862 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821693322472 139821330103481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24588] ppid=24584 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24588/stat : 24588 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821281291152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24589] ppid=24584 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24589/stat : 24589 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821280238352 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24590] ppid=24584 vsize=15151156 memory=-8844966775191002987 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24590/stat : 24590 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821279186064 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24591] ppid=24584 vsize=15151156 memory=7667466774973601366 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24591/stat : 24591 (java) S 24584 24584 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517264862 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821278133264 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24592] ppid=24584 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24592/stat : 24592 (java) S 24584 24584 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821157668976 139821689100930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24593] ppid=24584 vsize=15151156 memory=8243931520942407689 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24593/stat : 24593 (java) S 24584 24584 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517264864 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821156614944 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24594] ppid=24584 vsize=15151156 memory=4137290303932963203 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24594/stat : 24594 (java) S 24584 24584 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517264865 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821155562608 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24595] ppid=24584 vsize=15151156 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24595/stat : 24595 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821154510928 139821689108379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24596] ppid=24584 vsize=15151156 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/24586/task/24596/stat : 24596 (java) R 24584 24584 21297 0 -1 4202560 4068 0 0 0 63 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821153445368 139821672475274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24597] ppid=24584 vsize=15151156 memory=3472328279047811119 CPUtime=0.64 cores=0,2,4,6
/proc/24586/task/24597/stat : 24597 (java) R 24584 24584 21297 0 -1 4202560 2967 0 0 0 64 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821152391480 139821674213378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24598] ppid=24584 vsize=15151156 memory=3471342450945124016 CPUtime=0.4 cores=0,2,4,6
/proc/24586/task/24598/stat : 24598 (java) R 24584 24584 21297 0 -1 1077944384 2539 0 0 0 40 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821151353712 139821689100930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24599] ppid=24584 vsize=15151156 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24599/stat : 24599 (java) S 24584 24584 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821150301152 139821689099989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
[pid=24586/tid=24600] ppid=24584 vsize=15151156 memory=8318417687896670392 CPUtime=0 cores=0,2,4,6
/proc/24586/task/24600/stat : 24600 (java) S 24584 24584 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517264867 15514783744 24871 33554432000 4194304 4196468 140732422194928 139821149247920 139821689100930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140732422202351 140732422202522 140732422202522 140732422205391 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100936 KiB

Child status: 0
Real time (s): 1.07856
CPU time (s): 2.88192
CPU user time (s): 2.79013
CPU system time (s): 0.091786
CPU usage (%): 267.202
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 100936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.79013
system time used= 0.091786
maximum resident set size= 100224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23341
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= 1492
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 24584
#   total CPU time (s): 2.88192
#   total CPU user time (s): 2.79013
#   total CPU system time (s): 0.091786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026485 second user time and 0.062254 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 12:04:19
IDJOB=4405852
IDBENCH=134620
IDSOLVER=2869
FILE ID=node104/4405852-1569410083
RUNJOBID= node104-1569392447-21328
PBS_JOBID= 21705699
Free space on /tmp= 9808 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-08-ext03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405852-1569410083/watcher-4405852-1569410083 -o /tmp/evaluation-result-4405852-1569410083/solver-4405852-1569410083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1231058056 HOME/instance-4405852-1569410083.xml

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

MD5SUM BENCH= 8a5157f08f2f2e597251b23721b8eb7d
RANDOM SEED=1231058056

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:        26476604 kB
MemAvailable:   31623720 kB
Buffers:          126936 kB
Cached:          5111432 kB
SwapCached:        22624 kB
Active:          3424636 kB
Inactive:        2038064 kB
Active(anon):     202048 kB
Inactive(anon):    80124 kB
Active(file):    3222588 kB
Inactive(file):  1957940 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986416 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        313268 kB
Mapped:            71568 kB
Shmem:             49048 kB
Slab:             424440 kB
SReclaimable:     395048 kB
SUnreclaim:        29392 kB
KernelStack:        3712 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 9784 MiB
End job on node104 at 2019-09-25 12:04:20