Trace number 4395700

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.04 2400.12

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_3_12.xml
MD5SUM75a96ae289dcd0162feddbff51d0d425
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1336
Best CPU time to get the best result obtained on this benchmark1997.76
Satisfiable
(Un)Satisfiability was proved
Number of variables12654
Number of constraints466
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":12321},{"size":28,"count":111},{"size":38,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree114
Distribution of variable degrees[{"degree":2,"count":12432},{"degree":3,"count":111},{"degree":112,"count":78},{"degree":113,"count":24},{"degree":114,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":112},{"arity":112,"count":222}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"sum","count":112},{"type":"element","count":111},{"type":"channel","count":111}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.89/26.99	c xcsp_picat version 2.7b12 (9/12/2019)
444.83/444.99	o 1364

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395700-1568346143/watcher-4395700-1568346143 -o /tmp/evaluation-result-4395700-1568346143/solver-4395700-1568346143 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568333755-10548 --watchdog 2560 xcsp_picat HOME/instance-4395700-1568346143.xml 

running on 4 cores: 1,3,5,7

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=13179, runsolver pid=13176

[startup+0.100732 s]*
/proc/loadavg: 2.02 2.11 2.10 3/201 13180
/proc/meminfo: memFree=22613252/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2031716 memory=33940 CPUtime=0.09 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1511 0 0 0 9 0 0 0 20 0 1 0 410885791 2080477184 8485 33554432000 4194304 5870510 140723215606592 140723215605896 4949100 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 507929 8485 837 410 0 503402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33940 KiB

[startup+0.210167 s]*
/proc/loadavg: 2.02 2.11 2.10 3/201 13180
/proc/meminfo: memFree=22705040/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2039532 memory=57192 CPUtime=0.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1720 0 0 0 20 1 0 0 20 0 1 0 410885791 2088480768 14298 33554432000 4194304 5870510 140723215606592 140723215605896 4475288 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 509883 14298 872 410 0 505356 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 57192 KiB

[startup+0.30986 s]*
/proc/loadavg: 2.02 2.11 2.10 3/201 13180
/proc/meminfo: memFree=26462428/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2039532 memory=72804 CPUtime=0.3 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 2009 0 0 0 29 1 0 0 20 0 1 0 410885791 2088480768 18201 33554432000 4194304 5870510 140723215606592 140723215605896 5574809 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 509883 18201 947 410 0 505356 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 72804 KiB

[startup+0.700295 s]
/proc/loadavg: 2.02 2.11 2.10 3/200 13180
/proc/meminfo: memFree=26247152/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2061660 memory=100048 CPUtime=0.69 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 5921 0 0 0 67 2 0 0 20 0 1 0 410885791 2111139840 25012 33554432000 4194304 5870510 140723215606592 140723215605896 5287589 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 515415 25012 975 410 0 510888 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2061660 KiB
Current children cumulated memory: 100048 KiB

[startup+1.5003 s]
/proc/loadavg: 2.02 2.11 2.10 3/200 13180
/proc/meminfo: memFree=25783552/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2066136 memory=107932 CPUtime=1.49 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 7592 0 0 0 146 3 0 0 20 0 1 0 410885791 2115723264 26983 33554432000 4194304 5870510 140723215606592 140723215605832 139704061771655 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 516534 26983 975 410 0 512007 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2066136 KiB
Current children cumulated memory: 107932 KiB

[startup+3.10972 s]
/proc/loadavg: 2.02 2.11 2.10 3/200 13180
/proc/meminfo: memFree=23780768/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2213556 memory=250116 CPUtime=3.1 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 39059 0 0 0 301 9 0 0 20 0 1 0 410885791 2266681344 62529 33554432000 4194304 5870510 140723215606592 140723215605688 139704061311973 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 553389 62529 977 410 0 548862 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2213556 KiB
Current children cumulated memory: 250116 KiB

[startup+6.30038 s]
/proc/loadavg: 2.02 2.11 2.10 3/200 13180
/proc/meminfo: memFree=25758308/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2303480 memory=331764 CPUtime=6.28 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 109582 0 0 0 608 20 0 0 20 0 1 0 410885791 2358763520 82941 33554432000 4194304 5870510 140723215606592 140723215605848 5259103 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 575870 82941 1001 410 0 571343 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2303480 KiB
Current children cumulated memory: 331764 KiB

[startup+12.7004 s]
/proc/loadavg: 2.02 2.11 2.10 3/200 13180
/proc/meminfo: memFree=25165676/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2304560 memory=332824 CPUtime=12.68 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 126298 0 0 0 1247 21 0 0 20 0 1 0 410885791 2359869440 83206 33554432000 4194304 5870510 140723215606592 140723215604952 5258735 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 576140 83206 1007 410 0 571613 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2304560 KiB
Current children cumulated memory: 332824 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.10 2.10 3/200 13180
/proc/meminfo: memFree=22883216/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2304560 memory=334880 CPUtime=25.49 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 162983 0 0 0 2525 24 0 0 20 0 1 0 410885791 2359869440 83720 33554432000 4194304 5870510 140723215606592 140723215604952 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 576140 83720 1007 410 0 571613 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2304560 KiB
Current children cumulated memory: 334880 KiB

[startup+51.1098 s]
/proc/loadavg: 2.01 2.10 2.10 3/200 13244
/proc/meminfo: memFree=30844868/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2304560 memory=341032 CPUtime=51.09 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 213145 0 0 0 5082 27 0 0 20 0 1 0 410885791 2359869440 85258 33554432000 4194304 5870510 140723215606592 140723215605704 5308303 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 576140 85258 1009 410 0 571613 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2304560 KiB
Current children cumulated memory: 341032 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.08 2.09 3/200 13247
/proc/meminfo: memFree=30602544/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2321132 memory=354604 CPUtime=102.26 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 258866 0 0 0 10192 34 0 0 20 0 1 0 410885791 2376839168 88651 33554432000 4194304 5870510 140723215606592 140723215605144 5272661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580283 88651 1009 410 0 575756 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2321132 KiB
Current children cumulated memory: 354604 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/200 13251
/proc/meminfo: memFree=30525724/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2408280 memory=402308 CPUtime=162.24 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 296045 0 0 0 16178 46 0 0 20 0 1 0 410885791 2466078720 100577 33554432000 4194304 5870510 140723215606592 140723215605544 5282429 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 602070 100577 1009 410 0 597543 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 2408280 KiB
Current children cumulated memory: 402308 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/199 13255
/proc/meminfo: memFree=30518556/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2414500 memory=419124 CPUtime=222.23 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 304241 0 0 0 22170 53 0 0 20 0 1 0 410885791 2472448000 104781 33554432000 4194304 5870510 140723215606592 140723215605608 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 603625 104781 1009 410 0 599098 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 2414500 KiB
Current children cumulated memory: 419124 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/199 13261
/proc/meminfo: memFree=30501216/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2418876 memory=436356 CPUtime=282.23 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 310476 0 0 0 28165 58 0 0 20 0 1 0 410885791 2476929024 109089 33554432000 4194304 5870510 140723215606592 140723215605608 5282590 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 604719 109089 1009 410 0 600192 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 2418876 KiB
Current children cumulated memory: 436356 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/199 13265
/proc/meminfo: memFree=30706124/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2323420 memory=362924 CPUtime=342.23 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 340906 0 0 0 34145 78 0 0 20 0 1 0 410885791 2379182080 90731 33554432000 4194304 5870510 140723215606592 140723215605848 5307331 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580855 90731 1009 410 0 576328 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 2323420 KiB
Current children cumulated memory: 362924 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/200 13270
/proc/meminfo: memFree=30549292/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2323420 memory=371384 CPUtime=402.23 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 361914 0 0 0 40141 82 0 0 20 0 1 0 410885791 2379182080 92846 33554432000 4194304 5870510 140723215606592 140723215605608 5258673 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580855 92846 1009 410 0 576328 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2323420 KiB
Current children cumulated memory: 371384 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/200 13276
/proc/meminfo: memFree=30546304/32770624 swapFree=66933904/67108860
[pid=13179] ppid=13176 vsize=2323252 memory=364308 CPUtime=462.23 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 389837 0 0 0 46124 99 0 0 20 0 1 0 410885791 2379010048 91077 33554432000 4194304 5870510 140723215606592 140723215605704 139704066991964 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580813 91077 1016 410 0 576286 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2323252 KiB
Current children cumulated memory: 364308 KiB


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

/proc/13179/statm: 583906 95545 1016 410 0 579379 0
Current children cumulated CPU time: 1662.21 s
Current children cumulated vsize: 2335624 KiB
Current children cumulated memory: 382180 KiB

[startup+1722.3 s]
/proc/loadavg: 2.17 2.15 2.10 3/200 13421
/proc/meminfo: memFree=30406812/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2402180 memory=410896 CPUtime=1722.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1016248 0 0 0 171922 299 0 0 20 0 1 0 410885791 2459832320 102724 33554432000 4194304 5870510 140723215606592 140723215605544 139704067011445 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 600545 102724 1016 410 0 596018 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 2402180 KiB
Current children cumulated memory: 410896 KiB

[startup+1782.3 s]
/proc/loadavg: 2.06 2.13 2.09 3/200 13425
/proc/meminfo: memFree=30407476/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2412828 memory=425268 CPUtime=1782.22 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1034133 0 0 0 177916 306 0 0 20 0 1 0 410885791 2470735872 106317 33554432000 4194304 5870510 140723215606592 140723215605608 5282515 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 603207 106317 1016 410 0 598680 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 2412828 KiB
Current children cumulated memory: 425268 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.10 2.09 3/200 13429
/proc/meminfo: memFree=30379156/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2421844 memory=440288 CPUtime=1842.22 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1066394 0 0 0 183908 314 0 0 20 0 1 0 410885791 2479968256 110072 33554432000 4194304 5870510 140723215606592 140723215605608 5283138 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 605461 110072 1016 410 0 600934 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 2421844 KiB
Current children cumulated memory: 440288 KiB

[startup+1902.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/200 13435
/proc/meminfo: memFree=30385732/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2434280 memory=445580 CPUtime=1902.22 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1097228 0 0 0 189899 323 0 0 20 0 1 0 410885791 2492702720 111395 33554432000 4194304 5870510 140723215606592 140723215605080 5272624 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 608570 111395 1016 410 0 604043 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 2434280 KiB
Current children cumulated memory: 445580 KiB

[startup+1962.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/200 13439
/proc/meminfo: memFree=30351948/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2434280 memory=455836 CPUtime=1962.22 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1098220 0 0 0 195895 327 0 0 20 0 1 0 410885791 2492702720 113959 33554432000 4194304 5870510 140723215606592 140723215605608 5272427 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 608570 113959 1016 410 0 604043 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 2434280 KiB
Current children cumulated memory: 455836 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.09 2.09 3/199 13443
/proc/meminfo: memFree=30409448/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2323424 memory=362832 CPUtime=2022.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1153378 0 0 0 201875 346 0 0 20 0 1 0 410885791 2379186176 90708 33554432000 4194304 5870510 140723215606592 140723215605848 139704066990768 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580856 90708 1016 410 0 576329 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 2323424 KiB
Current children cumulated memory: 362832 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/199 13449
/proc/meminfo: memFree=30438340/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2323424 memory=369244 CPUtime=2082.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1173460 0 0 0 207872 349 0 0 20 0 1 0 410885791 2379186176 92311 33554432000 4194304 5870510 140723215606592 140723215605608 139704061310508 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 580856 92311 1016 410 0 576329 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2323424 KiB
Current children cumulated memory: 369244 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.06 2.08 3/199 13453
/proc/meminfo: memFree=30406148/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2353032 memory=398348 CPUtime=2142.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1185898 0 0 0 213863 358 0 0 20 0 1 0 410885791 2409504768 99587 33554432000 4194304 5870510 140723215606592 140723215605608 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 588258 99587 1016 410 0 583731 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2353032 KiB
Current children cumulated memory: 398348 KiB

[startup+2202.3 s]
/proc/loadavg: 2.07 2.07 2.08 3/199 13457
/proc/meminfo: memFree=30368588/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2409412 memory=432248 CPUtime=2202.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1217662 0 0 0 219854 367 0 0 20 0 1 0 410885791 2467237888 108062 33554432000 4194304 5870510 140723215606592 140723215605544 5274516 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 602353 108062 1016 410 0 597826 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 2409412 KiB
Current children cumulated memory: 432248 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/199 13463
/proc/meminfo: memFree=30350772/32770624 swapFree=66933952/67108860
[pid=13179] ppid=13176 vsize=2416624 memory=432848 CPUtime=2262.2 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1250036 0 0 0 225843 377 0 0 20 0 1 0 410885791 2474622976 108212 33554432000 4194304 5870510 140723215606592 140723215604952 5283208 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 604156 108212 1016 410 0 599629 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 2416624 KiB
Current children cumulated memory: 432848 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/200 13475
/proc/meminfo: memFree=30347556/32770624 swapFree=66933956/67108860
[pid=13179] ppid=13176 vsize=2426336 memory=449100 CPUtime=2322.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1277058 0 0 0 231836 385 0 0 20 0 1 0 410885791 2484568064 112275 33554432000 4194304 5870510 140723215606592 140723215605608 5282680 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 606584 112275 1016 410 0 602057 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 2426336 KiB
Current children cumulated memory: 449100 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/200 13479
/proc/meminfo: memFree=30219340/32770624 swapFree=66933956/67108860
[pid=13179] ppid=13176 vsize=2435324 memory=452008 CPUtime=2382.21 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1285063 0 0 0 237832 389 0 0 20 0 1 0 410885791 2493771776 113002 33554432000 4194304 5870510 140723215606592 140723215605080 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 608831 113002 1016 410 0 604304 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 2435324 KiB
Current children cumulated memory: 452008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.04 2.06 3/200 13483
/proc/meminfo: memFree=30307836/32770624 swapFree=66933956/67108860
[pid=13179] ppid=13176 vsize=2435324 memory=462256 CPUtime=2400.02 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1301690 0 0 0 239612 390 0 0 20 0 1 0 410885791 2493771776 115564 33554432000 4194304 5870510 140723215606592 140723215605080 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 608831 115564 1016 410 0 604304 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2435324 KiB
Current children cumulated memory: 462256 KiB

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

[startup+2400.12 s]
# the end of solver process 13179 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.13 s, system=3.91295 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.04 2.06 3/200 13483
/proc/meminfo: memFree=30307836/32770624 swapFree=66933956/67108860
[pid=13179] ppid=13176 vsize=2435324 memory=462256 CPUtime=2400.02 cores=1,3,5,7
/proc/13179/stat : 13179 (xcsp_picat) R 13176 13179 10516 0 -1 4202496 1301690 0 0 0 239612 390 0 0 20 0 1 0 410885791 2493771776 115564 33554432000 4194304 5870510 140723215606592 140723215605080 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19632128 140723215610911 140723215610989 140723215610989 140723215613898 0
/proc/13179/statm: 608831 115564 1016 410 0 604304 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2435324 KiB
Current children cumulated memory: 462256 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.12
CPU time (s): 2400.04
CPU user time (s): 2396.13
CPU system time (s): 3.91295
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 2564508
Max. memory (cumulated for all children) (KiB): 556260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.13
system time used= 3.91295
maximum resident set size= 556260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1301690
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= 81
involuntary context switches= 2410


# summary of solver processes directly reported to runsolver:
#   pid: 13179
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2396.13
#   total CPU system time (s): 3.91295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.1873 second user time and 18.3431 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 05:41:44
IDJOB=4395700
IDBENCH=139399
IDSOLVER=2845
FILE ID=node151/4395700-1568346143
RUNJOBID= node151-1568333755-10548
PBS_JOBID= 21701159
Free space on /tmp= 56996 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_3_12.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395700-1568346143/watcher-4395700-1568346143 -o /tmp/evaluation-result-4395700-1568346143/solver-4395700-1568346143 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568333755-10548 --watchdog 2560  xcsp_picat HOME/instance-4395700-1568346143.xml

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

MD5SUM BENCH= 75a96ae289dcd0162feddbff51d0d425
RANDOM SEED=1627665851

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22643980 kB
MemAvailable:   23203584 kB
Buffers:          141816 kB
Cached:           709104 kB
SwapCached:        72312 kB
Active:          9066604 kB
Inactive:         492936 kB
Active(anon):    8644168 kB
Inactive(anon):    96488 kB
Active(file):     422436 kB
Inactive(file):   396448 kB
Unevictable:      111208 kB
Mlocked:          111208 kB
SwapTotal:      67108860 kB
SwapFree:       66933904 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:       8888080 kB
Mapped:            37112 kB
Shmem:             23156 kB
Slab:             141540 kB
SReclaimable:     113112 kB
SUnreclaim:        28428 kB
KernelStack:        3552 kB
PageTables:        22324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9445044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8837120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56992 MiB
End job on node151 at 2019-09-13 06:21:44