Trace number 4272405

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 5a (2017-07-26)SAT 2.9669099 1.38405

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P04.xml
MD5SUMdf366086143c09aabef923644f665168
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053406999
Satisfiable
(Un)Satisfiability was proved
Number of variables57
Number of constraints23
Number of domains2
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":21},{"size":22,"count":12}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":21},{"degree":4,"count":6},{"degree":5,"count":6}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":12,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272405-1502715451.xml"  -tl '2520s' -p 1 -x 3
0.07/0.29	c [HOME/instance-4272405-1502715451.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.42	c parse instance...
0.86/0.61	c solve instance...
2.77/1.25	s SATISFIABLE
2.77/1.25	v <instantiation>
2.77/1.25	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] </list>
2.77/1.25	v 	<values>6 19 14 16 5 20 18 2 1 0 9 21 13 8 5 11 4 15 16 17 1 9 21 12 10 14 6 2 3 19 18 7 20 </values>
2.77/1.25	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 (14467 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272405-1502715451/watcher-4272405-1502715451 -o /tmp/evaluation-result-4272405-1502715451/solver-4272405-1502715451 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1181778879 HOME/instance-4272405-1502715451.xml 

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

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


[startup+0.100085 s]*
/proc/loadavg: 1.74 1.72 1.76 2/198 19648
/proc/meminfo: memFree=30541696/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13358712 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 3278 0 0 0 0 0 0 0 20 0 6 0 73765795 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3339678 3526 1892 1 0 3329175 0
[pid=19647/tid=19648] ppid=19645 vsize=13358712 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 2059 0 0 0 0 0 0 0 20 0 6 0 73765795 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140061173080656 140061152925022 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13358712 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73765796 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13358712 memory=140404697046938 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73765796 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 73765796 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73765796 13679321088 3526 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15484 KiB

[startup+0.20996 s]*
/proc/loadavg: 1.74 1.72 1.76 5/211 19661
/proc/meminfo: memFree=30533660/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13974352 memory=22932 CPUtime=0.07 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 5170 0 0 0 6 1 0 0 20 0 15 0 73765795 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3493588 5733 2705 1 0 3482964 0
[pid=19647/tid=19648] ppid=19645 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 3331 0 0 0 5 0 0 0 20 0 15 0 73765795 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140061173075888 140061150239741 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13974352 memory=140404697046938 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19653] ppid=19645 vsize=13974352 memory=140404697028224 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765797 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060647324144 140061168855682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73765798 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73765798 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765800 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060644166352 140061168863131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19645 897 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 73765800 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060643112944 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765800 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060642060400 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13974352 memory=140404697028224 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19645 897 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 73765800 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060641007856 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765801 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19661] ppid=19645 vsize=13974352 memory=140404697028224 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765806 14309736448 5733 18446744073709551615 4194304 4196468 140731109845376 140060638903088 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24312 KiB

[startup+0.312951 s]*
/proc/loadavg: 1.74 1.72 1.76 3/211 19661
/proc/meminfo: memFree=30522296/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13974352 memory=36644 CPUtime=0.25 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 8770 0 0 0 23 2 0 0 20 0 15 0 73765795 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3493588 9161 2949 1 0 3482964 0
[pid=19647/tid=19648] ppid=19645 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 6077 0 0 0 14 2 0 0 20 0 15 0 73765795 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140061173046512 140061152925022 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19653] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765797 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060647324144 140061168855682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73765798 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73765798 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765800 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060644166352 140061168863131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19645 897 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 73765800 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060643112944 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19645 897 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 73765800 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060642060400 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13974352 memory=140404697028224 CPUtime=0.05 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19645 897 0 -1 1077944384 706 0 0 0 5 0 0 0 20 0 15 0 73765800 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060641007856 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765801 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19661] ppid=19645 vsize=13974352 memory=140404697028224 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765806 14309736448 9161 18446744073709551615 4194304 4196468 140731109845376 140060638903088 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38024 KiB

[startup+0.706634 s]
/proc/loadavg: 1.74 1.72 1.76 4/211 19661
/proc/meminfo: memFree=30507016/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13980732 memory=64232 CPUtime=1.12 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 13416 0 0 0 108 4 0 0 20 0 15 0 73765795 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3495183 16058 3175 1 0 3483476 0
[pid=19647/tid=19648] ppid=19645 vsize=13980732 memory=40732 CPUtime=0.53 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 8885 0 0 0 50 3 0 0 20 0 15 0 73765795 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140061173081040 140060779468602 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13980732 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13980732 memory=25332 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13980732 memory=6657 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19653] ppid=19645 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19645 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73765797 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060647324144 140061168855682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73765798 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13980732 memory=6660 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73765798 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13980732 memory=337 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765800 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060644166352 140061168863131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13980732 memory=281 CPUtime=0.15 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) R 19645 19645 897 0 -1 4202560 891 0 0 0 15 0 0 0 20 0 15 0 73765800 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060643112864 140061148097275 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13980732 memory=949 CPUtime=0.14 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) R 19645 19645 897 0 -1 4202560 927 0 0 0 14 0 0 0 20 0 15 0 73765800 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060642060528 140061152343580 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13980732 memory=252 CPUtime=0.27 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) R 19645 19645 897 0 -1 4202560 1406 0 0 0 27 0 0 0 20 0 15 0 73765800 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060641007984 140061147449608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13980732 memory=64 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765801 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19661] ppid=19645 vsize=13980732 memory=5 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765806 14316269568 16058 18446744073709551615 4194304 4196468 140731109845376 140060638903088 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65612 KiB

[startup+1.38402 s]
# the end of solver process 19645 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.89674 s, system=0.070169 s

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

[startup+0.802632 s]
/proc/loadavg: 1.74 1.72 1.76 4/211 19661
/proc/meminfo: memFree=30507016/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13980732 memory=70892 CPUtime=1.47 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 14566 0 0 0 143 4 0 0 20 0 15 0 73765795 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3495183 17723 3188 1 0 3483476 0
[pid=19647/tid=19648] ppid=19645 vsize=13980732 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 8892 0 0 0 60 3 0 0 20 0 15 0 73765795 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140061173082832 140060783090463 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19653] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19645 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73765797 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060647324144 140061168855682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13980732 memory=51448 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73765798 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73765798 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765800 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060644166352 140061168863131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) R 19645 19645 897 0 -1 4202560 1114 0 0 0 24 0 0 0 20 0 15 0 73765800 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060643099488 140061153970557 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) R 19645 19645 897 0 -1 4202560 1454 0 0 0 24 0 0 0 20 0 15 0 73765800 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060642041304 140061148088431 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13980732 memory=6656426216303648864 CPUtime=0.34 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) R 19645 19645 897 0 -1 4202560 1799 0 0 0 34 0 0 0 20 0 15 0 73765800 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060641007856 140061168865882 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765801 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19661] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765806 14316269568 17723 18446744073709551615 4194304 4196468 140731109845376 140060638903088 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72272 KiB

[startup+1.20075 s]
/proc/loadavg: 1.74 1.72 1.76 5/211 19661
/proc/meminfo: memFree=30464028/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13982700 memory=118920 CPUtime=2.77 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 27486 0 0 0 271 6 0 0 20 0 15 0 73765795 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3495675 29730 3195 1 0 3483968 0
[pid=19647/tid=19648] ppid=19645 vsize=13982700 memory=5792870900741532778 CPUtime=1.03 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19645 897 0 -1 4202560 9332 0 0 0 99 4 0 0 20 0 15 0 73765795 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140061173083032 140061152213158 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13982700 memory=4424876147140948272 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13982700 memory=7669178727478225001 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13982700 memory=6012703969915266919 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73765796 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13982700 memory=7454130749351154278 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73765796 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19653] ppid=19645 vsize=13982700 memory=7234567065542290793 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19645 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73765797 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060647324144 140061168855682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13982700 memory=7739548489427740759 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73765798 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13982700 memory=7368010376529210432 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73765798 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13982700 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765800 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060644166352 140061168863131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13982700 memory=60788 CPUtime=0.63 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) R 19645 19645 897 0 -1 4202560 9267 0 0 0 63 0 0 0 20 0 15 0 73765800 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060643098976 140061153767451 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13982700 memory=168860934248850 CPUtime=0.64 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) R 19645 19645 897 0 -1 4202560 4168 0 0 0 64 0 0 0 20 0 15 0 73765800 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060642046944 140061149037441 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13982700 memory=3977723980633480566 CPUtime=0.43 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) R 19645 19645 897 0 -1 1077944384 3427 0 0 0 43 0 0 0 20 0 15 0 73765800 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060641007040 140061168854741 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13982700 memory=280809122769664 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765801 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19661] ppid=19645 vsize=13982700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73765806 14318284800 29730 18446744073709551615 4194304 4196468 140731109845376 140060638903088 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 13992212 KiB
Current children cumulated memory: 120300 KiB

[startup+1.30078 s]
/proc/loadavg: 1.74 1.72 1.76 5/211 19661
/proc/meminfo: memFree=30464028/32770624 swapFree=67108860/67108860
[pid=19645] ppid=19642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19645/stat : 19645 (xcsp3-exec) S 19642 19645 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 73765786 9740288 345 18446744073709551615 4194304 5098028 140725187162432 140725187160536 139717301666428 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 21614592 140725187166584 140725187166789 140725187166789 140725187170283 0
/proc/19645/statm: 2378 345 289 221 0 87 0
[pid=19647] ppid=19645 vsize=13980732 memory=121368 CPUtime=2.95 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19645 897 0 -1 1077944320 29417 0 0 0 289 6 0 0 20 0 13 0 73765795 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140731109827920 140061168844535 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
/proc/19647/statm: 3495183 30342 3203 1 0 3483476 0
[pid=19647/tid=19648] ppid=19645 vsize=13980732 memory=2372 CPUtime=1.09 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) D 19645 19645 897 0 -1 4202560 9648 0 0 0 105 4 0 0 20 0 13 0 73765795 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140061173087544 140061161530167 0 0 1 16800974 18446744072100686981 0 0 -1 5 0 0 5 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19649] ppid=19645 vsize=13980732 memory=25332 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19649/stat : 19649 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 73765796 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140061103278352 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19650] ppid=19645 vsize=13980732 memory=280809122565840 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19650/stat : 19650 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 73765796 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140061102225808 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19651] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19645 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 73765796 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140061101173264 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19652] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19645 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 73765796 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140061100120720 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19654] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19645 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 73765798 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060646270368 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19655] ppid=19645 vsize=13980732 memory=280809122809104 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19645 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 73765798 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060645217776 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19656] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19645 897 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 13 0 73765800 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060644166064 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19657] ppid=19645 vsize=13980732 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19645 897 0 -1 1077944384 10388 0 0 0 69 0 0 0 20 0 13 0 73765800 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060643097488 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19658] ppid=19645 vsize=13980732 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19645 897 0 -1 1077944384 4552 0 0 0 70 0 0 0 20 0 13 0 73765800 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060642044912 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19659] ppid=19645 vsize=13980732 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19645 897 0 -1 1077944384 3479 0 0 0 43 0 0 0 20 0 13 0 73765800 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060641007856 140061168855682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
[pid=19647/tid=19660] ppid=19645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19645 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 73765801 14316269568 30342 18446744073709551615 4194304 4196468 140731109845376 140060639955552 140061168854741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31285248 140731109851569 140731109851745 140731109851745 140731109855183 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 122748 KiB

Child status: 0
Real time (s): 1.38405
CPU time (s): 2.96691
CPU user time (s): 2.89674
CPU system time (s): 0.070169
CPU usage (%): 214.364
Max. virtual memory (cumulated for all children) (KiB): 13992212
Max. memory (cumulated for all children) (KiB): 122748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.89675
system time used= 0.070169
maximum resident set size= 121644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1907
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 19645
#   total CPU time (s): 2.96691
#   total CPU user time (s): 2.89674
#   total CPU system time (s): 0.070169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029741 second user time and 0.057358 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 14:43:25
IDJOB=4272405
IDBENCH=120752
IDSOLVER=2664
FILE ID=node125/4272405-1502715451
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P04.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272405-1502715451/watcher-4272405-1502715451 -o /tmp/evaluation-result-4272405-1502715451/solver-4272405-1502715451 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1181778879 HOME/instance-4272405-1502715451.xml

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

MD5SUM BENCH= df366086143c09aabef923644f665168
RANDOM SEED=1181778879

node125.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.07
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.07
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.07
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.07
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:        30545468 kB
MemAvailable:   31498756 kB
Buffers:          295032 kB
Cached:           952384 kB
SwapCached:            0 kB
Active:          1195372 kB
Inactive:         597060 kB
Active(anon):     545312 kB
Inactive(anon):    33100 kB
Active(file):     650060 kB
Inactive(file):   563960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7856 kB
Writeback:             4 kB
AnonPages:        544976 kB
Mapped:            61556 kB
Shmem:             33444 kB
Slab:             136068 kB
SReclaimable:     110208 kB
SUnreclaim:        25860 kB
KernelStack:        3424 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1195120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-14 14:43:27