Trace number 4395699

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2019-09-12? (TO) 2400.05 2399.91

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark2011.47
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

32.30/32.32	c xcsp_picat version 2.7b12 (9/12/2019)
77.60/77.67	o 2188

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395699-1568341981/watcher-4395699-1568341981 -o /tmp/evaluation-result-4395699-1568341981/solver-4395699-1568341981 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560 xcsp_picat HOME/instance-4395699-1568341981.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=26835, runsolver pid=26832

[startup+0.100118 s]*
/proc/loadavg: 2.05 2.03 2.05 3/200 26836
/proc/meminfo: memFree=30197956/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2031716 memory=21464 CPUtime=0.1 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 2002 0 0 0 10 0 0 0 20 0 1 0 410446776 2080477184 5366 33554432000 4194304 5870510 140733794262112 140733794259256 4440601 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 507929 5366 844 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 21464 KiB

[startup+0.209973 s]*
/proc/loadavg: 2.05 2.03 2.05 3/200 26836
/proc/meminfo: memFree=30187716/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2031716 memory=33992 CPUtime=0.21 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 2008 0 0 0 20 1 0 0 20 0 1 0 410446776 2080477184 8498 33554432000 4194304 5870510 140733794262112 140733794259256 4429500 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 507929 8498 844 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33992 KiB

[startup+0.309725 s]*
/proc/loadavg: 2.05 2.03 2.05 3/200 26836
/proc/meminfo: memFree=30177196/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2031716 memory=42184 CPUtime=0.31 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 2012 0 0 0 30 1 0 0 20 0 1 0 410446776 2080477184 10546 33554432000 4194304 5870510 140733794262112 140733794259256 4462656 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 507929 10546 844 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 42184 KiB

[startup+0.700364 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 26836
/proc/meminfo: memFree=30156716/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2031716 memory=109944 CPUtime=0.69 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 2089 0 0 0 67 2 0 0 20 0 1 0 410446776 2080477184 27486 33554432000 4194304 5870510 140733794262112 140733794261416 4493239 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 507929 27486 883 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 109944 KiB

[startup+1.50043 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 26836
/proc/meminfo: memFree=30035512/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2031716 memory=304504 CPUtime=1.5 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 2184 0 0 0 145 5 0 0 20 0 1 0 410446776 2080477184 76126 33554432000 4194304 5870510 140733794262112 140733794261416 4440757 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 507929 76126 883 410 0 503402 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 304504 KiB

[startup+3.10984 s]
/proc/loadavg: 1.97 2.01 2.04 3/200 26836
/proc/meminfo: memFree=29566652/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2433496 memory=664076 CPUtime=3.1 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 10094 0 0 0 300 10 0 0 20 0 1 0 410446776 2491899904 166019 33554432000 4194304 5870510 140733794262112 140733794261416 4804206 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 608374 166019 899 410 0 603847 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2433496 KiB
Current children cumulated memory: 664076 KiB

[startup+6.30033 s]
/proc/loadavg: 1.97 2.01 2.04 3/199 26836
/proc/meminfo: memFree=29495300/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2500740 memory=723144 CPUtime=6.29 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 18443 0 0 0 617 12 0 0 20 0 1 0 410446776 2560757760 180786 33554432000 4194304 5870510 140733794262112 140733794261288 5337584 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 625185 180786 954 410 0 620658 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2500740 KiB
Current children cumulated memory: 723144 KiB

[startup+12.7003 s]
/proc/loadavg: 1.97 2.01 2.04 3/199 26836
/proc/meminfo: memFree=29476184/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2500740 memory=723248 CPUtime=12.7 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 24851 0 0 0 1257 13 0 0 20 0 1 0 410446776 2560757760 180812 33554432000 4194304 5870510 140733794262112 140733794261288 5337600 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 625185 180812 964 410 0 620658 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2500740 KiB
Current children cumulated memory: 723248 KiB

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/199 26836
/proc/meminfo: memFree=29372648/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2531560 memory=758876 CPUtime=25.5 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 60335 0 0 0 2531 19 0 0 20 0 1 0 410446776 2592317440 189719 33554432000 4194304 5870510 140733794262112 140733794261064 5262524 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 632890 189719 988 410 0 628363 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2531560 KiB
Current children cumulated memory: 758876 KiB

[startup+51.1096 s]
/proc/loadavg: 2.10 2.04 2.05 3/199 26839
/proc/meminfo: memFree=29474308/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2500840 memory=723592 CPUtime=51.11 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 91400 0 0 0 5078 33 0 0 20 0 1 0 410446776 2560860160 180898 33554432000 4194304 5870510 140733794262112 140733794260840 5337297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 625210 180898 995 410 0 620683 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 2500840 KiB
Current children cumulated memory: 723592 KiB

[startup+102.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/199 26843
/proc/meminfo: memFree=29451432/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2540192 memory=747800 CPUtime=102.3 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 117546 0 0 0 10175 55 0 0 20 0 1 0 410446776 2601156608 186950 33554432000 4194304 5870510 140733794262112 140733794260472 140698342341664 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 635048 186950 995 410 0 630521 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2540192 KiB
Current children cumulated memory: 747800 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/199 26847
/proc/meminfo: memFree=29436904/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2528828 memory=760908 CPUtime=162.3 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 167614 0 0 0 16142 88 0 0 20 0 1 0 410446776 2589519872 190227 33554432000 4194304 5870510 140733794262112 140733794260472 140698336650136 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 632207 190227 995 410 0 627680 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2528828 KiB
Current children cumulated memory: 760908 KiB

[startup+222.3 s]
/proc/loadavg: 2.84 2.29 2.13 3/199 26850
/proc/meminfo: memFree=29436752/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2542604 memory=775248 CPUtime=222.32 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 219985 0 0 0 22113 119 0 0 20 0 1 0 410446776 2603626496 193812 33554432000 4194304 5870510 140733794262112 140733794260664 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 635651 193812 995 410 0 631124 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 2542604 KiB
Current children cumulated memory: 775248 KiB

[startup+282.3 s]
/proc/loadavg: 2.31 2.23 2.13 3/199 26856
/proc/meminfo: memFree=29380044/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2583432 memory=799200 CPUtime=282.32 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 280377 0 0 0 28086 146 0 0 20 0 1 0 410446776 2645434368 199800 33554432000 4194304 5870510 140733794262112 140733794261064 5263058 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 645858 199800 995 410 0 641331 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2583432 KiB
Current children cumulated memory: 799200 KiB

[startup+342.3 s]
/proc/loadavg: 2.11 2.19 2.12 3/199 26860
/proc/meminfo: memFree=29356384/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2677744 memory=877300 CPUtime=342.33 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 359422 0 0 0 34059 174 0 0 20 0 1 0 410446776 2742009856 219325 33554432000 4194304 5870510 140733794262112 140733794261064 5271772 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 669436 219325 995 410 0 664909 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 2677744 KiB
Current children cumulated memory: 877300 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.16 2.11 3/199 26864
/proc/meminfo: memFree=29377440/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2597604 memory=801968 CPUtime=402.33 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 436593 0 0 0 40031 202 0 0 20 0 1 0 410446776 2659946496 200492 33554432000 4194304 5870510 140733794262112 140733794261064 5282231 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 649401 200492 995 410 0 644874 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 2597604 KiB
Current children cumulated memory: 801968 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/199 26870
/proc/meminfo: memFree=29350636/32770624 swapFree=67001712/67108860
[pid=26835] ppid=26832 vsize=2597604 memory=808080 CPUtime=462.34 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 497270 0 0 0 46003 231 0 0 20 0 1 0 410446776 2659946496 202020 33554432000 4194304 5870510 140733794262112 140733794261128 140698342323240 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 649401 202020 995 410 0 644874 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2597604 KiB
Current children cumulated memory: 808080 KiB


################
# More data... #
################

/proc/26835/statm: 668756 226172 995 410 0 664229 0
Current children cumulated CPU time: 1662.39 s
Current children cumulated vsize: 2675024 KiB
Current children cumulated memory: 904688 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27056
/proc/meminfo: memFree=29323356/32770624 swapFree=67001740/67108860
[pid=26835] ppid=26832 vsize=2725112 memory=920208 CPUtime=1722.4 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1300336 0 0 0 171448 792 0 0 20 0 1 0 410446776 2790514688 230052 33554432000 4194304 5870510 140733794262112 140733794261064 5282736 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 681278 230052 995 410 0 676751 0
Current children cumulated CPU time: 1722.4 s
Current children cumulated vsize: 2725112 KiB
Current children cumulated memory: 920208 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/201 27083
/proc/meminfo: memFree=29266912/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2725112 memory=924308 CPUtime=1782.4 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1342260 0 0 0 177414 826 0 0 20 0 1 0 410446776 2790514688 231077 33554432000 4194304 5870510 140733794262112 140733794261064 5274736 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 681278 231077 995 410 0 676751 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2725112 KiB
Current children cumulated memory: 924308 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/201 27087
/proc/meminfo: memFree=29235384/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2675024 memory=898544 CPUtime=1842.4 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1352390 0 0 0 183391 849 0 0 20 0 1 0 410446776 2739224576 224636 33554432000 4194304 5870510 140733794262112 140733794261128 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 668756 224636 995 410 0 664229 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 2675024 KiB
Current children cumulated memory: 898544 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27093
/proc/meminfo: memFree=29264016/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2675024 memory=913344 CPUtime=1902.41 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1361859 0 0 0 189372 869 0 0 20 0 1 0 410446776 2739224576 228336 33554432000 4194304 5870510 140733794262112 140733794261128 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 668756 228336 995 410 0 664229 0
Current children cumulated CPU time: 1902.41 s
Current children cumulated vsize: 2675024 KiB
Current children cumulated memory: 913344 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/201 27097
/proc/meminfo: memFree=29212608/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2725112 memory=916116 CPUtime=1962.41 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1372287 0 0 0 195347 894 0 0 20 0 1 0 410446776 2790514688 229029 33554432000 4194304 5870510 140733794262112 140733794261064 5262756 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 681278 229029 995 410 0 676751 0
Current children cumulated CPU time: 1962.41 s
Current children cumulated vsize: 2725112 KiB
Current children cumulated memory: 916116 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 27101
/proc/meminfo: memFree=29208832/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2725112 memory=922276 CPUtime=2022.41 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1396068 0 0 0 201315 926 0 0 20 0 1 0 410446776 2790514688 230569 33554432000 4194304 5870510 140733794262112 140733794261064 140698342323216 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 681278 230569 995 410 0 676751 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 2725112 KiB
Current children cumulated memory: 922276 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 27107
/proc/meminfo: memFree=29250904/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2727264 memory=931232 CPUtime=2082.41 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1418036 0 0 0 207283 958 0 0 20 0 1 0 410446776 2792718336 232808 33554432000 4194304 5870510 140733794262112 140733794260184 5277440 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 681816 232808 995 410 0 677289 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 2727264 KiB
Current children cumulated memory: 931232 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27111
/proc/meminfo: memFree=29206168/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2746080 memory=942664 CPUtime=2142.42 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1434846 0 0 0 213252 990 0 0 20 0 1 0 410446776 2811985920 235666 33554432000 4194304 5870510 140733794262112 140733794261064 5262777 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 686520 235666 995 410 0 681993 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 2746080 KiB
Current children cumulated memory: 942664 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27115
/proc/meminfo: memFree=29168144/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2695992 memory=933284 CPUtime=2202.42 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1448056 0 0 0 219220 1022 0 0 20 0 1 0 410446776 2760695808 233321 33554432000 4194304 5870510 140733794262112 140733794261128 5288858 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 673998 233321 995 410 0 669471 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 2695992 KiB
Current children cumulated memory: 933284 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27121
/proc/meminfo: memFree=29185920/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2746080 memory=942680 CPUtime=2262.43 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1461938 0 0 0 225195 1048 0 0 20 0 1 0 410446776 2811985920 235670 33554432000 4194304 5870510 140733794262112 140733794261064 5282729 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 686520 235670 995 410 0 681993 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 2746080 KiB
Current children cumulated memory: 942680 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27133
/proc/meminfo: memFree=29172920/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2746080 memory=942664 CPUtime=2322.44 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1476663 0 0 0 231177 1067 0 0 20 0 1 0 410446776 2811985920 235666 33554432000 4194304 5870510 140733794262112 140733794261064 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 686520 235666 995 410 0 681993 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 2746080 KiB
Current children cumulated memory: 942664 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27137
/proc/meminfo: memFree=29223208/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2746080 memory=936520 CPUtime=2382.44 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1491926 0 0 0 237158 1086 0 0 20 0 1 0 410446776 2811985920 234130 33554432000 4194304 5870510 140733794262112 140733794261128 5282609 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 686520 234130 995 410 0 681993 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2746080 KiB
Current children cumulated memory: 936520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27140
/proc/meminfo: memFree=29198088/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2695992 memory=929188 CPUtime=2400.04 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1506681 0 0 0 238912 1092 0 0 20 0 1 0 410446776 2760695808 232297 33554432000 4194304 5870510 140733794262112 140733794261128 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 673998 232297 995 410 0 669471 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 2695992 KiB
Current children cumulated memory: 929188 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2399.91 s]
# the end of solver process 26835 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2389.13 s, system=10.928 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27140
/proc/meminfo: memFree=29198088/32770624 swapFree=67001752/67108860
[pid=26835] ppid=26832 vsize=2695992 memory=929188 CPUtime=2400.04 cores=0,2,4,6
/proc/26835/stat : 26835 (xcsp_picat) R 26832 26835 22075 0 -1 4202496 1506681 0 0 0 238912 1092 0 0 20 0 1 0 410446776 2760695808 232297 33554432000 4194304 5870510 140733794262112 140733794261128 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44449792 140733794268191 140733794268269 140733794268269 140733794271178 0
/proc/26835/statm: 673998 232297 995 410 0 669471 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 2695992 KiB
Current children cumulated memory: 929188 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.91
CPU time (s): 2400.05
CPU user time (s): 2389.13
CPU system time (s): 10.928
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 2826300
Max. memory (cumulated for all children) (KiB): 1031872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.13
system time used= 10.928
maximum resident set size= 1052300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1506681
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= 87
involuntary context switches= 1737


# summary of solver processes directly reported to runsolver:
#   pid: 26835
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2389.13
#   total CPU system time (s): 10.928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90278 second user time and 17.7539 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 04:32:17
IDJOB=4395699
IDBENCH=135903
IDSOLVER=2845
FILE ID=node136/4395699-1568341981
RUNJOBID= node136-1568323423-22106
PBS_JOBID= 21701143
Free space on /tmp= 56788 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395699-1568341981/watcher-4395699-1568341981 -o /tmp/evaluation-result-4395699-1568341981/solver-4395699-1568341981 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560  xcsp_picat HOME/instance-4395699-1568341981.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1377078074

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30216248 kB
MemAvailable:   31784728 kB
Buffers:           85356 kB
Cached:          1763300 kB
SwapCached:         3644 kB
Active:          1007308 kB
Inactive:         963216 kB
Active(anon):     119920 kB
Inactive(anon):    41916 kB
Active(file):     887388 kB
Inactive(file):   921300 kB
Unevictable:      107452 kB
Mlocked:          107452 kB
SwapTotal:      67108860 kB
SwapFree:       67001712 kB
Dirty:              3012 kB
Writeback:             0 kB
AnonPages:        226740 kB
Mapped:            44692 kB
Shmem:             31596 kB
Slab:             180240 kB
SReclaimable:     151252 kB
SUnreclaim:        28988 kB
KernelStack:        3536 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2629376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56784 MiB
End job on node136 at 2019-09-13 05:12:17