Trace number 4297665

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 4.0.7b par (e747e1e)SAT 1.4463 0.636544

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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 benchmark1.4463
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297665-1532716006.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297665-1532716006.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.59	c solve instance...
1.30/0.63	s SATISFIABLE
1.30/0.63	v <instantiation>
1.30/0.63	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] </list>
1.30/0.63	v 	<values>2 3 1 2 1 3 10 7 9 11 12 4 6 8 5 7 4 10 9 6 5 11 8 12 4 2 3 0 5 1 16 11 20 14 19 12 15 7 22 13 18 8 17 6 21 9 23 10 </values>
1.30/0.63	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 (9925 MiB free)
  memory of node 1: 16384 MiB (12800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297665-1532716006/watcher-4297665-1532716006 -o /tmp/evaluation-result-4297665-1532716006/solver-4297665-1532716006 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532714347-24759 --watchdog 2580 HOME/xcsp3-exec -seed 1795583763 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297665-1532716006.xml 

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

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


[startup+0.100149 s]*
/proc/loadavg: 3.12 1.64 2.60 2/199 25389
/proc/meminfo: memFree=23256636/32770624 swapFree=67108860/67108860
[pid=25368] ppid=25365 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25368/stat : 25368 (xcsp3-exec) S 25365 25368 24732 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89163811 115843072 363 33554432000 4194304 5098028 140724548139824 140724548137928 140425759134332 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18354176 140724548142133 140724548142336 140724548142336 140724548145098 0
/proc/25368/statm: 28282 363 306 221 0 87 0
[pid=25370] ppid=25368 vsize=26104152 memory=26960 CPUtime=0.12 cores=0-7
/proc/25370/stat : 25370 (java) S 25368 25368 24732 0 -1 1077944320 5653 0 0 0 11 1 0 0 20 0 20 0 89163811 26730651648 6740 33554432000 4194304 4196468 140726304321296 140726304303840 140546809388791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
/proc/25370/statm: 6526038 6740 3003 1 0 6488315 0
[pid=25370/tid=25371] ppid=25368 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/25370/task/25371/stat : 25371 (java) R 25368 25368 24732 0 -1 4202560 3667 0 0 0 8 0 0 0 20 0 20 0 89163811 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546813609600 140546793432421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25372] ppid=25368 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25370/task/25372/stat : 25372 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546367159184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25373] ppid=25368 vsize=26104152 memory=140411612333696 CPUtime=0 cores=0-7
/proc/25370/task/25373/stat : 25373 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546366106384 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25374] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25374/stat : 25374 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546365054096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25375] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25375/stat : 25375 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546364001296 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25376] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25376/stat : 25376 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546362947984 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25377] ppid=25368 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25377/stat : 25377 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546361895184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25378] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25378/stat : 25378 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546360842896 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25379] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25379/stat : 25379 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546359790096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25380] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25380/stat : 25380 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546070952560 140546809399938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25381] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25381/stat : 25381 (java) S 25368 25368 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546069898528 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25382] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25382/stat : 25382 (java) S 25368 25368 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546068846192 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25383] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25383/stat : 25383 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546067794512 140546809407387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25384] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25384/stat : 25384 (java) S 25368 25368 24732 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546066741360 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25385] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25385/stat : 25385 (java) S 25368 25368 24732 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546065688560 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25386] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25386/stat : 25386 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546064636272 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25387] ppid=25368 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/25370/task/25387/stat : 25387 (java) R 25368 25368 24732 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546063583472 140546788322359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25388] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25388/stat : 25388 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546062531424 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25389] ppid=25368 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25389/stat : 25389 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 6740 33554432000 4194304 4196468 140726304321296 140546061478704 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28412 KiB

[startup+0.210453 s]*
/proc/loadavg: 2.95 1.63 2.59 4/199 25389
/proc/meminfo: memFree=23245636/32770624 swapFree=67108860/67108860
[pid=25368] ppid=25365 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25368/stat : 25368 (xcsp3-exec) S 25365 25368 24732 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89163811 115843072 363 33554432000 4194304 5098028 140724548139824 140724548137928 140425759134332 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18354176 140724548142133 140724548142336 140724548142336 140724548145098 0
/proc/25368/statm: 28282 363 306 221 0 87 0
[pid=25370] ppid=25368 vsize=26104152 memory=39160 CPUtime=0.34 cores=0-7
/proc/25370/stat : 25370 (java) S 25368 25368 24732 0 -1 1077944320 8347 0 0 0 32 2 0 0 20 0 20 0 89163811 26730651648 9790 33554432000 4194304 4196468 140726304321296 140726304303840 140546809388791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
/proc/25370/statm: 6526038 9790 3202 1 0 6488315 0
[pid=25370/tid=25371] ppid=25368 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25370/task/25371/stat : 25371 (java) R 25368 25368 24732 0 -1 4202560 5546 0 0 0 18 1 0 0 20 0 20 0 89163811 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546813626608 140546793469278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25372] ppid=25368 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/25370/task/25372/stat : 25372 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546367159184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25373] ppid=25368 vsize=26104152 memory=4051466050679244448 CPUtime=0 cores=0-7
/proc/25370/task/25373/stat : 25373 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546366106384 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25374] ppid=25368 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25374/stat : 25374 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546365054096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25375] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25375/stat : 25375 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546364001296 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25376] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25376/stat : 25376 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546362947984 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25377] ppid=25368 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25377/stat : 25377 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546361895184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25378] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25378/stat : 25378 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546360842896 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25379] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25379/stat : 25379 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546359790096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25380] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25380/stat : 25380 (java) S 25368 25368 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546070952560 140546809399938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25381] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25381/stat : 25381 (java) S 25368 25368 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546069898528 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25382] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25382/stat : 25382 (java) S 25368 25368 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89163814 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546068846192 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25383] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25383/stat : 25383 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546067794512 140546809407387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25384] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25384/stat : 25384 (java) S 25368 25368 24732 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546066741360 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25385] ppid=25368 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/25370/task/25385/stat : 25385 (java) S 25368 25368 24732 0 -1 1077944384 295 0 0 0 2 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546065688560 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25386] ppid=25368 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/25370/task/25386/stat : 25386 (java) S 25368 25368 24732 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546064636272 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25387] ppid=25368 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/25370/task/25387/stat : 25387 (java) S 25368 25368 24732 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546063583472 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25388] ppid=25368 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25388/stat : 25388 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546062531424 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25389] ppid=25368 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25389/stat : 25389 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26730651648 9790 33554432000 4194304 4196468 140726304321296 140546061478704 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40612 KiB

[startup+0.310825 s]*
/proc/loadavg: 2.95 1.63 2.59 4/199 25389
/proc/meminfo: memFree=23238812/32770624 swapFree=67108860/67108860
[pid=25368] ppid=25365 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25368/stat : 25368 (xcsp3-exec) S 25365 25368 24732 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89163811 115843072 363 33554432000 4194304 5098028 140724548139824 140724548137928 140425759134332 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18354176 140724548142133 140724548142336 140724548142336 140724548145098 0
/proc/25368/statm: 28282 363 306 221 0 87 0
[pid=25370] ppid=25368 vsize=26108408 memory=46448 CPUtime=0.51 cores=0-7
/proc/25370/stat : 25370 (java) S 25368 25368 24732 0 -1 1077944320 9329 0 0 0 49 2 0 0 20 0 20 0 89163811 26735009792 11612 33554432000 4194304 4196468 140726304321296 140726304303840 140546809388791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
/proc/25370/statm: 6527102 11612 3240 1 0 6488315 0
[pid=25370/tid=25371] ppid=25368 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25370/task/25371/stat : 25371 (java) R 25368 25368 24732 0 -1 4202560 6256 0 0 0 28 1 0 0 20 0 20 0 89163811 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546813622576 140546809410717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25372] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25372/stat : 25372 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546367159184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25373] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25373/stat : 25373 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546366106384 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25374] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25374/stat : 25374 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546365054096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25375] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25375/stat : 25375 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546364001296 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25376] ppid=25368 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/25370/task/25376/stat : 25376 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546362947984 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25377] ppid=25368 vsize=26108408 memory=140411473589167 CPUtime=0 cores=0-7
/proc/25370/task/25377/stat : 25377 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546361895184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25378] ppid=25368 vsize=26108408 memory=140411473591472 CPUtime=0 cores=0-7
/proc/25370/task/25378/stat : 25378 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546360842896 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25379] ppid=25368 vsize=26108408 memory=140411473593776 CPUtime=0 cores=0-7
/proc/25370/task/25379/stat : 25379 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546359790096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25380] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25380/stat : 25380 (java) S 25368 25368 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89163814 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546070952560 140546809399938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25381] ppid=25368 vsize=26108408 memory=280822947194512 CPUtime=0 cores=0-7
/proc/25370/task/25381/stat : 25381 (java) S 25368 25368 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89163814 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546069898528 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25382] ppid=25368 vsize=26108408 memory=280822947201424 CPUtime=0 cores=0-7
/proc/25370/task/25382/stat : 25382 (java) S 25368 25368 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89163814 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546068846192 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25383] ppid=25368 vsize=26108408 memory=280822947142704 CPUtime=0 cores=0-7
/proc/25370/task/25383/stat : 25383 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546067794512 140546809407387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25384] ppid=25368 vsize=26108408 memory=280822947215248 CPUtime=0.02 cores=0-7
/proc/25370/task/25384/stat : 25384 (java) R 25368 25368 24732 0 -1 4202560 428 0 0 0 2 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546066722376 140546794512368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25385] ppid=25368 vsize=26108408 memory=280822947222160 CPUtime=0.03 cores=0-7
/proc/25370/task/25385/stat : 25385 (java) S 25368 25368 24732 0 -1 1077944384 299 0 0 0 3 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546065688560 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25386] ppid=25368 vsize=26108408 memory=280822947219856 CPUtime=0.02 cores=0-7
/proc/25370/task/25386/stat : 25386 (java) S 25368 25368 24732 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546064636272 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25387] ppid=25368 vsize=26108408 memory=280822947236016 CPUtime=0.12 cores=0-7
/proc/25370/task/25387/stat : 25387 (java) S 25368 25368 24732 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546063583472 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25388] ppid=25368 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25388/stat : 25388 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546062531424 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25389] ppid=25368 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25389/stat : 25389 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26735009792 11612 33554432000 4194304 4196468 140726304321296 140546061478704 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47900 KiB

[startup+0.636493 s]
# the end of solver process 25368 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.38632 s, system=0.059979 s

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

[startup+0.410084 s]*
/proc/loadavg: 2.95 1.63 2.59 2/199 25389
/proc/meminfo: memFree=23234160/32770624 swapFree=67108860/67108860
[pid=25368] ppid=25365 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25368/stat : 25368 (xcsp3-exec) S 25365 25368 24732 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89163811 115843072 363 33554432000 4194304 5098028 140724548139824 140724548137928 140425759134332 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18354176 140724548142133 140724548142336 140724548142336 140724548145098 0
/proc/25368/statm: 28282 363 306 221 0 87 0
[pid=25370] ppid=25368 vsize=26110532 memory=53680 CPUtime=0.7 cores=0-7
/proc/25370/stat : 25370 (java) S 25368 25368 24732 0 -1 1077944320 10045 0 0 0 67 3 0 0 20 0 20 0 89163811 26737184768 13420 33554432000 4194304 4196468 140726304321296 140726304303840 140546809388791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
/proc/25370/statm: 6527633 13420 3313 1 0 6488827 0
[pid=25370/tid=25371] ppid=25368 vsize=26110532 memory=8316850467074736180 CPUtime=0.39 cores=0-7
/proc/25370/task/25371/stat : 25371 (java) R 25368 25368 24732 0 -1 4202560 6778 0 0 0 37 2 0 0 20 0 20 0 89163811 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546813623696 140546809400726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25372] ppid=25368 vsize=26110532 memory=10981 CPUtime=0 cores=0-7
/proc/25370/task/25372/stat : 25372 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546367159184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25373] ppid=25368 vsize=26110532 memory=4051466050679244448 CPUtime=0 cores=0-7
/proc/25370/task/25373/stat : 25373 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546366106384 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25374] ppid=25368 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25374/stat : 25374 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546365054096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25375] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25375/stat : 25375 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546364001296 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25376] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25376/stat : 25376 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546362947984 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25377] ppid=25368 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25377/stat : 25377 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546361895184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25378] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25378/stat : 25378 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546360842896 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25379] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25379/stat : 25379 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163812 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546359790096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25380] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25380/stat : 25380 (java) S 25368 25368 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89163814 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546070952560 140546809399938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25381] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25381/stat : 25381 (java) S 25368 25368 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89163814 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546069898528 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25382] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25382/stat : 25382 (java) S 25368 25368 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89163814 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546068846192 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25383] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25383/stat : 25383 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546067794512 140546809407387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25384] ppid=25368 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/25370/task/25384/stat : 25384 (java) R 25368 25368 24732 0 -1 4202560 439 0 0 0 3 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546066741360 140546809400726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25385] ppid=25368 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/25370/task/25385/stat : 25385 (java) R 25368 25368 24732 0 -1 4202560 333 0 0 0 5 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546065688560 140546792847920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25386] ppid=25368 vsize=26110532 memory=-1 CPUtime=0.03 cores=0-7
/proc/25370/task/25386/stat : 25386 (java) S 25368 25368 24732 0 -1 1077944384 127 0 0 0 3 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546064636272 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25387] ppid=25368 vsize=26110532 memory=-1 CPUtime=0.17 cores=0-7
/proc/25370/task/25387/stat : 25387 (java) R 25368 25368 24732 0 -1 4202560 1059 0 0 0 17 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546063581264 140546802485627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25388] ppid=25368 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25388/stat : 25388 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546062531424 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25389] ppid=25368 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/25370/task/25389/stat : 25389 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89163817 26737184768 13420 33554432000 4194304 4196468 140726304321296 140546061478704 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 55132 KiB

[startup+0.610727 s]
/proc/loadavg: 2.95 1.63 2.59 3/199 25389
/proc/meminfo: memFree=23218344/32770624 swapFree=67108860/67108860
[pid=25368] ppid=25365 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25368/stat : 25368 (xcsp3-exec) S 25365 25368 24732 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89163811 115843072 363 33554432000 4194304 5098028 140724548139824 140724548137928 140425759134332 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18354176 140724548142133 140724548142336 140724548142336 140724548145098 0
/proc/25368/statm: 28282 363 306 221 0 87 0
[pid=25370] ppid=25368 vsize=26643044 memory=88508 CPUtime=1.3 cores=0-7
/proc/25370/stat : 25370 (java) S 25368 25368 24732 0 -1 1077944320 13013 0 0 0 125 5 0 0 20 0 28 0 89163811 27282477056 22127 33554432000 4194304 4196468 140726304321296 140726304303840 140546809388791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
/proc/25370/statm: 6660761 22127 3357 1 0 6621955 0
[pid=25370/tid=25371] ppid=25368 vsize=26643044 memory=4339556015218622496 CPUtime=0.57 cores=0-7
/proc/25370/task/25371/stat : 25371 (java) S 25368 25368 24732 0 -1 1077944384 7147 0 0 0 55 2 0 0 20 0 28 0 89163811 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546813629568 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25372] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25372/stat : 25372 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546367159184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25373] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25373/stat : 25373 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546366106384 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25374] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25374/stat : 25374 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546365054096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25375] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25375/stat : 25375 (java) S 25368 25368 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546364001296 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25376] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25376/stat : 25376 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546362947984 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25377] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25377/stat : 25377 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546361895184 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25378] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25378/stat : 25378 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546360842896 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25379] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25379/stat : 25379 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163812 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546359790096 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25380] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25380/stat : 25380 (java) S 25368 25368 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89163814 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546070952560 140546809399938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25381] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25381/stat : 25381 (java) S 25368 25368 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89163814 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546069898528 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25382] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25382/stat : 25382 (java) S 25368 25368 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89163814 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546068846192 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25383] ppid=25368 vsize=26643044 memory=140411612333695 CPUtime=0 cores=0-7
/proc/25370/task/25383/stat : 25383 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546067794512 140546809407387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25384] ppid=25368 vsize=26643044 memory=0 CPUtime=0.09 cores=0-7
/proc/25370/task/25384/stat : 25384 (java) R 25368 25368 24732 0 -1 1077944384 779 0 0 0 9 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546066741360 140546809399938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25385] ppid=25368 vsize=26643044 memory=0 CPUtime=0.14 cores=0-7
/proc/25370/task/25385/stat : 25385 (java) S 25368 25368 24732 0 -1 1077944384 851 0 0 0 14 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546065688560 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25386] ppid=25368 vsize=26643044 memory=0 CPUtime=0.1 cores=0-7
/proc/25370/task/25386/stat : 25386 (java) R 25368 25368 24732 0 -1 4202560 701 0 0 0 10 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546064636272 140546809400726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25387] ppid=25368 vsize=26643044 memory=0 CPUtime=0.33 cores=0-7
/proc/25370/task/25387/stat : 25387 (java) R 25368 25368 24732 0 -1 4202560 1959 0 0 0 33 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546063583392 140546809410138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25388] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25388/stat : 25388 (java) S 25368 25368 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546062531424 140546809398997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
[pid=25370/tid=25389] ppid=25368 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25370/task/25389/stat : 25389 (java) S 25368 25368 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89163817 27282477056 22127 33554432000 4194304 4196468 140726304321296 140546061478704 140546809399938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7680000 140726304322689 140726304322861 140726304322861 140726304325583 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 89960 KiB

Child status: 0
Real time (s): 0.636544
CPU time (s): 1.4463
CPU user time (s): 1.38632
CPU system time (s): 0.059979
CPU usage (%): 227.211
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 89960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38632
system time used= 0.059979
maximum resident set size= 94132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13688
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= 2629
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 25368
#   total CPU time (s): 1.4463
#   total CPU user time (s): 1.38632
#   total CPU system time (s): 0.059979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027795 second user time and 0.045665 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-27 20:26:46
IDJOB=4297665
IDBENCH=141338
IDSOLVER=2760
FILE ID=node107/4297665-1532716006
RUNJOBID= node107-1532714347-24759
PBS_JOBID= 21022324
Free space on /tmp= 54472 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297665-1532716006/watcher-4297665-1532716006 -o /tmp/evaluation-result-4297665-1532716006/solver-4297665-1532716006 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532714347-24759 --watchdog 2580  HOME/xcsp3-exec -seed 1795583763 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297665-1532716006.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1795583763

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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:        23272176 kB
MemAvailable:   31930836 kB
Buffers:          217444 kB
Cached:          8677628 kB
SwapCached:            0 kB
Active:          3823052 kB
Inactive:        5126788 kB
Active(anon):       1264 kB
Inactive(anon):    81168 kB
Active(file):    3821788 kB
Inactive(file):  5045620 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22308 kB
Writeback:             0 kB
AnonPages:         73088 kB
Mapped:            42192 kB
Shmem:             25228 kB
Slab:             242408 kB
SReclaimable:     214172 kB
SUnreclaim:        28236 kB
KernelStack:        3520 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54448 MiB
End job on node107 at 2018-07-27 20:26:47