Trace number 4282127

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-18)SAT 1.22592 0.82028002

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-016.xml
MD5SUMdac573268cbee9df0798b3d421ad7cf6
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.019942001
Satisfiable
(Un)Satisfiability was proved
Number of variables31
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":16}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":14}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282127-1503117290.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282127-1503117290.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.33	c simple solver
0.27/0.40	c parse instance...
0.66/0.57	c solve instance...
0.91/0.69	s SATISFIABLE
0.91/0.69	v <instantiation>
0.91/0.69	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] </list>
0.91/0.69	v 	<values>11 4 12 3 13 2 14 1 15 0 6 8 9 5 10 7 7 8 9 10 11 12 13 14 15 6 2 1 4 5 3 </values>
0.91/0.69	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 (15116 MiB free)
  memory of node 1: 16384 MiB (13789 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282127-1503117290/watcher-4282127-1503117290 -o /tmp/evaluation-result-4282127-1503117290/solver-4282127-1503117290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1623570569 HOME/instance-4282127-1503117290.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=18903, runsolver pid=18900

[startup+0.100205 s]*
/proc/loadavg: 2.11 1.99 1.76 3/201 18906
/proc/meminfo: memFree=29596436/32770624 swapFree=67108860/67108860
[pid=18903] ppid=18900 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18903/stat : 18903 (xcsp3-exec) S 18900 18903 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100069609 9740288 344 18446744073709551615 4194304 5098028 140736666278672 140736666276776 140089630708348 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 9674752 140736666284408 140736666284613 140736666284613 140736666288107 0
/proc/18903/statm: 2378 344 289 221 0 87 0
[pid=18905] ppid=18903 vsize=13358712 memory=16148 CPUtime=0 cores=0,2,4,6
/proc/18905/stat : 18905 (java) S 18903 18903 13977 0 -1 1077944320 3304 0 0 0 0 0 0 0 20 0 6 0 100069618 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 140735319079664 139832543297271 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
/proc/18905/statm: 3339678 4037 1901 1 0 3329175 0
[pid=18905/tid=18906] ppid=18903 vsize=13358712 memory=-6728769739804479844 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18906/stat : 18906 (java) R 18903 18903 13977 0 -1 4202560 2068 0 0 0 0 0 0 0 20 0 6 0 100069618 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 139832547533392 139832528979797 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18907] ppid=18903 vsize=13358712 memory=5767615763490740617 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18907/stat : 18907 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 100069619 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 139832462711824 139832543307477 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18908] ppid=18903 vsize=13358712 memory=140477082756736 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18908/stat : 18908 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 100069619 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 139832461659280 139832543307477 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18909] ppid=18903 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18909/stat : 18909 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 100069619 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 139832460606224 139832543307477 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18910] ppid=18903 vsize=13358712 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18910/stat : 18910 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 100069619 13679321088 4037 18446744073709551615 4194304 4196468 140735319097120 139832459553680 139832543307477 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17524 KiB

[startup+0.212186 s]*
/proc/loadavg: 2.11 1.99 1.76 4/214 18919
/proc/meminfo: memFree=29583696/32770624 swapFree=67108860/67108860
[pid=18903] ppid=18900 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18903/stat : 18903 (xcsp3-exec) S 18900 18903 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100069609 9740288 344 18446744073709551615 4194304 5098028 140736666278672 140736666276776 140089630708348 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 9674752 140736666284408 140736666284613 140736666284613 140736666288107 0
/proc/18903/statm: 2378 344 289 221 0 87 0
[pid=18905] ppid=18903 vsize=13974352 memory=28136 CPUtime=0.09 cores=0,2,4,6
/proc/18905/stat : 18905 (java) S 18903 18903 13977 0 -1 1077944320 4928 0 0 0 8 1 0 0 20 0 15 0 100069618 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 140735319079664 139832543297271 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
/proc/18905/statm: 3493588 7034 2755 1 0 3482964 0
[pid=18905/tid=18906] ppid=18903 vsize=13974352 memory=8330703218844540567 CPUtime=0.07 cores=0,2,4,6
/proc/18905/task/18906/stat : 18906 (java) R 18903 18903 13977 0 -1 4202560 3070 0 0 0 7 0 0 0 20 0 15 0 100069618 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832547527424 139832527377758 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18907] ppid=18903 vsize=13974352 memory=5767615763490740617 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18907/stat : 18907 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832462711824 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18908] ppid=18903 vsize=13974352 memory=140477082756736 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18908/stat : 18908 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832461659280 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18909] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18909/stat : 18909 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832460606224 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18910] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18910/stat : 18910 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832459553680 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18911] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18911/stat : 18911 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069620 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832021825776 139832543308418 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18912] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18912/stat : 18912 (java) S 18903 18903 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100069621 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832020772000 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18913] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18913/stat : 18913 (java) S 18903 18903 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100069621 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832019718896 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18914] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18914/stat : 18914 (java) S 18903 18903 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832018667472 139832543315867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18915] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18915/stat : 18915 (java) S 18903 18903 13977 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832017615600 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18916] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18916/stat : 18916 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832016563056 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18917] ppid=18903 vsize=13974352 memory=140477082756736 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18917/stat : 18917 (java) S 18903 18903 13977 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832015510000 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18918] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18918/stat : 18918 (java) S 18903 18903 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832014457696 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18919] ppid=18903 vsize=13974352 memory=140477082756736 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18919/stat : 18919 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069628 14309736448 7034 18446744073709551615 4194304 4196468 140735319097120 139832013404720 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29512 KiB

[startup+0.310618 s]*
/proc/loadavg: 2.11 1.99 1.76 4/214 18919
/proc/meminfo: memFree=29573084/32770624 swapFree=67108860/67108860
[pid=18903] ppid=18900 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18903/stat : 18903 (xcsp3-exec) S 18900 18903 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100069609 9740288 344 18446744073709551615 4194304 5098028 140736666278672 140736666276776 140089630708348 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 9674752 140736666284408 140736666284613 140736666284613 140736666288107 0
/proc/18903/statm: 2378 344 289 221 0 87 0
[pid=18905] ppid=18903 vsize=13974352 memory=37212 CPUtime=0.27 cores=0,2,4,6
/proc/18905/stat : 18905 (java) S 18903 18903 13977 0 -1 1077944320 8364 0 0 0 25 2 0 0 20 0 15 0 100069618 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 140735319079664 139832543297271 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
/proc/18905/statm: 3493588 9303 2991 1 0 3482964 0
[pid=18905/tid=18906] ppid=18903 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/18905/task/18906/stat : 18906 (java) R 18903 18903 13977 0 -1 4202560 5673 0 0 0 15 2 0 0 20 0 15 0 100069618 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832547530320 139832543319197 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18907] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18907/stat : 18907 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832462711824 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18908] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18908/stat : 18908 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832461659280 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18909] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18909/stat : 18909 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832460606224 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18910] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18910/stat : 18910 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069619 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832459553680 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18911] ppid=18903 vsize=13974352 memory=140477082756735 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18911/stat : 18911 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100069620 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832021825776 139832543308418 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18912] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18912/stat : 18912 (java) S 18903 18903 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100069621 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832020772000 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18913] ppid=18903 vsize=13974352 memory=140477082756736 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18913/stat : 18913 (java) S 18903 18903 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100069621 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832019718896 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18914] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18914/stat : 18914 (java) S 18903 18903 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832018667472 139832543315867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18915] ppid=18903 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18905/task/18915/stat : 18915 (java) S 18903 18903 13977 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 100069623 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832017615600 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18916] ppid=18903 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18916/stat : 18916 (java) S 18903 18903 13977 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832016563056 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18917] ppid=18903 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18905/task/18917/stat : 18917 (java) R 18903 18903 13977 0 -1 4202560 697 0 0 0 6 0 0 0 20 0 15 0 100069623 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832015510000 139832535534398 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18918] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18918/stat : 18918 (java) S 18903 18903 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100069623 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832014457696 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18919] ppid=18903 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18919/stat : 18919 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100069628 14309736448 9303 18446744073709551615 4194304 4196468 140735319097120 139832013404720 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38588 KiB

[startup+0.700747 s]
/proc/loadavg: 2.11 1.99 1.76 3/214 18919
/proc/meminfo: memFree=29562392/32770624 swapFree=67108860/67108860
[pid=18903] ppid=18900 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18903/stat : 18903 (xcsp3-exec) S 18900 18903 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100069609 9740288 344 18446744073709551615 4194304 5098028 140736666278672 140736666276776 140089630708348 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 9674752 140736666284408 140736666284613 140736666284613 140736666288107 0
/proc/18903/statm: 2378 344 289 221 0 87 0
[pid=18905] ppid=18903 vsize=13980732 memory=63744 CPUtime=1.21 cores=0,2,4,6
/proc/18905/stat : 18905 (java) S 18903 18903 13977 0 -1 1077944320 13061 0 0 0 117 4 0 0 20 0 14 0 100069618 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 140735319079664 139832543297271 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
/proc/18905/statm: 3495183 15936 3181 1 0 3483476 0
[pid=18905/tid=18906] ppid=18903 vsize=13980732 memory=139 CPUtime=0.54 cores=0,2,4,6
/proc/18905/task/18906/stat : 18906 (java) S 18903 18903 13977 0 -1 1077944384 8038 0 0 0 51 3 0 0 20 0 14 0 100069618 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832547540112 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18907] ppid=18903 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18907/stat : 18907 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 100069619 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832462711824 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18908] ppid=18903 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18908/stat : 18908 (java) S 18903 18903 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 100069619 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832461659280 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18909] ppid=18903 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18909/stat : 18909 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 100069619 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832460606224 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18910] ppid=18903 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18910/stat : 18910 (java) S 18903 18903 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 100069619 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832459553680 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18911] ppid=18903 vsize=13980732 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18911/stat : 18911 (java) S 18903 18903 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 100069620 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832021825984 139832543308418 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18912] ppid=18903 vsize=13980732 memory=288292173013844728 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18912/stat : 18912 (java) S 18903 18903 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 100069621 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832020772000 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18913] ppid=18903 vsize=13980732 memory=1028238 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18913/stat : 18913 (java) S 18903 18903 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 100069621 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832019718896 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18914] ppid=18903 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18914/stat : 18914 (java) S 18903 18903 13977 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 100069623 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832018667120 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18915] ppid=18903 vsize=13980732 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18905/task/18915/stat : 18915 (java) S 18903 18903 13977 0 -1 1077944384 1294 0 0 0 21 0 0 0 20 0 14 0 100069623 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832017600672 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18916] ppid=18903 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/18905/task/18916/stat : 18916 (java) S 18903 18903 13977 0 -1 1077944384 1089 0 0 0 19 0 0 0 20 0 14 0 100069623 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832016543456 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18917] ppid=18903 vsize=13980732 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/18905/task/18917/stat : 18917 (java) S 18903 18903 13977 0 -1 1077944384 1330 0 0 0 24 0 0 0 20 0 14 0 100069623 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832015510000 139832543308418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
[pid=18905/tid=18918] ppid=18903 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18905/task/18918/stat : 18918 (java) S 18903 18903 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 100069623 14316269568 15936 18446744073709551615 4194304 4196468 140735319097120 139832014457696 139832543307477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140735319101873 140735319102049 140735319102049 140735319105487 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65120 KiB

[startup+0.820241 s]
# the end of solver process 18903 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.17414 s, system=0.051775 s

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

[startup+0.800903 s]
/proc/loadavg: 2.11 1.99 1.76 3/214 18919
/proc/meminfo: memFree=29562392/32770624 swapFree=67108860/67108860
[pid=18903] ppid=18900 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18903/stat : 18903 (xcsp3-exec) S 18900 18903 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100069609 9740288 344 18446744073709551615 4194304 5098028 140736666278672 140736666276776 140089630708348 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 9674752 140736666284408 140736666284613 140736666284613 140736666288107 0
/proc/18903/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

Child status: 0
Real time (s): 0.82028
CPU time (s): 1.22592
CPU user time (s): 1.17414
CPU system time (s): 0.051775
CPU usage (%): 149.451
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 65120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17414
system time used= 0.051775
maximum resident set size= 64352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1368
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 18903
#   total CPU time (s): 1.22592
#   total CPU user time (s): 1.17414
#   total CPU system time (s): 0.051775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028529 second user time and 0.046869 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 06:20:33
IDJOB=4282127
IDBENCH=124122
IDSOLVER=2677
FILE ID=node124/4282127-1503117290
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-016.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-4282127-1503117290/watcher-4282127-1503117290 -o /tmp/evaluation-result-4282127-1503117290/solver-4282127-1503117290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1623570569 HOME/instance-4282127-1503117290.xml

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

MD5SUM BENCH= dac573268cbee9df0798b3d421ad7cf6
RANDOM SEED=1623570569

node124.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.51
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.51
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.51
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.51
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:        29599456 kB
MemAvailable:   30212944 kB
Buffers:          287212 kB
Cached:           619496 kB
SwapCached:            0 kB
Active:          2355496 kB
Inactive:         359836 kB
Active(anon):    1760932 kB
Inactive(anon):    89140 kB
Active(file):     594564 kB
Inactive(file):   270696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             4 kB
AnonPages:       1807820 kB
Mapped:            69828 kB
Shmem:             41704 kB
Slab:             155356 kB
SReclaimable:     128128 kB
SUnreclaim:        27228 kB
KernelStack:        3536 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4104876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1628160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62008 MiB
End job on node124 at 2017-08-19 06:20:34