Trace number 4283613

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 0.97925001 0.71738899

General information on the benchmark

NameBlackhole/Blackhole-m1-s04/
Blackhole-04-3-07.xml
MD5SUMb9d1641bf9ce43abb78b46afb69e9276
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.017926
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints27
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":32}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":5}]
Minimum constraint arity1
Maximum constraint arity32
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":25},{"arity":32,"count":1}]
Number of extensional constraints15
Number of intensional constraints11
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":11},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283613-1503217001.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4283613-1503217001.xml, -tl, 2520s, -p, 1, -x, 3]
0.27/0.34	c simple solver
0.27/0.41	c parse instance...
0.87/0.62	c solve instance...
0.87/0.64	s SATISFIABLE
0.87/0.64	v <instantiation>
0.87/0.64	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] y[15] </list>
0.87/0.64	v 	<values>0 1 2 3 6 7 10 9 8 13 12 11 14 5 4 15 0 1 2 3 14 13 4 5 8 7 6 11 10 9 12 15 </values>
0.87/0.64	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 (15385 MiB free)
  memory of node 1: 16384 MiB (15230 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283613-1503217001/watcher-4283613-1503217001 -o /tmp/evaluation-result-4283613-1503217001/solver-4283613-1503217001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 918922348 HOME/instance-4283613-1503217001.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
solver pid=11935, runsolver pid=11932
Current StackSize limit: 8192 KiB


[startup+0.100179 s]*
/proc/loadavg: 2.39 1.80 1.56 2/200 11938
/proc/meminfo: memFree=31346604/32770624 swapFree=67108860/67108860
[pid=11935] ppid=11932 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/11935/stat : 11935 (xcsp3-exec) S 11932 11935 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20107140 9740288 344 18446744073709551615 4194304 5098028 140724337879888 140724337877992 140144911295100 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 27045888 140724337881466 140724337881670 140724337881670 140724337885163 0
/proc/11935/statm: 2378 344 289 221 0 87 0
[pid=11937] ppid=11935 vsize=13358712 memory=16148 CPUtime=0 cores=0,2,4,6
/proc/11937/stat : 11937 (java) S 11935 11935 18108 0 -1 1077944320 3270 0 0 0 0 0 0 0 20 0 6 0 20107149 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140731110014160 140089840299767 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
/proc/11937/statm: 3339678 4037 1901 1 0 3329175 0
[pid=11937/tid=11938] ppid=11935 vsize=13358712 memory=8323069512539357860 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11938/stat : 11938 (java) R 11935 11935 18108 0 -1 4202560 2039 0 0 0 0 0 0 0 20 0 6 0 20107149 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140089844535888 140089840321693 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11939] ppid=11935 vsize=13358712 memory=3461490849180358281 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11939/stat : 11939 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20107151 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140089759714320 140089840309973 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11940] ppid=11935 vsize=13358712 memory=140244550674048 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11940/stat : 11940 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20107151 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140089758661776 140089840309973 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11941] ppid=11935 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11941/stat : 11941 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20107151 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140089757608720 140089840309973 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11942] ppid=11935 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11942/stat : 11942 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20107151 13679321088 4037 18446744073709551615 4194304 4196468 140731110031616 140089756556176 140089840309973 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17524 KiB

[startup+0.210098 s]*
/proc/loadavg: 2.39 1.80 1.56 4/213 11951
/proc/meminfo: memFree=31337324/32770624 swapFree=67108860/67108860
[pid=11935] ppid=11932 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/11935/stat : 11935 (xcsp3-exec) S 11932 11935 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20107140 9740288 344 18446744073709551615 4194304 5098028 140724337879888 140724337877992 140144911295100 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 27045888 140724337881466 140724337881670 140724337881670 140724337885163 0
/proc/11935/statm: 2378 344 289 221 0 87 0
[pid=11937] ppid=11935 vsize=13974352 memory=25544 CPUtime=0.07 cores=0,2,4,6
/proc/11937/stat : 11937 (java) S 11935 11935 18108 0 -1 1077944320 4830 0 0 0 6 1 0 0 20 0 15 0 20107149 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140731110014160 140089840299767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
/proc/11937/statm: 3493588 6386 2711 1 0 3482964 0
[pid=11937/tid=11938] ppid=11935 vsize=13974352 memory=8323069512539357860 CPUtime=0.06 cores=0,2,4,6
/proc/11937/task/11938/stat : 11938 (java) R 11935 11935 18108 0 -1 4202560 2981 0 0 0 5 1 0 0 20 0 15 0 20107149 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089844525456 140089840321693 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11939] ppid=11935 vsize=13974352 memory=3461490849180358281 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11939/stat : 11939 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089759714320 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11940] ppid=11935 vsize=13974352 memory=140244550674048 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11940/stat : 11940 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089758661776 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11941] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11941/stat : 11941 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089757608720 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11942] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11942/stat : 11942 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089756556176 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11943] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11943/stat : 11943 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20107152 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089318938864 140089840310914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11944] ppid=11935 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11944/stat : 11944 (java) S 11935 11935 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20107152 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089317885088 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11945] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11945/stat : 11945 (java) S 11935 11935 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20107153 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089316831984 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11946] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11946/stat : 11946 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20107155 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089315780560 140089840318363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11947] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11947/stat : 11947 (java) S 11935 11935 18108 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 20107155 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089314728688 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11948] ppid=11935 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11948/stat : 11948 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20107155 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089313676144 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11949] ppid=11935 vsize=13974352 memory=140244550674048 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11949/stat : 11949 (java) S 11935 11935 18108 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 20107155 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089312623088 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11950] ppid=11935 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11950/stat : 11950 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20107156 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089311570784 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11951] ppid=11935 vsize=13974352 memory=140244550674048 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11951/stat : 11951 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107161 14309736448 6386 18446744073709551615 4194304 4196468 140731110031616 140089310517808 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26920 KiB

[startup+0.318301 s]*
/proc/loadavg: 2.39 1.80 1.56 3/213 11951
/proc/meminfo: memFree=31322740/32770624 swapFree=67108860/67108860
[pid=11935] ppid=11932 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/11935/stat : 11935 (xcsp3-exec) S 11932 11935 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20107140 9740288 344 18446744073709551615 4194304 5098028 140724337879888 140724337877992 140144911295100 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 27045888 140724337881466 140724337881670 140724337881670 140724337885163 0
/proc/11935/statm: 2378 344 289 221 0 87 0
[pid=11937] ppid=11935 vsize=13974352 memory=37540 CPUtime=0.27 cores=0,2,4,6
/proc/11937/stat : 11937 (java) S 11935 11935 18108 0 -1 1077944320 8493 0 0 0 24 3 0 0 20 0 15 0 20107149 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140731110014160 140089840299767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
/proc/11937/statm: 3493588 9385 2980 1 0 3482964 0
[pid=11937/tid=11938] ppid=11935 vsize=13974352 memory=-7677926825137650786 CPUtime=0.17 cores=0,2,4,6
/proc/11937/task/11938/stat : 11938 (java) R 11935 11935 18108 0 -1 4202560 5682 0 0 0 15 2 0 0 20 0 15 0 20107149 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089844512744 140089840311702 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11939] ppid=11935 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11939/stat : 11939 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089759714320 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11940] ppid=11935 vsize=13974352 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11940/stat : 11940 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089758661776 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11941] ppid=11935 vsize=13974352 memory=140244550681041 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11941/stat : 11941 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089757608720 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11942] ppid=11935 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11942/stat : 11942 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107151 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089756556176 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11943] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11943/stat : 11943 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20107152 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089318938864 140089840310914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11944] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11944/stat : 11944 (java) S 11935 11935 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20107152 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089317885088 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11945] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11945/stat : 11945 (java) S 11935 11935 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20107153 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089316831984 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11946] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11946/stat : 11946 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20107155 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089315780560 140089840318363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11947] ppid=11935 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11937/task/11947/stat : 11947 (java) S 11935 11935 18108 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 15 0 20107155 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089314728688 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11948] ppid=11935 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11937/task/11948/stat : 11948 (java) S 11935 11935 18108 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 15 0 20107155 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089313676144 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11949] ppid=11935 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11937/task/11949/stat : 11949 (java) R 11935 11935 18108 0 -1 4202560 696 0 0 0 5 0 0 0 20 0 15 0 20107155 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089312623088 140089818553461 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11950] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11950/stat : 11950 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20107156 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089311570784 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11951] ppid=11935 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11951/stat : 11951 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20107161 14309736448 9385 18446744073709551615 4194304 4196468 140731110031616 140089310517808 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38916 KiB

[startup+0.700867 s]
/proc/loadavg: 2.39 1.80 1.56 5/213 11951
/proc/meminfo: memFree=31312068/32770624 swapFree=67108860/67108860
[pid=11935] ppid=11932 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/11935/stat : 11935 (xcsp3-exec) S 11932 11935 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20107140 9740288 344 18446744073709551615 4194304 5098028 140724337879888 140724337877992 140144911295100 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 27045888 140724337881466 140724337881670 140724337881670 140724337885163 0
/proc/11935/statm: 2378 344 289 221 0 87 0
[pid=11937] ppid=11935 vsize=13980732 memory=62244 CPUtime=0.96 cores=0,2,4,6
/proc/11937/stat : 11937 (java) S 11935 11935 18108 0 -1 1077944320 12248 0 0 0 91 5 0 0 20 0 13 0 20107149 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140731110014160 140089840299767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
/proc/11937/statm: 3495183 15561 3180 1 0 3483476 0
[pid=11937/tid=11938] ppid=11935 vsize=13980732 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/11937/task/11938/stat : 11938 (java) D 11935 11935 18108 0 -1 4202560 8249 0 0 0 46 3 0 0 20 0 13 0 20107149 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089844542776 140089832985399 0 0 1 16800974 18446744072099613829 0 0 -1 2 0 0 4 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11939] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11939/stat : 11939 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089759714320 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11940] ppid=11935 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11940/stat : 11940 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089758661776 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11941] ppid=11935 vsize=13980732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11941/stat : 11941 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089757608720 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11942] ppid=11935 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11942/stat : 11942 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089756556176 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11944] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11944/stat : 11944 (java) S 11935 11935 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 20107152 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089317885088 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11945] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11945/stat : 11945 (java) S 11935 11935 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 20107153 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089316831984 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11946] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11946/stat : 11946 (java) S 11935 11935 18108 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089315780208 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11947] ppid=11935 vsize=13980732 memory=30305 CPUtime=0.11 cores=0,2,4,6
/proc/11937/task/11947/stat : 11947 (java) S 11935 11935 18108 0 -1 1077944384 746 0 0 0 10 1 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089314728688 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11948] ppid=11935 vsize=13980732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/11937/task/11948/stat : 11948 (java) S 11935 11935 18108 0 -1 1077944384 804 0 0 0 11 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089313676144 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11949] ppid=11935 vsize=13980732 memory=-3967418655009478193 CPUtime=0.23 cores=0,2,4,6
/proc/11937/task/11949/stat : 11949 (java) S 11935 11935 18108 0 -1 1077944384 1140 0 0 0 23 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089312623088 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11950] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11950/stat : 11950 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 20107156 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089311570784 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63620 KiB

[startup+0.717349 s]
# the end of solver process 11935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.921784 s, system=0.057466 s

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

[startup+0.700867 s]
/proc/loadavg: 2.39 1.80 1.56 5/213 11951
/proc/meminfo: memFree=31312068/32770624 swapFree=67108860/67108860
[pid=11935] ppid=11932 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/11935/stat : 11935 (xcsp3-exec) S 11932 11935 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20107140 9740288 344 18446744073709551615 4194304 5098028 140724337879888 140724337877992 140144911295100 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 27045888 140724337881466 140724337881670 140724337881670 140724337885163 0
/proc/11935/statm: 2378 344 289 221 0 87 0
[pid=11937] ppid=11935 vsize=13980732 memory=62244 CPUtime=0.96 cores=0,2,4,6
/proc/11937/stat : 11937 (java) S 11935 11935 18108 0 -1 1077944320 12248 0 0 0 91 5 0 0 20 0 13 0 20107149 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140731110014160 140089840299767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
/proc/11937/statm: 3495183 15561 3180 1 0 3483476 0
[pid=11937/tid=11938] ppid=11935 vsize=13980732 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/11937/task/11938/stat : 11938 (java) D 11935 11935 18108 0 -1 4202560 8249 0 0 0 46 3 0 0 20 0 13 0 20107149 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089844542776 140089832985399 0 0 1 16800974 18446744072099613829 0 0 -1 2 0 0 4 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11939] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11939/stat : 11939 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089759714320 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11940] ppid=11935 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11940/stat : 11940 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089758661776 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11941] ppid=11935 vsize=13980732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11941/stat : 11941 (java) S 11935 11935 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089757608720 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11942] ppid=11935 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11942/stat : 11942 (java) S 11935 11935 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 20107151 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089756556176 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11944] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11944/stat : 11944 (java) S 11935 11935 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 20107152 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089317885088 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11945] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11945/stat : 11945 (java) S 11935 11935 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 20107153 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089316831984 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11946] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11946/stat : 11946 (java) S 11935 11935 18108 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089315780208 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11947] ppid=11935 vsize=13980732 memory=30305 CPUtime=0.11 cores=0,2,4,6
/proc/11937/task/11947/stat : 11947 (java) S 11935 11935 18108 0 -1 1077944384 746 0 0 0 10 1 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089314728688 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11948] ppid=11935 vsize=13980732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/11937/task/11948/stat : 11948 (java) S 11935 11935 18108 0 -1 1077944384 804 0 0 0 11 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089313676144 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11949] ppid=11935 vsize=13980732 memory=-3967418655009478193 CPUtime=0.23 cores=0,2,4,6
/proc/11937/task/11949/stat : 11949 (java) S 11935 11935 18108 0 -1 1077944384 1140 0 0 0 23 0 0 0 20 0 13 0 20107155 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089312623088 140089840310914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
[pid=11937/tid=11950] ppid=11935 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11937/task/11950/stat : 11950 (java) S 11935 11935 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 20107156 14316269568 15561 18446744073709551615 4194304 4196468 140731110031616 140089311570784 140089840309973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27381760 140731110035890 140731110036066 140731110036066 140731110039503 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63620 KiB

Child status: 0
Real time (s): 0.717389
CPU time (s): 0.97925
CPU user time (s): 0.921784
CPU system time (s): 0.057466
CPU usage (%): 136.502
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 63620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.921784
system time used= 0.057466
maximum resident set size= 62656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12776
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= 1380
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 11935
#   total CPU time (s): 0.97925
#   total CPU user time (s): 0.921784
#   total CPU system time (s): 0.057466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026353 second user time and 0.04783 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 10:03:01
IDJOB=4283613
IDBENCH=134559
IDSOLVER=2679
FILE ID=node131/4283613-1503217001
RUNJOBID= node131-1503171558-2270
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s04/Blackhole-04-3-07.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-4283613-1503217001/watcher-4283613-1503217001 -o /tmp/evaluation-result-4283613-1503217001/solver-4283613-1503217001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 918922348 HOME/instance-4283613-1503217001.xml

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

MD5SUM BENCH= b9d1641bf9ce43abb78b46afb69e9276
RANDOM SEED=918922348

node131.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.69
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.69
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.69
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.69
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:        31351164 kB
MemAvailable:   31762604 kB
Buffers:          208292 kB
Cached:           490168 kB
SwapCached:            0 kB
Active:           525644 kB
Inactive:         483988 kB
Active(anon):     311932 kB
Inactive(anon):    16748 kB
Active(file):     213712 kB
Inactive(file):   467240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8108 kB
Writeback:             0 kB
AnonPages:        311536 kB
Mapped:            46128 kB
Shmem:             17060 kB
Slab:             117576 kB
SReclaimable:      92644 kB
SUnreclaim:        24932 kB
KernelStack:        3488 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1260320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 10:03:02