Trace number 4281340

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
choco-solver 4.0.5 par (2017-08-18)OPT17 1.76548 0.66902101

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-06-a3.xml
MD5SUMb0c97e0505a0bc7a16ba291a1ac79ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.037124
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints18
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":15},{"size":501,"count":6}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":21},{"degree":2,"count":15},{"degree":6,"count":4},{"degree":7,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":15},{"arity":6,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281340-1503185883.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281340-1503185883.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
0.96/0.53	c solve instance...
0.96/0.61	o 20 
1.51/0.64	o 18 
1.51/0.64	o 17 
1.51/0.65	s OPTIMUM FOUND
1.51/0.65	v <instantiation>
1.51/0.65	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[1][2] y[1][3] y[1][4] y[1][5] y[2][3] y[2][4] y[2][5] y[3][4] y[3][5] y[4][5] </list>
1.51/0.65	v 	<values>0 5 7 13 16 17 5 7 13 16 17 2 8 11 12 6 9 10 3 4 1 </values>
1.51/0.65	v </instantiation>

Verifier Data

OK	17

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 (12773 MiB free)
  memory of node 1: 16384 MiB (12131 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281340-1503185883/watcher-4281340-1503185883 -o /tmp/evaluation-result-4281340-1503185883/solver-4281340-1503185883 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503175375-6738 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 577306789 HOME/instance-4281340-1503185883.xml 

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

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

solver pid=12902, runsolver pid=12899

[startup+0.100714 s]*
/proc/loadavg: 8.05 8.00 8.05 2/200 12923
/proc/meminfo: memFree=25488296/32770624 swapFree=67108860/67108860
[pid=12902] ppid=12899 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12902/stat : 12902 (xcsp3-exec) S 12899 12902 6711 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151669165 9740288 346 33554432000 4194304 5098028 140724984628032 140724984626136 140616734343804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11141120 140724984632427 140724984632636 140724984632636 140724984635371 0
/proc/12902/statm: 2378 346 289 221 0 87 0
[pid=12904] ppid=12902 vsize=25999808 memory=25640 CPUtime=0.11 cores=0-7
/proc/12904/stat : 12904 (java) S 12902 12902 6711 0 -1 1077944320 5323 0 0 0 10 1 0 0 20 0 20 0 151669166 26623803392 6410 33554432000 4194304 4196468 140725203920544 140725203903088 139831212957431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
/proc/12904/statm: 6499952 6410 2862 1 0 6488269 0
[pid=12904/tid=12905] ppid=12902 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12904/task/12905/stat : 12905 (java) R 12902 12902 6711 0 -1 4202560 3297 0 0 0 8 1 0 0 20 0 20 0 151669166 26623803392 6410 33554432000 4194304 4196468 140725203920544 139831217191968 139831212969366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12906] ppid=12902 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12904/task/12906/stat : 12906 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139831184800912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12907] ppid=12902 vsize=25999808 memory=139933850617472 CPUtime=0 cores=0-7
/proc/12904/task/12907/stat : 12907 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830770052112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12908] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12908/stat : 12908 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830768999312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12909] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12909/stat : 12909 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830767946512 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12910] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12910/stat : 12910 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830766893712 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12911] ppid=12902 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12911/stat : 12911 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830765840912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12912] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12912/stat : 12912 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830764788112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12913] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12913/stat : 12913 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830763735312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12914] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12914/stat : 12914 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669168 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830608784240 139831212968578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12915] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12915/stat : 12915 (java) S 12902 12902 6711 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151669169 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830607730208 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12916] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12916/stat : 12916 (java) S 12902 12902 6711 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151669169 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830606677360 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12917] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12917/stat : 12917 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830605625680 139831212976027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12918] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12918/stat : 12918 (java) S 12902 12902 6711 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830604573040 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12919] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12919/stat : 12919 (java) S 12902 12902 6711 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830603520240 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12920] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12920/stat : 12920 (java) S 12902 12902 6711 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830602467440 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12921] ppid=12902 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/12904/task/12921/stat : 12921 (java) R 12902 12902 6711 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830601414640 139831191623602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12922] ppid=12902 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12922/stat : 12922 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669171 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830600363104 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12923] ppid=12902 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12923/stat : 12923 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669172 26623803392 6410 33554432000 4194304 4196468 140725203920544 139830599310384 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27024 KiB

[startup+0.210117 s]*
/proc/loadavg: 8.05 8.00 8.05 3/200 12923
/proc/meminfo: memFree=25477808/32770624 swapFree=67108860/67108860
[pid=12902] ppid=12899 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12902/stat : 12902 (xcsp3-exec) S 12899 12902 6711 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151669165 9740288 346 33554432000 4194304 5098028 140724984628032 140724984626136 140616734343804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11141120 140724984632427 140724984632636 140724984632636 140724984635371 0
/proc/12902/statm: 2378 346 289 221 0 87 0
[pid=12904] ppid=12902 vsize=26004064 memory=37832 CPUtime=0.33 cores=0-7
/proc/12904/stat : 12904 (java) S 12902 12902 6711 0 -1 1077944320 8032 0 0 0 30 3 0 0 20 0 20 0 151669166 26628161536 9458 33554432000 4194304 4196468 140725203920544 140725203903088 139831212957431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
/proc/12904/statm: 6501016 9458 3051 1 0 6488269 0
[pid=12904/tid=12905] ppid=12902 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12904/task/12905/stat : 12905 (java) R 12902 12902 6711 0 -1 4202560 5013 0 0 0 18 2 0 0 20 0 20 0 151669166 26628161536 9458 33554432000 4194304 4196468 140725203920544 139831217169664 139831206062099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12906] ppid=12902 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/12904/task/12906/stat : 12906 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139831184800912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12907] ppid=12902 vsize=26004064 memory=288370310002329216 CPUtime=0 cores=0-7
/proc/12904/task/12907/stat : 12907 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830770052112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12908] ppid=12902 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12908/stat : 12908 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830768999312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12909] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12909/stat : 12909 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830767946512 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12910] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12910/stat : 12910 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830766893712 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12911] ppid=12902 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12911/stat : 12911 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830765840912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12912] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12912/stat : 12912 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830764788112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12913] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12913/stat : 12913 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830763735312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12914] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12914/stat : 12914 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669168 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830608784240 139831212968578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12915] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12915/stat : 12915 (java) S 12902 12902 6711 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151669169 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830607730208 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12916] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12916/stat : 12916 (java) S 12902 12902 6711 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151669169 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830606677360 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12917] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12917/stat : 12917 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830605625680 139831212976027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12918] ppid=12902 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/12904/task/12918/stat : 12918 (java) S 12902 12902 6711 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830604573040 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12919] ppid=12902 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/12904/task/12919/stat : 12919 (java) S 12902 12902 6711 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830603520240 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12920] ppid=12902 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/12904/task/12920/stat : 12920 (java) S 12902 12902 6711 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830602467440 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12921] ppid=12902 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/12904/task/12921/stat : 12921 (java) R 12902 12902 6711 0 -1 4202560 851 0 0 0 7 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830601414640 139831194367113 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12922] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12922/stat : 12922 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669171 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830600363104 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12923] ppid=12902 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12923/stat : 12923 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669172 26628161536 9458 33554432000 4194304 4196468 140725203920544 139830599310384 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39216 KiB

[startup+0.30973 s]*
/proc/loadavg: 8.05 8.00 8.05 2/200 12923
/proc/meminfo: memFree=25470984/32770624 swapFree=67108860/67108860
[pid=12902] ppid=12899 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12902/stat : 12902 (xcsp3-exec) S 12899 12902 6711 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151669165 9740288 346 33554432000 4194304 5098028 140724984628032 140724984626136 140616734343804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11141120 140724984632427 140724984632636 140724984632636 140724984635371 0
/proc/12902/statm: 2378 346 289 221 0 87 0
[pid=12904] ppid=12902 vsize=26004064 memory=45332 CPUtime=0.48 cores=0-7
/proc/12904/stat : 12904 (java) S 12902 12902 6711 0 -1 1077944320 9087 0 0 0 45 3 0 0 20 0 20 0 151669166 26628161536 11333 33554432000 4194304 4196468 140725203920544 140725203903088 139831212957431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
/proc/12904/statm: 6501016 11333 3106 1 0 6488269 0
[pid=12904/tid=12905] ppid=12902 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12904/task/12905/stat : 12905 (java) R 12902 12902 6711 0 -1 4202560 5771 0 0 0 27 2 0 0 20 0 20 0 151669166 26628161536 11354 33554432000 4194304 4196468 140725203920544 139831217188528 139831197037918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12906] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12906/stat : 12906 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139831184800912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12907] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12907/stat : 12907 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830770052112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12908] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12908/stat : 12908 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830768999312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12909] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12909/stat : 12909 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830767946512 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12910] ppid=12902 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/12904/task/12910/stat : 12910 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830766893712 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12911] ppid=12902 vsize=26004064 memory=139933725586351 CPUtime=0 cores=0-7
/proc/12904/task/12911/stat : 12911 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830765840912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12912] ppid=12902 vsize=26004064 memory=139933725588656 CPUtime=0 cores=0-7
/proc/12904/task/12912/stat : 12912 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830764788112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12913] ppid=12902 vsize=26004064 memory=139933725590960 CPUtime=0 cores=0-7
/proc/12904/task/12913/stat : 12913 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830763735312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12914] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12914/stat : 12914 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669168 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830608784240 139831212968578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12915] ppid=12902 vsize=26004064 memory=279867451188880 CPUtime=0 cores=0-7
/proc/12904/task/12915/stat : 12915 (java) S 12902 12902 6711 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151669169 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830607730208 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12916] ppid=12902 vsize=26004064 memory=279867451195792 CPUtime=0 cores=0-7
/proc/12904/task/12916/stat : 12916 (java) S 12902 12902 6711 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151669169 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830606677360 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12917] ppid=12902 vsize=26004064 memory=279867451137072 CPUtime=0 cores=0-7
/proc/12904/task/12917/stat : 12917 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830605625680 139831212976027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12918] ppid=12902 vsize=26004064 memory=279867451209616 CPUtime=0.01 cores=0-7
/proc/12904/task/12918/stat : 12918 (java) S 12902 12902 6711 0 -1 1077944384 418 0 0 0 1 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830604573040 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12919] ppid=12902 vsize=26004064 memory=279867451216528 CPUtime=0.02 cores=0-7
/proc/12904/task/12919/stat : 12919 (java) S 12902 12902 6711 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830603520240 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12920] ppid=12902 vsize=26004064 memory=279867451214224 CPUtime=0.02 cores=0-7
/proc/12904/task/12920/stat : 12920 (java) S 12902 12902 6711 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830602467440 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12921] ppid=12902 vsize=26004064 memory=279867451230384 CPUtime=0.11 cores=0-7
/proc/12904/task/12921/stat : 12921 (java) S 12902 12902 6711 0 -1 1077944384 980 0 0 0 11 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830601414640 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12922] ppid=12902 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12922/stat : 12922 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669171 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830600363104 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12923] ppid=12902 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12923/stat : 12923 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669172 26628161536 11354 33554432000 4194304 4196468 140725203920544 139830599310384 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46716 KiB

[startup+0.668974 s]
# the end of solver process 12902 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.68136 s, system=0.084118 s

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

[startup+0.409548 s]*
/proc/loadavg: 8.05 8.00 8.05 2/200 12923
/proc/meminfo: memFree=25465588/32770624 swapFree=67108860/67108860
[pid=12902] ppid=12899 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12902/stat : 12902 (xcsp3-exec) S 12899 12902 6711 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151669165 9740288 346 33554432000 4194304 5098028 140724984628032 140724984626136 140616734343804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11141120 140724984632427 140724984632636 140724984632636 140724984635371 0
/proc/12902/statm: 2378 346 289 221 0 87 0
[pid=12904] ppid=12902 vsize=26006188 memory=52160 CPUtime=0.69 cores=0-7
/proc/12904/stat : 12904 (java) S 12902 12902 6711 0 -1 1077944320 9940 0 0 0 65 4 0 0 20 0 20 0 151669166 26630336512 13040 33554432000 4194304 4196468 140725203920544 140725203903088 139831212957431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
/proc/12904/statm: 6501547 13040 3153 1 0 6488781 0
[pid=12904/tid=12905] ppid=12902 vsize=26006188 memory=8318255677412212789 CPUtime=0.38 cores=0-7
/proc/12904/task/12905/stat : 12905 (java) R 12902 12902 6711 0 -1 4202560 6255 0 0 0 36 2 0 0 20 0 20 0 151669166 26630336512 13040 33554432000 4194304 4196468 140725203920544 139831217195584 139831212969366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12906] ppid=12902 vsize=26006188 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/12904/task/12906/stat : 12906 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139831184800912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12907] ppid=12902 vsize=26006188 memory=288370310002329216 CPUtime=0 cores=0-7
/proc/12904/task/12907/stat : 12907 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830770052112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12908] ppid=12902 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12908/stat : 12908 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830768999312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12909] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12909/stat : 12909 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830767946512 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12910] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12910/stat : 12910 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830766893712 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12911] ppid=12902 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12911/stat : 12911 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830765840912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12912] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12912/stat : 12912 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830764788112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12913] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12913/stat : 12913 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669167 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830763735312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12914] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12914/stat : 12914 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151669168 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830608784240 139831212968578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12915] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12915/stat : 12915 (java) S 12902 12902 6711 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151669169 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830607730208 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12916] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12916/stat : 12916 (java) S 12902 12902 6711 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151669169 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830606677360 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12917] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12917/stat : 12917 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830605625680 139831212976027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12918] ppid=12902 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/12904/task/12918/stat : 12918 (java) S 12902 12902 6711 0 -1 1077944384 461 0 0 0 3 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830604573040 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12919] ppid=12902 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/12904/task/12919/stat : 12919 (java) S 12902 12902 6711 0 -1 1077944384 559 0 0 0 4 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830603520240 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12920] ppid=12902 vsize=26006188 memory=-1 CPUtime=0.04 cores=0-7
/proc/12904/task/12920/stat : 12920 (java) R 12902 12902 6711 0 -1 1077944384 259 0 0 0 4 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830602467440 139831212968578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12921] ppid=12902 vsize=26006188 memory=0 CPUtime=0.16 cores=0-7
/proc/12904/task/12921/stat : 12921 (java) R 12902 12902 6711 0 -1 4202560 1100 0 0 0 16 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830601414640 139831212969366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12922] ppid=12902 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12922/stat : 12922 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151669171 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830600363104 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12923] ppid=12902 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/12904/task/12923/stat : 12923 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151669172 26630336512 13040 33554432000 4194304 4196468 140725203920544 139830599310384 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 53544 KiB

[startup+0.616914 s]
/proc/loadavg: 8.05 8.00 8.05 4/200 12923
/proc/meminfo: memFree=25455600/32770624 swapFree=67108860/67108860
[pid=12902] ppid=12899 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12902/stat : 12902 (xcsp3-exec) S 12899 12902 6711 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151669165 9740288 346 33554432000 4194304 5098028 140724984628032 140724984626136 140616734343804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11141120 140724984632427 140724984632636 140724984632636 140724984635371 0
/proc/12902/statm: 2378 346 289 221 0 87 0
[pid=12904] ppid=12902 vsize=26538700 memory=82500 CPUtime=1.51 cores=0-7
/proc/12904/stat : 12904 (java) S 12902 12902 6711 0 -1 1077944320 11499 0 0 0 145 6 0 0 20 0 28 0 151669166 27175628800 20625 33554432000 4194304 4196468 140725203920544 140725203903088 139831212957431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
/proc/12904/statm: 6634675 20625 3202 1 0 6621909 0
[pid=12904/tid=12905] ppid=12902 vsize=26538700 memory=288230376152470690 CPUtime=0.51 cores=0-7
/proc/12904/task/12905/stat : 12905 (java) R 12902 12902 6711 0 -1 4202560 6453 0 0 0 48 3 0 0 20 0 28 0 151669166 27175628800 20625 33554432000 4194304 4196468 140725203920544 139831217198208 139831212969366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12906] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12906/stat : 12906 (java) S 12902 12902 6711 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139831184800912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12907] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12907/stat : 12907 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830770052112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12908] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12908/stat : 12908 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830768999312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12909] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12909/stat : 12909 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830767946512 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12910] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12910/stat : 12910 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830766893712 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12911] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12911/stat : 12911 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830765840912 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12912] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12912/stat : 12912 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830764788112 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12913] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12913/stat : 12913 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151669167 27175628800 20625 33554432000 4194304 4196468 140725203920544 139830763735312 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12914] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12914/stat : 12914 (java) S 12902 12902 6711 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 151669168 27175628800 20682 33554432000 4194304 4196468 140725203920544 139830608784240 139831212968578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12915] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12915/stat : 12915 (java) S 12902 12902 6711 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 151669169 27175628800 20719 33554432000 4194304 4196468 140725203920544 139830607730208 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12916] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12916/stat : 12916 (java) S 12902 12902 6711 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 151669169 27175628800 20679 33554432000 4194304 4196468 140725203920544 139830606677360 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12917] ppid=12902 vsize=26538700 memory=139933850617471 CPUtime=0 cores=0-7
/proc/12904/task/12917/stat : 12917 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 151669171 27175628800 20679 33554432000 4194304 4196468 140725203920544 139830605625680 139831212976027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12918] ppid=12902 vsize=26538700 memory=0 CPUtime=0.06 cores=0-7
/proc/12904/task/12918/stat : 12918 (java) S 12902 12902 6711 0 -1 1077944384 491 0 0 0 6 0 0 0 20 0 26 0 151669171 27175628800 20718 33554432000 4194304 4196468 140725203920544 139830604573040 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12919] ppid=12902 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/12904/task/12919/stat : 12919 (java) R 12902 12902 6711 0 -1 4202560 587 0 0 0 8 0 0 0 20 0 26 0 151669171 27175628800 20699 33554432000 4194304 4196468 140725203920544 139830603508672 139831196451527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12920] ppid=12902 vsize=26538700 memory=0 CPUtime=0.14 cores=0-7
/proc/12904/task/12920/stat : 12920 (java) R 12902 12902 6711 0 -1 4202560 592 0 0 0 14 0 0 0 20 0 26 0 151669171 27175628800 20759 33554432000 4194304 4196468 140725203920544 139830602460336 139831196454215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12921] ppid=12902 vsize=26538700 memory=0 CPUtime=0.29 cores=0-7
/proc/12904/task/12921/stat : 12921 (java) R 12902 12902 6711 0 -1 4202560 1676 0 0 0 29 0 0 0 20 0 25 0 151669171 27175628800 20759 33554432000 4194304 4196468 140725203920544 139830601414640 139831191402177 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12922] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12922/stat : 12922 (java) S 12902 12902 6711 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 151669171 27175628800 20740 33554432000 4194304 4196468 140725203920544 139830600363104 139831212967637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
[pid=12904/tid=12923] ppid=12902 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12904/task/12923/stat : 12923 (java) S 12902 12902 6711 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 151669172 27175628800 20749 33554432000 4194304 4196468 140725203920544 139830599310384 139831212968578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36827136 140725203924120 140725203924296 140725203924296 140725203926991 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 83884 KiB

Child status: 0
Real time (s): 0.669021
CPU time (s): 1.76548
CPU user time (s): 1.68136
CPU system time (s): 0.084118
CPU usage (%): 263.89
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 83884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.68136
system time used= 0.084118
maximum resident set size= 141476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13665
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= 2920
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 12902
#   total CPU time (s): 1.76548
#   total CPU user time (s): 1.68136
#   total CPU system time (s): 0.084118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030149 second user time and 0.040847 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-20 01:23:43
IDJOB=4281340
IDBENCH=126217
IDSOLVER=2676
FILE ID=node148/4281340-1503185883
RUNJOBID= node148-1503175375-6738
PBS_JOBID= 20630845
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-06-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281340-1503185883/watcher-4281340-1503185883 -o /tmp/evaluation-result-4281340-1503185883/solver-4281340-1503185883 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503175375-6738 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 577306789 HOME/instance-4281340-1503185883.xml

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

MD5SUM BENCH= b0c97e0505a0bc7a16ba291a1ac79ec8
RANDOM SEED=577306789

node148.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.19
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.19
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.19
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.19
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:        25503232 kB
MemAvailable:   31975884 kB
Buffers:          296000 kB
Cached:          6470164 kB
SwapCached:            0 kB
Active:          1169632 kB
Inactive:        5649700 kB
Active(anon):       4416 kB
Inactive(anon):    84704 kB
Active(file):    1165216 kB
Inactive(file):  5564996 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7752 kB
Writeback:             0 kB
AnonPages:         61016 kB
Mapped:            51616 kB
Shmem:             33416 kB
Slab:             143012 kB
SReclaimable:     116552 kB
SUnreclaim:        26460 kB
KernelStack:        3248 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-20 01:23:43