Trace number 4248656

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 NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)OPT2 17.2855 9.21035

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248656-1502093075.xml"  -tl '2400s' -p 4 -x 3
0.00/0.26	c [HOME/instance-4248656-1502093075.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.32	c 4 solvers in parallel
0.00/0.38	c parse instance...
15.73/8.70	c solve instance...
16.80/9.09	o 7 
16.95/9.10	o 6 
16.95/9.11	o 5 
16.95/9.12	o 4 
16.95/9.14	o 2 
16.95/9.18	s OPTIMUM FOUND
16.95/9.18	v <instantiation>
16.95/9.18	v 	<list>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[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8] </list>
16.95/9.18	v 	<values>0 1 1 1 0 0 0 1 0 0 1 2 1 1 1 2 0 0 1 1 0 0 0 1 1 0 1 0 0 2 1 1 1 2 0 0 </values>
16.95/9.18	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248656-1502093075/watcher-4248656-1502093075 -o /tmp/evaluation-result-4248656-1502093075/solver-4248656-1502093075 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1723849329 HOME/instance-4248656-1502093075.xml 

pid=23116
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.57 8.48 8.32 7/207 23119
/proc/meminfo: memFree=29785944/32770624 swapFree=0/374576
[pid=23119] ppid=23116 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (runsolver) D 23116 23119 2911 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 108960667 24240128 108 18446744073709551615 4194304 4338465 140726677253840 140726677251480 140164215100119 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 13426688 140726677258326 140726677258825 140726677258825 140726677262282 0
/proc/23119/statm: 5918 108 54 36 0 2156 0

[startup+0.100111 s]
/proc/loadavg: 8.57 8.48 8.32 7/207 23119
/proc/meminfo: memFree=29785944/32770624 swapFree=0/374576
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.206285 s]
/proc/loadavg: 8.57 8.48 8.32 7/207 23119
/proc/meminfo: memFree=29785944/32770624 swapFree=0/374576
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300251 s]
/proc/loadavg: 8.57 8.48 8.32 7/207 23119
/proc/meminfo: memFree=29785944/32770624 swapFree=0/374576
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700352 s]
/proc/loadavg: 8.57 8.48 8.32 7/207 23119
/proc/meminfo: memFree=29785944/32770624 swapFree=0/374576
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50066 s]
/proc/loadavg: 8.57 8.48 8.32 6/223 23135
/proc/meminfo: memFree=29667304/32770624 swapFree=0/374600
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=12919328 CPUtime=2.16 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 15532 0 0 0 197 19 0 0 20 0 15 0 108960675 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3229832 68064 3188 1 0 3218124 0
[pid=23121/tid=23122] ppid=23119 vsize=12919328 CPUtime=1.28 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) R 23119 23119 2911 0 -1 4202560 9357 0 0 0 124 4 0 0 20 0 15 0 108960675 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579515668472 140579131167388 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 190 0 0 0 5 2 0 0 20 0 15 0 108960676 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 161 0 0 0 4 3 0 0 20 0 15 0 108960676 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 356 0 0 0 4 3 0 0 20 0 15 0 108960676 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 188 0 0 0 4 3 0 0 20 0 15 0 108960676 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 108960677 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579061531808 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579060478704 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960680 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) S 23119 23119 2911 0 -1 1077944384 934 0 0 0 16 0 0 0 20 0 15 0 108960680 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579058375408 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=12919328 CPUtime=0.13 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) S 23119 23119 2911 0 -1 1077944384 446 0 0 0 13 0 0 0 20 0 15 0 108960680 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=12919328 CPUtime=0.24 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 2242 0 0 0 24 0 0 0 20 0 15 0 108960680 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960681 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 108960685 13229391872 68064 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 12928840

[startup+3.10246 s]
/proc/loadavg: 8.28 8.43 8.30 9/223 23135
/proc/meminfo: memFree=29487432/32770624 swapFree=0/374600
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=12919328 CPUtime=4.28 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 19061 0 0 0 389 39 0 0 20 0 15 0 108960675 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3229832 101779 3196 1 0 3218124 0
[pid=23121/tid=23122] ppid=23119 vsize=12919328 CPUtime=2.77 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) R 23119 23119 2911 0 -1 4202560 10388 0 0 0 273 4 0 0 20 0 15 0 108960675 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579515668360 140579131152690 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 287 0 0 0 11 7 0 0 20 0 15 0 108960676 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 246 0 0 0 10 8 0 0 20 0 15 0 108960676 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 453 0 0 0 10 8 0 0 20 0 15 0 108960676 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 279 0 0 0 10 7 0 0 20 0 15 0 108960676 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 108960677 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579061531872 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579060478704 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960680 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=12919328 CPUtime=0.21 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) S 23119 23119 2911 0 -1 1077944384 1670 0 0 0 21 0 0 0 20 0 15 0 108960680 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579058375408 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=12919328 CPUtime=0.2 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) S 23119 23119 2911 0 -1 1077944384 1052 0 0 0 20 0 0 0 20 0 15 0 108960680 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=12919328 CPUtime=0.33 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 3028 0 0 0 32 1 0 0 20 0 15 0 108960680 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960681 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 108960685 13229391872 101779 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 12928840

[startup+6.30068 s]
/proc/loadavg: 8.28 8.43 8.30 6/223 23135
/proc/meminfo: memFree=28871356/32770624 swapFree=0/374592
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=12919328 CPUtime=10.16 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 40197 0 0 0 946 70 0 0 20 0 15 0 108960675 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3229832 196200 3222 1 0 3218124 0
[pid=23121/tid=23122] ppid=23119 vsize=12919328 CPUtime=4.75 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) R 23119 23119 2911 0 -1 4202560 10467 0 0 0 470 5 0 0 20 0 15 0 108960675 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579515666000 140579131152702 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=12919328 CPUtime=1.02 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 5344 0 0 0 87 15 0 0 20 0 15 0 108960676 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=12919328 CPUtime=1.01 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 5591 0 0 0 86 15 0 0 20 0 15 0 108960676 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=12919328 CPUtime=1 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 4898 0 0 0 86 14 0 0 20 0 15 0 108960676 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=12919328 CPUtime=1 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 5416 0 0 0 85 15 0 0 20 0 15 0 108960676 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=12919328 CPUtime=0.36 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 1086 0 0 0 36 0 0 0 20 0 15 0 108960677 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579061531872 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579060478720 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960680 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) S 23119 23119 2911 0 -1 1077944384 1699 0 0 0 25 0 0 0 20 0 15 0 108960680 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579058375408 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=12919328 CPUtime=0.28 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) S 23119 23119 2911 0 -1 1077944384 1210 0 0 0 28 0 0 0 20 0 15 0 108960680 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=12919328 CPUtime=0.39 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 3121 0 0 0 38 1 0 0 20 0 15 0 108960680 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960681 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 108960685 13229391872 196200 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 12928840

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23121 sig 9
??? kill 23119 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40089 s]
/proc/loadavg: 8.28 8.43 8.30 6/223 23135
/proc/meminfo: memFree=28871356/32770624 swapFree=0/374592
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=12919328 CPUtime=10.26 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 40200 0 0 0 956 70 0 0 20 0 15 0 108960675 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3229832 196203 3222 1 0 3218124 0
[pid=23121/tid=23122] ppid=23119 vsize=12919328 CPUtime=4.85 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) R 23119 23119 2911 0 -1 4202560 10467 0 0 0 480 5 0 0 20 0 15 0 108960675 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579515666000 140579131152686 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=12919328 CPUtime=1.02 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 5344 0 0 0 87 15 0 0 20 0 15 0 108960676 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=12919328 CPUtime=1.01 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 5591 0 0 0 86 15 0 0 20 0 15 0 108960676 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=12919328 CPUtime=1 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 4898 0 0 0 86 14 0 0 20 0 15 0 108960676 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=12919328 CPUtime=1 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 5416 0 0 0 85 15 0 0 20 0 15 0 108960676 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=12919328 CPUtime=0.36 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 1086 0 0 0 36 0 0 0 20 0 15 0 108960677 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579061531872 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579060478720 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960680 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) S 23119 23119 2911 0 -1 1077944384 1699 0 0 0 25 0 0 0 20 0 15 0 108960680 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579058375408 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=12919328 CPUtime=0.29 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) S 23119 23119 2911 0 -1 1077944384 1213 0 0 0 29 0 0 0 20 0 15 0 108960680 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=12919328 CPUtime=0.39 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 3121 0 0 0 38 1 0 0 20 0 15 0 108960680 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960681 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 108960685 13229391872 196203 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 12928840

[startup+8.00067 s]
/proc/loadavg: 8.02 8.37 8.29 6/223 23135
/proc/meminfo: memFree=28276464/32770624 swapFree=0/374588
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=12919328 CPUtime=15.01 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 41766 0 0 0 1398 103 0 0 20 0 15 0 108960675 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3229832 265298 3223 1 0 3218124 0
[pid=23121/tid=23122] ppid=23119 vsize=12919328 CPUtime=5.2 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) R 23119 23119 2911 0 -1 4202560 10473 0 0 0 514 6 0 0 20 0 15 0 108960675 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579515666128 140579131082825 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=12919328 CPUtime=2.07 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 5507 0 0 0 184 23 0 0 20 0 15 0 108960676 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=12919328 CPUtime=2.07 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 5882 0 0 0 184 23 0 0 20 0 15 0 108960676 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=12919328 CPUtime=2.06 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 5340 0 0 0 184 22 0 0 20 0 15 0 108960676 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=12919328 CPUtime=2.06 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 5643 0 0 0 182 24 0 0 20 0 15 0 108960676 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=12919328 CPUtime=0.56 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 1521 0 0 0 56 0 0 0 20 0 15 0 108960677 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579061531872 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 108960678 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579060478720 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960680 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) S 23119 23119 2911 0 -1 1077944384 1700 0 0 0 25 0 0 0 20 0 15 0 108960680 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579058375408 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=12919328 CPUtime=0.29 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) S 23119 23119 2911 0 -1 1077944384 1213 0 0 0 29 0 0 0 20 0 15 0 108960680 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=12919328 CPUtime=0.39 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 3121 0 0 0 38 1 0 0 20 0 15 0 108960680 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108960681 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 108960685 13229391872 265298 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 12928840

[startup+8.80127 s]
/proc/loadavg: 8.02 8.37 8.29 12/227 23139
/proc/meminfo: memFree=28000924/32770624 swapFree=0/374588
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=13185584 CPUtime=16.1 cores=1,3,5,7
/proc/23121/stat : 23121 (java) S 23119 23119 2911 0 -1 1077944320 42086 0 0 0 1507 103 0 0 20 0 19 0 108960675 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140728742928736 140579511430903 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
/proc/23121/statm: 3296396 265446 3223 1 0 3284688 0
[pid=23121/tid=23122] ppid=23119 vsize=13185584 CPUtime=5.92 cores=1,3,5,7
/proc/23121/task/23122/stat : 23122 (java) S 23119 23119 2911 0 -1 1077944384 10550 0 0 0 586 6 0 0 20 0 19 0 108960675 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579515671680 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23123] ppid=23119 vsize=13185584 CPUtime=2.07 cores=1,3,5,7
/proc/23121/task/23123/stat : 23123 (java) S 23119 23119 2911 0 -1 1077944384 5507 0 0 0 184 23 0 0 20 0 19 0 108960676 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579114552336 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23124] ppid=23119 vsize=13185584 CPUtime=2.07 cores=1,3,5,7
/proc/23121/task/23124/stat : 23124 (java) S 23119 23119 2911 0 -1 1077944384 5882 0 0 0 184 23 0 0 20 0 19 0 108960676 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579113499792 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23125] ppid=23119 vsize=13185584 CPUtime=2.06 cores=1,3,5,7
/proc/23121/task/23125/stat : 23125 (java) S 23119 23119 2911 0 -1 1077944384 5340 0 0 0 184 22 0 0 20 0 19 0 108960676 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579112446736 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23126] ppid=23119 vsize=13185584 CPUtime=2.06 cores=1,3,5,7
/proc/23121/task/23126/stat : 23126 (java) S 23119 23119 2911 0 -1 1077944384 5643 0 0 0 182 24 0 0 20 0 19 0 108960676 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579111394192 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23127] ppid=23119 vsize=13185584 CPUtime=0.56 cores=1,3,5,7
/proc/23121/task/23127/stat : 23127 (java) S 23119 23119 2911 0 -1 1077944384 1526 0 0 0 56 0 0 0 20 0 19 0 108960677 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579062585584 140579511442050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23128] ppid=23119 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23128/stat : 23128 (java) S 23119 23119 2911 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 108960678 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579061531872 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23129] ppid=23119 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23129/stat : 23129 (java) S 23119 23119 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 108960678 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579060478720 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23130] ppid=23119 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23130/stat : 23130 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108960680 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579059427280 140579511449499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23131] ppid=23119 vsize=13185584 CPUtime=0.27 cores=1,3,5,7
/proc/23121/task/23131/stat : 23131 (java) R 23119 23119 2911 0 -1 4202560 1710 0 0 0 27 0 0 0 20 0 19 0 108960680 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579058368320 140579489667289 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23132] ppid=23119 vsize=13185584 CPUtime=0.32 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) R 23119 23119 2911 0 -1 1077944384 1233 0 0 0 32 0 0 0 20 0 19 0 108960680 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579057322864 140579511442050 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23133] ppid=23119 vsize=13185584 CPUtime=0.42 cores=1,3,5,7
/proc/23121/task/23133/stat : 23133 (java) S 23119 23119 2911 0 -1 1077944384 3168 0 0 0 41 1 0 0 20 0 19 0 108960680 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579056269808 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23134] ppid=23119 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23134/stat : 23134 (java) S 23119 23119 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108960681 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579055217504 140579511441109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23135] ppid=23119 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/23121/task/23135/stat : 23135 (java) S 23119 23119 2911 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 108960685 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579054164528 140579511442050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23136] ppid=23119 vsize=13185584 CPUtime=0.06 cores=1,3,5,7
/proc/23121/task/23136/stat : 23136 (java) R 23119 23119 2911 0 -1 4202560 66 0 0 0 6 0 0 0 20 0 19 0 108961539 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140579046150656 140579132818640 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23137] ppid=23119 vsize=13185584 CPUtime=0.06 cores=1,3,5,7
/proc/23121/task/23137/stat : 23137 (java) R 23119 23119 2911 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 108961539 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140578977207880 140579132818243 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23138] ppid=23119 vsize=13185584 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23138/stat : 23138 (java) R 23119 23119 2911 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 108961539 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140578976155160 140579132818414 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
[pid=23121/tid=23139] ppid=23119 vsize=13185584 CPUtime=0.07 cores=1,3,5,7
/proc/23121/task/23139/stat : 23139 (java) R 23119 23119 2911 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 108961539 13502038016 265446 18446744073709551615 4194304 4196468 140728742946192 140578975086688 140579128345620 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18313216 140728742949334 140728742949510 140728742949510 140728742952911 0
Current children cumulated CPU time (s) 16.1
Current children cumulated vsize (KiB) 13195096

[startup+9.20067 s]
/proc/loadavg: 8.02 8.37 8.29 12/227 23139
/proc/meminfo: memFree=28000924/32770624 swapFree=0/374588
[pid=23119] ppid=23116 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23119/stat : 23119 (xcsp3-exec) S 23116 23119 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108960667 9740288 345 18446744073709551615 4194304 5098028 140723459708688 140723459706792 140210550731388 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 31813632 140723459715480 140723459715690 140723459715690 140723459719147 0
/proc/23119/statm: 2378 345 289 221 0 87 0
[pid=23121] ppid=23119 vsize=0 CPUtime=17.27 cores=1,3,5,7
/proc/23121/stat : 23121 (java) Z 23119 23119 2911 0 -1 4227084 43480 0 0 0 1623 104 0 0 20 0 2 0 108960675 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/23121/statm: 0 0 0 0 0 0 0
[pid=23121/tid=23132] ppid=23119 vsize=0 CPUtime=0.51 cores=1,3,5,7
/proc/23121/task/23132/stat : 23132 (java) R 23119 23119 2911 0 -1 4203588 1564 0 0 0 50 1 0 0 20 0 2 0 108960680 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.27
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 9.21035
CPU time (s): 17.2855
CPU user time (s): 16.2342
CPU system time (s): 1.05137
CPU usage (%): 187.675
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2342
system time used= 1.05137
maximum resident set size= 1066688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3114
involuntary context switches= 331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045934 second user time and 0.063798 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 09:50:14
IDJOB=4248656
IDBENCH=140554
IDSOLVER=2626
FILE ID=node132/4248656-1502093075
RUNJOBID= node132-1502078046-15622
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248656-1502093075/watcher-4248656-1502093075 -o /tmp/evaluation-result-4248656-1502093075/solver-4248656-1502093075 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1723849329 HOME/instance-4248656-1502093075.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=1723849329

node132.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.74
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.74
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.74
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.74
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:        29785424 kB
MemAvailable:   30350240 kB
Buffers:          231788 kB
Cached:           631152 kB
SwapCached:            0 kB
Active:          2146984 kB
Inactive:         407464 kB
Active(anon):    1691952 kB
Inactive(anon):    32628 kB
Active(file):     455032 kB
Inactive(file):   374836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7972 kB
Writeback:             0 kB
AnonPages:       1692952 kB
Mapped:            62868 kB
Shmem:             33468 kB
Slab:             128376 kB
SReclaimable:     101568 kB
SUnreclaim:        26808 kB
KernelStack:        3904 kB
PageTables:         8776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2621232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1568768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-07 09:50:23