Trace number 4299890

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
NACRE 1.0.4SAT 412.542 412.561

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark203.898
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.02	c NACRE 1.0.4
412.47/412.54	c
412.47/412.54	c # time = 412.52
412.47/412.54	c # Dec = 600273
412.47/412.54	c # Propagate Calls = 789219498
412.47/412.54	c # assignAt Calls = 1260536
412.47/412.54	c # removeAt Calls = 155778077
412.47/412.54	c # Run = 1227
412.47/412.54	c # Conflicts = 578968
412.47/412.54	c # Memory used = 237.004 Mb
412.47/412.54	s SATISFIABLE
412.47/412.54	c
412.47/412.54	v <instantiation>
412.47/412.54	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] </list>
412.47/412.54	v     <values> 42 29 65 40 79 85 74 21 41 51 64 44 14 33 27 31 70 17 53 68 0 5 56 30 19 72 52 2 32 69 18 9 12 10 81 37 47 50 34 77 66 </values>
412.47/412.54	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 (9805 MiB free)
  memory of node 1: 16384 MiB (12645 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299890-1532791368/watcher-4299890-1532791368 -o /tmp/evaluation-result-4299890-1532791368/solver-4299890-1532791368 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532774055-27430 --watchdog 2580 nacre_mini_release HOME/instance-4299890-1532791368.xml -ca -l100 -cm 

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

solver pid=29535, runsolver pid=29532

[startup+0.100157 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22983644/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=32100 memory=8744 CPUtime=0.1 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 2376 0 0 0 10 0 0 0 20 0 1 0 96699997 32870400 2186 33554432000 4194304 4933779 140727344393856 140727344392376 140528202419173 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 8025 2186 607 181 0 1642 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32100 KiB
Current children cumulated memory: 8744 KiB

[startup+0.20952 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22982156/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=33548 memory=10256 CPUtime=0.21 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 2732 0 0 0 21 0 0 0 20 0 1 0 96699997 34353152 2564 33554432000 4194304 4933779 140727344393856 140727344391400 140528202419173 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 8387 2564 607 181 0 2004 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33548 KiB
Current children cumulated memory: 10256 KiB

[startup+0.309107 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22981040/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=34768 memory=11308 CPUtime=0.31 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 3037 0 0 0 31 0 0 0 20 0 1 0 96699997 35602432 2827 33554432000 4194304 4933779 140727344393856 140727344391400 140528202419173 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 8692 2827 607 181 0 2309 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34768 KiB
Current children cumulated memory: 11308 KiB

[startup+0.700295 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22979180/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=38524 memory=15168 CPUtime=0.69 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 3957 0 0 0 69 0 0 0 20 0 1 0 96699997 39448576 3792 33554432000 4194304 4933779 140727344393856 140727344391400 140528202419173 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 9631 3792 607 181 0 3248 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 38524 KiB
Current children cumulated memory: 15168 KiB

[startup+1.50031 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22974344/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=45760 memory=22332 CPUtime=1.49 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 5795 0 0 0 149 0 0 0 20 0 1 0 96699997 46858240 5583 33554432000 4194304 4933779 140727344393856 140727344391400 4380568 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 11440 5583 607 181 0 5057 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 45760 KiB
Current children cumulated memory: 22332 KiB

[startup+3.10951 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22959836/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=56432 memory=33016 CPUtime=3.1 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 13694 0 0 0 309 1 0 0 20 0 1 0 96699997 57786368 8254 33554432000 4194304 4933779 140727344393856 140727344391400 4437370 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 14108 8254 607 181 0 7725 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 56432 KiB
Current children cumulated memory: 33016 KiB

[startup+6.30033 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22949544/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=68308 memory=44376 CPUtime=6.29 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 24321 0 0 0 626 3 0 0 20 0 1 0 96699997 69947392 11094 33554432000 4194304 4933779 140727344393856 140727344391624 140528208610663 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 17077 11094 607 181 0 10694 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 68308 KiB
Current children cumulated memory: 44376 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22932940/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=85172 memory=61324 CPUtime=12.69 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 39050 0 0 0 1265 4 0 0 20 0 1 0 96699997 87216128 15331 33554432000 4194304 4933779 140727344393856 140727344391608 140528202411703 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 21293 15331 607 181 0 14910 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 85172 KiB
Current children cumulated memory: 61324 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 29536
/proc/meminfo: memFree=22910992/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=105404 memory=81688 CPUtime=25.49 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 76229 0 0 0 2542 7 0 0 20 0 1 0 96699997 107933696 20422 33554432000 4194304 4933779 140727344393856 140727344391608 140528202419173 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 26351 20422 607 181 0 19968 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 105404 KiB
Current children cumulated memory: 81688 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29536
/proc/meminfo: memFree=22870576/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=133832 memory=110320 CPUtime=51.1 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 106917 0 0 0 5101 9 0 0 20 0 1 0 96699997 137043968 27580 33554432000 4194304 4933779 140727344393856 140727344391544 140528208620380 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 33458 27580 607 181 0 27075 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 133832 KiB
Current children cumulated memory: 110320 KiB

[startup+102.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 29537
/proc/meminfo: memFree=22823436/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=167320 memory=142804 CPUtime=102.28 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 144640 0 0 0 10215 13 0 0 20 0 1 0 96699997 171335680 35701 33554432000 4194304 4933779 140727344393856 140727344391624 4437839 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 41830 35701 607 181 0 35447 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 167320 KiB
Current children cumulated memory: 142804 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 29539
/proc/meminfo: memFree=22774388/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=196952 memory=172740 CPUtime=162.28 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 188181 0 0 0 16212 16 0 0 20 0 1 0 96699997 201678848 43185 33554432000 4194304 4933779 140727344393856 140727344391560 4437536 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 49238 43185 607 181 0 42855 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 196952 KiB
Current children cumulated memory: 172740 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 29540
/proc/meminfo: memFree=22721224/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=217528 memory=193304 CPUtime=222.28 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 236339 0 0 0 22208 20 0 0 20 0 1 0 96699997 222748672 48326 33554432000 4194304 4933779 140727344393856 140727344391608 4437393 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 54382 48326 607 181 0 47999 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 217528 KiB
Current children cumulated memory: 193304 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29541
/proc/meminfo: memFree=22678992/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=232380 memory=208268 CPUtime=282.28 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 287392 0 0 0 28203 25 0 0 20 0 1 0 96699997 237957120 52067 33554432000 4194304 4933779 140727344393856 140727344391560 4437564 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 58095 52067 607 181 0 51712 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 232380 KiB
Current children cumulated memory: 208268 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29543
/proc/meminfo: memFree=22655144/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=248648 memory=224484 CPUtime=342.27 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 342114 0 0 0 34198 29 0 0 20 0 1 0 96699997 254615552 56121 33554432000 4194304 4933779 140727344393856 140727344391560 4437456 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 62162 56121 607 181 0 55779 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 248648 KiB
Current children cumulated memory: 224484 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22631900/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=259356 memory=235264 CPUtime=402.27 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400234 0 0 0 40193 34 0 0 20 0 1 0 96699997 265580544 58816 33554432000 4194304 4933779 140727344393856 140727344391560 4437389 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 64839 58816 607 181 0 58456 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 259356 KiB
Current children cumulated memory: 235264 KiB

[startup+412.561 s]
# the end of solver process 29535 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=412.182 s, system=0.359984 s

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

[startup+403.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22631280/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=259620 memory=235496 CPUtime=403.17 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400312 0 0 0 40283 34 0 0 20 0 1 0 96699997 265850880 58874 33554432000 4194304 4933779 140727344393856 140727344391368 4437564 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 64905 58874 607 181 0 58522 0
Current children cumulated CPU time: 403.17 s
Current children cumulated vsize: 259620 KiB
Current children cumulated memory: 235496 KiB

[startup+406.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22629544/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=260420 memory=236184 CPUtime=406.37 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400533 0 0 0 40603 34 0 0 20 0 1 0 96699997 266670080 59046 33554432000 4194304 4933779 140727344393856 140727344391544 4437393 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65105 59046 607 181 0 58722 0
Current children cumulated CPU time: 406.37 s
Current children cumulated vsize: 260420 KiB
Current children cumulated memory: 236184 KiB

[startup+409.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22628428/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=260952 memory=236956 CPUtime=409.57 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400698 0 0 0 40923 34 0 0 20 0 1 0 96699997 267214848 59239 33554432000 4194304 4933779 140727344393856 140727344391560 4437389 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65238 59239 607 181 0 58855 0
Current children cumulated CPU time: 409.57 s
Current children cumulated vsize: 260952 KiB
Current children cumulated memory: 236956 KiB

[startup+411.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22627560/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=261084 memory=237004 CPUtime=411.17 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400768 0 0 0 41083 34 0 0 20 0 1 0 96699997 267350016 59251 33554432000 4194304 4933779 140727344393856 140727344391560 4437432 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65271 59251 607 181 0 58888 0
Current children cumulated CPU time: 411.17 s
Current children cumulated vsize: 261084 KiB
Current children cumulated memory: 237004 KiB

[startup+412 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22627312/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=261084 memory=237004 CPUtime=411.98 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400773 0 0 0 41164 34 0 0 20 0 1 0 96699997 267350016 59251 33554432000 4194304 4933779 140727344393856 140727344391560 4380629 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65271 59251 607 181 0 58888 0
Current children cumulated CPU time: 411.98 s
Current children cumulated vsize: 261084 KiB
Current children cumulated memory: 237004 KiB

[startup+412.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22627312/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=261084 memory=237004 CPUtime=412.37 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400779 0 0 0 41203 34 0 0 20 0 1 0 96699997 267350016 59251 33554432000 4194304 4933779 140727344393856 140727344391560 4361908 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65271 59251 607 181 0 58888 0
Current children cumulated CPU time: 412.37 s
Current children cumulated vsize: 261084 KiB
Current children cumulated memory: 237004 KiB

[startup+412.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29544
/proc/meminfo: memFree=22627312/32770624 swapFree=67108860/67108860
[pid=29535] ppid=29532 vsize=261084 memory=237004 CPUtime=412.47 cores=1,3,5,7
/proc/29535/stat : 29535 (nacre_mini_rele) R 29532 29535 27398 0 -1 4202496 400782 0 0 0 41213 34 0 0 20 0 1 0 96699997 267350016 59251 33554432000 4194304 4933779 140727344393856 140727344391560 4437393 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0 7034520 7039168 30167040 140727344395416 140727344395516 140727344395516 140727344398274 0
/proc/29535/statm: 65271 59251 607 181 0 58888 0
Current children cumulated CPU time: 412.47 s
Current children cumulated vsize: 261084 KiB
Current children cumulated memory: 237004 KiB

Child status: 10
Real time (s): 412.561
CPU time (s): 412.542
CPU user time (s): 412.182
CPU system time (s): 0.359984
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 261084
Max. memory (cumulated for all children) (KiB): 237004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.182
system time used= 0.359984
maximum resident set size= 237124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 513


# summary of solver processes directly reported to runsolver:
#   pid: 29535
#   total CPU time (s): 412.542
#   total CPU user time (s): 412.182
#   total CPU system time (s): 0.359984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71076 second user time and 3.02535 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 17:22:48
IDJOB=4299890
IDBENCH=141504
IDSOLVER=2764
FILE ID=node139/4299890-1532791368
RUNJOBID= node139-1532774055-27430
PBS_JOBID= 21022456
Free space on /tmp= 38716 MiB

SOLVER NAME= NACRE 1.0.4
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g27_c18.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299890-1532791368/watcher-4299890-1532791368 -o /tmp/evaluation-result-4299890-1532791368/solver-4299890-1532791368 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532774055-27430 --watchdog 2580  nacre_mini_release HOME/instance-4299890-1532791368.xml -ca -l100 -cm

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

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=1937108461

node139.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.80
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.80
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.80
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.80
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:        22990396 kB
MemAvailable:   31040988 kB
Buffers:          237416 kB
Cached:          7912280 kB
SwapCached:            0 kB
Active:          3964780 kB
Inactive:        5127552 kB
Active(anon):     896908 kB
Inactive(anon):    73544 kB
Active(file):    3067872 kB
Inactive(file):  5054008 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        951816 kB
Mapped:            44664 kB
Shmem:             25228 kB
Slab:             385764 kB
SReclaimable:     357172 kB
SUnreclaim:        28592 kB
KernelStack:        3488 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1243708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38716 MiB
End job on node139 at 2018-07-28 17:29:41