Trace number 4405727

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.26113 0.931291

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405727-1569403844.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405727-1569403844.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.94/0.84	c solve instance...
2.19/0.91	s SATISFIABLE
2.19/0.91	v <instantiation>
2.19/0.91	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] </list>
2.19/0.91	v 	<values>0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 2 2 3 4 1 3 4 0 1 2 0 3 4 1 0 2 0 3 4 4 2 3 0 2 1 3 4 1 1 2 0 3 0 4 3 4 1 0 1 2 4 2 3 </values>
2.19/0.91	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 (13512 MiB free)
  memory of node 1: 16384 MiB (12312 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405727-1569403844/watcher-4405727-1569403844 -o /tmp/evaluation-result-4405727-1569403844/solver-4405727-1569403844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405727-1569403844.xml 

running on 4 cores: 1,3,5,7

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

solver pid=23171, runsolver pid=23168

[startup+0.100163 s]*
/proc/loadavg: 1.93 1.97 1.99 5/228 23187
/proc/meminfo: memFree=26424700/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15144776 memory=31812 CPUtime=0.13 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 5905 0 0 0 12 1 0 0 20 0 15 0 516641013 15508250624 7953 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3786194 7953 3122 1 0 3748377 0
[pid=23173/tid=23174] ppid=23171 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 3831 0 0 0 9 0 0 0 20 0 15 0 516641013 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159887947296 140159875959614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15144776 memory=139676875341608 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641015 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) R 23171 23171 21297 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 516641018 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159415359728 140159883733634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) R 23171 23171 21297 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 15 0 516641018 15508250624 8019 33554432000 4194304 4196468 140732170836720 140159414307184 140159867158225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15144776 memory=139676871677568 CPUtime=0.02 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) R 23171 23171 21297 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 516641018 15508250624 8019 33554432000 4194304 4196468 140732170836720 140158750943216 140159863149948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15508250624 8019 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15508250624 8019 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33260 KiB

[startup+0.210992 s]*
/proc/loadavg: 1.93 1.97 1.99 4/228 23187
/proc/meminfo: memFree=26412476/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15144776 memory=43120 CPUtime=0.34 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 9468 0 0 0 32 2 0 0 20 0 15 0 516641013 15508250624 10780 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3786194 10780 3303 1 0 3748377 0
[pid=23173/tid=23174] ppid=23171 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 6658 0 0 0 19 1 0 0 20 0 15 0 516641013 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159887960800 140159867802974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15144776 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15144776 memory=4049494978216711840 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15144776 memory=139676871677568 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516641015 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) R 23171 23171 21297 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 516641018 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159415359728 140159883733634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) R 23171 23171 21297 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 516641018 15508250624 10780 33554432000 4194304 4196468 140732170836720 140159414307184 140159883733634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15144776 memory=139676871677568 CPUtime=0.08 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) S 23171 23171 21297 0 -1 1077944384 761 0 0 0 8 0 0 0 20 0 15 0 516641018 15508250624 10780 33554432000 4194304 4196468 140732170836720 140158750943216 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15508250624 10780 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15508250624 10780 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44568 KiB

[startup+0.310852 s]*
/proc/loadavg: 1.93 1.97 1.99 4/228 23187
/proc/meminfo: memFree=26405812/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15149032 memory=52448 CPUtime=0.54 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 10916 0 0 0 51 3 0 0 20 0 15 0 516641013 15512608768 13112 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3787258 13112 3364 1 0 3748377 0
[pid=23173/tid=23174] ppid=23171 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 7857 0 0 0 28 2 0 0 20 0 15 0 516641013 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159887953600 140159867802974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15149032 memory=-7161737532689465503 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516641015 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) S 23171 23171 21297 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 516641018 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159415359728 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) R 23171 23171 21297 0 -1 4202560 479 0 0 0 5 0 0 0 20 0 15 0 516641018 15512608768 13112 33554432000 4194304 4196468 140732170836720 140159414288200 140159861012478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) S 23171 23171 21297 0 -1 1077944384 863 0 0 0 12 0 0 0 20 0 15 0 516641018 15512608768 13112 33554432000 4194304 4196468 140732170836720 140158750943216 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15512608768 13112 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15512608768 13112 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53896 KiB

[startup+0.70117 s]
/proc/loadavg: 1.93 1.97 1.99 4/228 23187
/proc/meminfo: memFree=26393644/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15151156 memory=90696 CPUtime=1.64 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 13806 0 0 0 159 5 0 0 20 0 15 0 516641013 15514783744 22674 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3787789 22674 3461 1 0 3748889 0
[pid=23173/tid=23174] ppid=23171 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 8640 0 0 0 65 3 0 0 20 0 15 0 516641013 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159887958112 140159883743834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15151156 memory=692 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516641015 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15151156 memory=6208 CPUtime=0.27 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) R 23171 23171 21297 0 -1 4202560 1006 0 0 0 27 0 0 0 20 0 15 0 516641018 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159415359728 140159868832448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15151156 memory=7552 CPUtime=0.27 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) R 23171 23171 21297 0 -1 4202560 967 0 0 0 27 0 0 0 20 0 15 0 516641018 15514783744 22674 33554432000 4194304 4196468 140732170836720 140159414288864 140159867223021 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15151156 memory=2832 CPUtime=0.38 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) R 23171 23171 21297 0 -1 4202560 1888 0 0 0 38 0 0 0 20 0 15 0 516641018 15514783744 22674 33554432000 4194304 4196468 140732170836720 140158750943216 140159876819323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15151156 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 22674 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 22674 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 92144 KiB

[startup+0.931242 s]
# the end of solver process 23171 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.18825 s, system=0.072883 s

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

[startup+0.801015 s]
/proc/loadavg: 1.93 1.97 1.99 4/228 23187
/proc/meminfo: memFree=26393644/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15151156 memory=124112 CPUtime=1.94 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 14534 0 0 0 188 6 0 0 20 0 15 0 516641013 15514783744 31028 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3787789 31028 3462 1 0 3748889 0
[pid=23173/tid=23174] ppid=23171 vsize=15151156 memory=6791534058613427641 CPUtime=0.77 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 8672 0 0 0 74 3 0 0 20 0 15 0 516641013 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159887959184 140159869107875 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15151156 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15151156 memory=35796 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15151156 memory=532 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516641015 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15151156 memory=924 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15151156 memory=912 CPUtime=0.33 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) S 23171 23171 21297 0 -1 1077944384 1047 0 0 0 33 0 0 0 20 0 15 0 516641018 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159415359728 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15151156 memory=1984 CPUtime=0.36 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) S 23171 23171 21297 0 -1 1077944384 1482 0 0 0 36 0 0 0 20 0 15 0 516641018 15514783744 31028 33554432000 4194304 4196468 140732170836720 140159414307184 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15151156 memory=2480 CPUtime=0.43 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) S 23171 23171 21297 0 -1 1077944384 2027 0 0 0 43 0 0 0 20 0 15 0 516641018 15514783744 31028 33554432000 4194304 4196468 140732170836720 140158750943216 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15151156 memory=1768 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 31028 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15151156 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 31028 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 125560 KiB

[startup+0.901171 s]
/proc/loadavg: 1.93 1.97 1.99 4/228 23187
/proc/meminfo: memFree=26393644/32770624 swapFree=66986412/67108860
[pid=23171] ppid=23168 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23171/stat : 23171 (xcsp3-exec) S 23168 23171 21297 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516641013 115843072 362 33554432000 4194304 5098028 140730018812640 140730018810744 139989591642748 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33341440 140730018820987 140730018821229 140730018821229 140730018824138 0
/proc/23171/statm: 28282 362 304 221 0 87 0
[pid=23173] ppid=23171 vsize=15151156 memory=132224 CPUtime=2.19 cores=1,3,5,7
/proc/23173/stat : 23173 (java) S 23171 23171 21297 0 -1 1077944320 15011 0 0 0 213 6 0 0 20 0 15 0 516641013 15514783744 33056 33554432000 4194304 4196468 140732170836720 140732170819264 140159883722487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
/proc/23173/statm: 3787789 33056 3462 1 0 3748889 0
[pid=23173/tid=23174] ppid=23171 vsize=15151156 memory=199114683888918 CPUtime=0.87 cores=1,3,5,7
/proc/23173/task/23174/stat : 23174 (java) R 23171 23171 21297 0 -1 4202560 8845 0 0 0 84 3 0 0 20 0 15 0 516641013 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159887961392 140159883734422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23175] ppid=23171 vsize=15151156 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23175/stat : 23175 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159819958800 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23176] ppid=23171 vsize=15151156 memory=7156334510635766096 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23176/stat : 23176 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159818906256 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23177] ppid=23171 vsize=15151156 memory=692 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23177/stat : 23177 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159817853200 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23178] ppid=23171 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23178/stat : 23178 (java) S 23171 23171 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516641014 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159816800656 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23179] ppid=23171 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23179/stat : 23179 (java) S 23171 23171 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516641015 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159419570928 140159883733634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23180] ppid=23171 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23180/stat : 23180 (java) S 23171 23171 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159418517152 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23181] ppid=23171 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23181/stat : 23181 (java) S 23171 23171 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516641016 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159417464048 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23182] ppid=23171 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23182/stat : 23182 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641018 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159416412624 140159883741083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23183] ppid=23171 vsize=15151156 memory=6208 CPUtime=0.38 cores=1,3,5,7
/proc/23173/task/23183/stat : 23183 (java) R 23171 23171 21297 0 -1 4202560 1194 0 0 0 37 1 0 0 20 0 15 0 516641018 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159415348464 140159867622952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23184] ppid=23171 vsize=15151156 memory=7552 CPUtime=0.41 cores=1,3,5,7
/proc/23173/task/23184/stat : 23184 (java) R 23171 23171 21297 0 -1 4202560 1507 0 0 0 41 0 0 0 20 0 15 0 516641018 15514783744 33056 33554432000 4194304 4196468 140732170836720 140159414300376 140159864088280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23185] ppid=23171 vsize=15151156 memory=2832 CPUtime=0.5 cores=1,3,5,7
/proc/23173/task/23185/stat : 23185 (java) S 23171 23171 21297 0 -1 1077944384 2159 0 0 0 49 1 0 0 20 0 15 0 516641018 15514783744 33056 33554432000 4194304 4196468 140732170836720 140158750943216 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23186] ppid=23171 vsize=15151156 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23186/stat : 23186 (java) S 23171 23171 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 33056 33554432000 4194304 4196468 140732170836720 140158749890912 140159883732693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
[pid=23173/tid=23187] ppid=23171 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23173/task/23187/stat : 23187 (java) S 23171 23171 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516641019 15514783744 33056 33554432000 4194304 4196468 140732170836720 140158748838960 140159883733634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27336704 140732170839023 140732170839194 140732170839194 140732170842063 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 133672 KiB

Child status: 0
Real time (s): 0.931291
CPU time (s): 2.26113
CPU user time (s): 2.18825
CPU system time (s): 0.072883
CPU usage (%): 242.796
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 133672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.18825
system time used= 0.072883
maximum resident set size= 135364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15701
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= 2006
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 23171
#   total CPU time (s): 2.26113
#   total CPU user time (s): 2.18825
#   total CPU system time (s): 0.072883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029013 second user time and 0.049737 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 10:20:20
IDJOB=4405727
IDBENCH=126509
IDSOLVER=2869
FILE ID=node104/4405727-1569403844
RUNJOBID= node104-1569392447-21329
PBS_JOBID= 21705699
Free space on /tmp= 9808 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.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-4405727-1569403844/watcher-4405727-1569403844 -o /tmp/evaluation-result-4405727-1569403844/solver-4405727-1569403844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405727-1569403844.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=674984274

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:        26444944 kB
MemAvailable:   31580784 kB
Buffers:          122156 kB
Cached:          5105024 kB
SwapCached:        22628 kB
Active:          3465180 kB
Inactive:        2027500 kB
Active(anon):     243160 kB
Inactive(anon):    80144 kB
Active(file):    3222020 kB
Inactive(file):  1947356 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986412 kB
Dirty:             26188 kB
Writeback:             0 kB
AnonPages:        354532 kB
Mapped:            71404 kB
Shmem:             49044 kB
Slab:             424464 kB
SReclaimable:     394924 kB
SUnreclaim:        29540 kB
KernelStack:        3776 kB
PageTables:         6416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1513208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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 10:20:22