Trace number 4269519

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 0.97041601 0.61407602

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269519-1502757953.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4269519-1502757953.xml, -tl, 2520s, -p, 1, -x, 0]
0.32/0.32	c simple solver
0.32/0.38	c parse instance...
0.68/0.56	c solve instance...
0.68/0.61	s SATISFIABLE
0.68/0.61	v <instantiation>
0.68/0.61	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] </list>
0.68/0.61	v 	<values>16 12 15 7 10 13 9 4 11 14 2 7 4 2 12 10 9 16 15 13 11 8 6 3 14 5 1 3 1 6 8 5 28 26 13 10 27 23 12 7 31 25 29 22 11 3 30 21 16 6 15 4 20 8 14 1 19 5 24 9 18 2 17 0 </values>
0.68/0.61	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 (15239 MiB free)
  memory of node 1: 16384 MiB (15543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269519-1502757953/watcher-4269519-1502757953 -o /tmp/evaluation-result-4269519-1502757953/solver-4269519-1502757953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1343208896 HOME/instance-4269519-1502757953.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=11463, runsolver pid=11460
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 1.38 1.60 1.71 3/210 11473
/proc/meminfo: memFree=31511372/32770624 swapFree=67108764/67108860
[pid=11463] ppid=11460 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (xcsp3-exec) S 11460 11463 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123301792 9740288 345 18446744073709551615 4194304 5098028 140729698192624 140729698190728 140168205804156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 9195520 140729698197880 140729698198085 140729698198085 140729698201579 0
/proc/11463/statm: 2378 345 289 221 0 87 0
[pid=11465] ppid=11463 vsize=13574484 memory=18712 CPUtime=0.03 cores=1,3,5,7
/proc/11465/stat : 11465 (java) S 11463 11463 4674 0 -1 1077944320 4032 0 0 0 2 1 0 0 20 0 9 0 123301798 13900271616 4678 18446744073709551615 4194304 4196468 140723730241152 140723730223696 140617762160375 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
/proc/11465/statm: 3393621 4678 2085 1 0 3383118 0
[pid=11465/tid=11466] ppid=11463 vsize=13574484 memory=8508281356422187169 CPUtime=0.02 cores=1,3,5,7
/proc/11465/task/11466/stat : 11466 (java) R 11463 11463 4674 0 -1 4202560 2740 0 0 0 2 0 0 0 20 0 9 0 123301799 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617766396104 140617762183965 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11467] ppid=11463 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11467/stat : 11467 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123301799 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617704107024 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11468] ppid=11463 vsize=13574484 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11468/stat : 11468 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123301799 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617703054480 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11469] ppid=11463 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11469/stat : 11469 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123301799 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617702001424 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11470] ppid=11463 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11470/stat : 11470 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123301799 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617700948880 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11471] ppid=11463 vsize=13574484 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11471/stat : 11471 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123301801 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617307924720 140617762171522 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11472] ppid=11463 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11472/stat : 11472 (java) S 11463 11463 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 123301801 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617306870944 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11473] ppid=11463 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11473/stat : 11473 (java) S 11463 11463 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 123301801 13900271616 4744 18446744073709551615 4194304 4196468 140723730241152 140617305817904 140617762170581 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20092 KiB

[startup+0.210056 s]*
/proc/loadavg: 1.38 1.60 1.71 3/216 11479
/proc/meminfo: memFree=31505816/32770624 swapFree=67108764/67108860
[pid=11463] ppid=11460 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (xcsp3-exec) S 11460 11463 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123301792 9740288 345 18446744073709551615 4194304 5098028 140729698192624 140729698190728 140168205804156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 9195520 140729698197880 140729698198085 140729698198085 140729698201579 0
/proc/11463/statm: 2378 345 289 221 0 87 0
[pid=11465] ppid=11463 vsize=13974352 memory=27380 CPUtime=0.11 cores=1,3,5,7
/proc/11465/stat : 11465 (java) S 11463 11463 4674 0 -1 1077944320 5350 0 0 0 10 1 0 0 20 0 15 0 123301798 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140723730223696 140617762160375 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
/proc/11465/statm: 3493588 6845 2817 1 0 3482964 0
[pid=11465/tid=11466] ppid=11463 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/11465/task/11466/stat : 11466 (java) R 11463 11463 4674 0 -1 4202560 3373 0 0 0 8 0 0 0 20 0 15 0 123301799 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617766376352 140617741756868 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11467] ppid=11463 vsize=13974352 memory=4294979926 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11467/stat : 11467 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617704107024 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11468] ppid=11463 vsize=13974352 memory=140363536249818 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11468/stat : 11468 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617703054480 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11469] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11469/stat : 11469 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617702001424 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11470] ppid=11463 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11470/stat : 11470 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617700948880 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11471] ppid=11463 vsize=13974352 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11471/stat : 11471 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617307924720 140617762171522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11472] ppid=11463 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11472/stat : 11472 (java) S 11463 11463 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617306870944 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11473] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11473/stat : 11473 (java) S 11463 11463 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617305817840 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11474] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11474/stat : 11474 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617304766416 140617762178971 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11475] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11475/stat : 11475 (java) S 11463 11463 4674 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617303714544 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11476] ppid=11463 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11476/stat : 11476 (java) S 11463 11463 4674 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617302662000 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11477] ppid=11463 vsize=13974352 memory=140363536238208 CPUtime=0.01 cores=1,3,5,7
/proc/11465/task/11477/stat : 11477 (java) R 11463 11463 4674 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 15 0 123301804 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617301608944 140617746240862 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11478] ppid=11463 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11478/stat : 11478 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617300556640 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11479] ppid=11463 vsize=13974352 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11479/stat : 11479 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301809 14309736448 6845 18446744073709551615 4194304 4196468 140723730241152 140617299503664 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28760 KiB

[startup+0.310881 s]*
/proc/loadavg: 1.38 1.60 1.71 5/216 11479
/proc/meminfo: memFree=31492084/32770624 swapFree=67108764/67108860
[pid=11463] ppid=11460 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (xcsp3-exec) S 11460 11463 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123301792 9740288 345 18446744073709551615 4194304 5098028 140729698192624 140729698190728 140168205804156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 9195520 140729698197880 140729698198085 140729698198085 140729698201579 0
/proc/11463/statm: 2378 345 289 221 0 87 0
[pid=11465] ppid=11463 vsize=13974352 memory=39732 CPUtime=0.32 cores=1,3,5,7
/proc/11465/stat : 11465 (java) S 11463 11463 4674 0 -1 1077944320 9091 0 0 0 29 3 0 0 20 0 15 0 123301798 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140723730223696 140617762160375 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
/proc/11465/statm: 3493588 9933 3030 1 0 3482964 0
[pid=11465/tid=11466] ppid=11463 vsize=13974352 memory=4278483708103473607 CPUtime=0.19 cores=1,3,5,7
/proc/11465/task/11466/stat : 11466 (java) R 11463 11463 4674 0 -1 4202560 6276 0 0 0 17 2 0 0 20 0 15 0 123301799 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617766398544 140617746240862 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11467] ppid=11463 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11467/stat : 11467 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617704107024 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11468] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11468/stat : 11468 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617703054480 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11469] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11469/stat : 11469 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617702001424 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11470] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11470/stat : 11470 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301799 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617700948880 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11471] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11471/stat : 11471 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617307924720 140617762171522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11472] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11472/stat : 11472 (java) S 11463 11463 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617306870944 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11473] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11473/stat : 11473 (java) S 11463 11463 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123301801 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617305817840 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11474] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11474/stat : 11474 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617304766416 140617762178971 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11475] ppid=11463 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11465/task/11475/stat : 11475 (java) S 11463 11463 4674 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 123301804 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617303714544 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11476] ppid=11463 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11465/task/11476/stat : 11476 (java) S 11463 11463 4674 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 15 0 123301804 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617302662000 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11477] ppid=11463 vsize=13974352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11465/task/11477/stat : 11477 (java) S 11463 11463 4674 0 -1 1077944384 735 0 0 0 7 0 0 0 20 0 15 0 123301804 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617301608944 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11478] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11478/stat : 11478 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617300556640 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11479] ppid=11463 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11479/stat : 11479 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301809 14309736448 9933 18446744073709551615 4194304 4196468 140723730241152 140617299503664 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41112 KiB

[startup+0.614028 s]
# the end of solver process 11463 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.911181 s, system=0.059235 s

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

[startup+0.414732 s]*
/proc/loadavg: 1.38 1.60 1.71 4/216 11479
/proc/meminfo: memFree=31487220/32770624 swapFree=67108764/67108860
[pid=11463] ppid=11460 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (xcsp3-exec) S 11460 11463 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123301792 9740288 345 18446744073709551615 4194304 5098028 140729698192624 140729698190728 140168205804156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 9195520 140729698197880 140729698198085 140729698198085 140729698201579 0
/proc/11463/statm: 2378 345 289 221 0 87 0
[pid=11465] ppid=11463 vsize=13978608 memory=46768 CPUtime=0.48 cores=1,3,5,7
/proc/11465/stat : 11465 (java) S 11463 11463 4674 0 -1 1077944320 10557 0 0 0 44 4 0 0 20 0 15 0 123301798 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140723730223696 140617762160375 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
/proc/11465/statm: 3494652 11692 3070 1 0 3482964 0
[pid=11465/tid=11466] ppid=11463 vsize=13978608 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/11465/task/11466/stat : 11466 (java) R 11463 11463 4674 0 -1 4202560 7523 0 0 0 26 3 0 0 20 0 15 0 123301799 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617766394896 140617746204005 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11467] ppid=11463 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11467/stat : 11467 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617704107024 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11468] ppid=11463 vsize=13978608 memory=140363536249816 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11468/stat : 11468 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617703054480 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11469] ppid=11463 vsize=13978608 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11469/stat : 11469 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301799 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617702001424 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11470] ppid=11463 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11470/stat : 11470 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301799 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617700948880 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11471] ppid=11463 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11471/stat : 11471 (java) S 11463 11463 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123301801 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617307924720 140617762171522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11472] ppid=11463 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11472/stat : 11472 (java) S 11463 11463 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123301801 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617306870944 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11473] ppid=11463 vsize=13978608 memory=140363536238208 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11473/stat : 11473 (java) S 11463 11463 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123301801 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617305817840 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11474] ppid=11463 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11474/stat : 11474 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617304766416 140617762178971 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11475] ppid=11463 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11465/task/11475/stat : 11475 (java) S 11463 11463 4674 0 -1 1077944384 540 0 0 0 3 0 0 0 20 0 15 0 123301804 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617303714544 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11476] ppid=11463 vsize=13978608 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11465/task/11476/stat : 11476 (java) S 11463 11463 4674 0 -1 1077944384 323 0 0 0 3 0 0 0 20 0 15 0 123301804 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617302662000 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11477] ppid=11463 vsize=13978608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11465/task/11477/stat : 11477 (java) S 11463 11463 4674 0 -1 1077944384 879 0 0 0 11 0 0 0 20 0 15 0 123301804 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617301608944 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11478] ppid=11463 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11478/stat : 11478 (java) S 11463 11463 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123301804 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617300556640 140617762170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
[pid=11465/tid=11479] ppid=11463 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11479/stat : 11479 (java) S 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123301809 14314094592 11692 18446744073709551615 4194304 4196468 140723730241152 140617299503664 140617762171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 48148 KiB

[startup+0.610368 s]
/proc/loadavg: 1.38 1.60 1.71 3/216 11479
/proc/meminfo: memFree=31482548/32770624 swapFree=67108764/67108860
[pid=11463] ppid=11460 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (xcsp3-exec) S 11460 11463 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123301792 9740288 345 18446744073709551615 4194304 5098028 140729698192624 140729698190728 140168205804156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 9195520 140729698197880 140729698198085 140729698198085 140729698201579 0
/proc/11463/statm: 2378 345 289 221 0 87 0
[pid=11465] ppid=11463 vsize=13980732 memory=60908 CPUtime=0.95 cores=1,3,5,7
/proc/11465/stat : 11465 (java) R 11463 11463 4674 0 -1 4202496 12864 0 0 0 90 5 0 0 20 0 12 0 123301798 14316269568 15227 18446744073709551615 4194304 4196468 140723730241152 140723730223696 140617762160375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
/proc/11465/statm: 3495183 15227 3175 1 0 3483476 0
[pid=11465/tid=11469] ppid=11463 vsize=13980732 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/11465/task/11469/stat : 11469 (java) R 11463 11463 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 123301799 14316269568 15336 18446744073709551615 4194304 4196468 140723730241152 140617702001424 140617762170581 256 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31322112 140723730244017 140723730244193 140723730244193 140723730247631 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62288 KiB

Child status: 0
Real time (s): 0.614076
CPU time (s): 0.970416
CPU user time (s): 0.911181
CPU system time (s): 0.059235
CPU usage (%): 158.029
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 62288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.911181
system time used= 0.059235
maximum resident set size= 61524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1319
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 11463
#   total CPU time (s): 0.970416
#   total CPU user time (s): 0.911181
#   total CPU system time (s): 0.059235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03506 second user time and 0.038066 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 02:31:59
IDJOB=4269519
IDBENCH=124372
IDSOLVER=2660
FILE ID=node134/4269519-1502757953
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.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-4269519-1502757953/watcher-4269519-1502757953 -o /tmp/evaluation-result-4269519-1502757953/solver-4269519-1502757953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1343208896 HOME/instance-4269519-1502757953.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=1343208896

node134.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.43
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.43
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.43
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.43
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:        31521788 kB
MemAvailable:   31779456 kB
Buffers:          268596 kB
Cached:           280052 kB
SwapCached:            4 kB
Active:           579772 kB
Inactive:         210132 kB
Active(anon):     188264 kB
Inactive(anon):    94516 kB
Active(file):     391508 kB
Inactive(file):   115616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7788 kB
Writeback:             4 kB
AnonPages:        240916 kB
Mapped:            71748 kB
Shmem:             41564 kB
Slab:             159672 kB
SReclaimable:     132756 kB
SUnreclaim:        26916 kB
KernelStack:        3504 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 02:32:00