Trace number 4395715

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.03 2399.91

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_5_11.xml
MD5SUMbb782f0c2876622a4bcf03fe44f48018
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark432
Best CPU time to get the best result obtained on this benchmark2400.09
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":18,"count":111},{"size":51,"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

27.60/27.61	c xcsp_picat version 2.7b12 (9/12/2019)
198.51/198.53	o 521

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395715-1568346101/watcher-4395715-1568346101 -o /tmp/evaluation-result-4395715-1568346101/solver-4395715-1568346101 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22107 --watchdog 2560 xcsp_picat HOME/instance-4395715-1568346101.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=27739, runsolver pid=27736

[startup+0.100168 s]*
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30212148/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2031716 memory=37024 CPUtime=0.1 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 1750 0 0 0 10 0 0 0 20 0 1 0 410858735 2080477184 9256 33554432000 4194304 5870510 140728533324112 140728533321256 4460035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 507929 9256 856 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 37024 KiB

[startup+0.209803 s]*
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30190540/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2039532 memory=56204 CPUtime=0.21 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 1964 0 0 0 20 1 0 0 20 0 1 0 410858735 2088480768 14051 33554432000 4194304 5870510 140728533324112 140728533321256 4557857 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 509883 14051 874 410 0 505356 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 56204 KiB

[startup+0.309668 s]*
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30177260/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2039532 memory=72004 CPUtime=0.31 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 2320 0 0 0 30 1 0 0 20 0 1 0 410858735 2088480768 18001 33554432000 4194304 5870510 140728533324112 140728533321256 5562059 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 509883 18001 947 410 0 505356 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 72004 KiB

[startup+0.700286 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30146412/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2061244 memory=99688 CPUtime=0.69 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 6353 0 0 0 67 2 0 0 20 0 1 0 410858735 2110713856 24922 33554432000 4194304 5870510 140728533324112 140728533323288 140202171124709 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 515311 24922 975 410 0 510784 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2061244 KiB
Current children cumulated memory: 99688 KiB

[startup+1.50028 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30141760/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2064284 memory=105232 CPUtime=1.49 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 7370 0 0 0 145 4 0 0 20 0 1 0 410858735 2113826816 26308 33554432000 4194304 5870510 140728533324112 140728533322632 140202171584391 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 516071 26308 975 410 0 511544 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2064284 KiB
Current children cumulated memory: 105232 KiB

[startup+3.10944 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=30131964/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2075468 memory=113608 CPUtime=3.1 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 10724 0 0 0 304 6 0 0 20 0 1 0 410858735 2125279232 28402 33554432000 4194304 5870510 140728533324112 140728533323208 140202171122271 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 518867 28402 975 410 0 514340 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2075468 KiB
Current children cumulated memory: 113608 KiB

[startup+6.3004 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=29882560/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2324164 memory=361960 CPUtime=6.29 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 99016 0 0 0 606 23 0 0 20 0 1 0 410858735 2379943936 90490 33554432000 4194304 5870510 140728533324112 140728533323368 5337393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 581041 90490 984 410 0 576514 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2324164 KiB
Current children cumulated memory: 361960 KiB

[startup+12.7004 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27740
/proc/meminfo: memFree=29911256/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2305124 memory=333408 CPUtime=12.69 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 131624 0 0 0 1242 27 0 0 20 0 1 0 410858735 2360446976 83352 33554432000 4194304 5870510 140728533324112 140728533322472 5288765 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 576281 83352 1007 410 0 571754 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2305124 KiB
Current children cumulated memory: 333408 KiB

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 2.04 3/200 27743
/proc/meminfo: memFree=29908912/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2305124 memory=335468 CPUtime=25.49 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 165134 0 0 0 2520 29 0 0 20 0 1 0 410858735 2360446976 83867 33554432000 4194304 5870510 140728533324112 140728533322472 140202176804700 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 576281 83867 1007 410 0 571754 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2305124 KiB
Current children cumulated memory: 335468 KiB

[startup+51.1096 s]
/proc/loadavg: 2.05 2.01 2.05 3/199 27743
/proc/meminfo: memFree=29899772/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2305124 memory=341624 CPUtime=51.1 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 225210 0 0 0 5077 33 0 0 20 0 1 0 410858735 2360446976 85406 33554432000 4194304 5870510 140728533324112 140728533323224 140202176821505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 576281 85406 1007 410 0 571754 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2305124 KiB
Current children cumulated memory: 341624 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/199 27747
/proc/meminfo: memFree=29870980/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2368052 memory=373076 CPUtime=102.3 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 277504 0 0 0 10191 39 0 0 20 0 1 0 410858735 2424885248 93269 33554432000 4194304 5870510 140728533324112 140728533322472 5308922 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 592013 93269 1007 410 0 587486 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2368052 KiB
Current children cumulated memory: 373076 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 27753
/proc/meminfo: memFree=29832956/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2408704 memory=408128 CPUtime=162.3 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 360908 0 0 0 16178 52 0 0 20 0 1 0 410858735 2466512896 102032 33554432000 4194304 5870510 140728533324112 140728533323064 5261882 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 602176 102032 1007 410 0 597649 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2408704 KiB
Current children cumulated memory: 408128 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27757
/proc/meminfo: memFree=29876804/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2324428 memory=362164 CPUtime=222.31 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 387535 0 0 0 22157 74 0 0 20 0 1 0 410858735 2380214272 90541 33554432000 4194304 5870510 140728533324112 140728533323224 140202176804700 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 581107 90541 1014 410 0 576580 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2324428 KiB
Current children cumulated memory: 362164 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27761
/proc/meminfo: memFree=29867828/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2374516 memory=371824 CPUtime=282.31 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 414854 0 0 0 28152 79 0 0 20 0 1 0 410858735 2431504384 92956 33554432000 4194304 5870510 140728533324112 140728533323064 5307152 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 593629 92956 1014 410 0 589102 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2374516 KiB
Current children cumulated memory: 371824 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27767
/proc/meminfo: memFree=29854744/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2345060 memory=386304 CPUtime=342.32 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 458808 0 0 0 34140 92 0 0 20 0 1 0 410858735 2401341440 96576 33554432000 4194304 5870510 140728533324112 140728533322680 5282499 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 586265 96576 1014 410 0 581738 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2345060 KiB
Current children cumulated memory: 386304 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27771
/proc/meminfo: memFree=29788888/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2485644 memory=451028 CPUtime=402.32 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 475032 0 0 0 40132 100 0 0 20 0 1 0 410858735 2545299456 112757 33554432000 4194304 5870510 140728533324112 140728533323064 5276256 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 621411 112757 1014 410 0 616884 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2485644 KiB
Current children cumulated memory: 451028 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27775
/proc/meminfo: memFree=29825488/32770624 swapFree=67001768/67108860
[pid=27739] ppid=27736 vsize=2412944 memory=412092 CPUtime=462.33 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 512688 0 0 0 46114 119 0 0 20 0 1 0 410858735 2470854656 103023 33554432000 4194304 5870510 140728533324112 140728533323064 5282578 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 603236 103023 1014 410 0 598709 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2412944 KiB
Current children cumulated memory: 412092 KiB


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

/proc/27739/statm: 611452 115680 1014 410 0 606925 0
Current children cumulated CPU time: 1662.36 s
Current children cumulated vsize: 2445808 KiB
Current children cumulated memory: 462720 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/199 27978
/proc/meminfo: memFree=29424688/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2446928 memory=463244 CPUtime=1722.37 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 667985 0 0 0 171854 383 0 0 20 0 1 0 410858735 2505654272 115811 33554432000 4194304 5870510 140728533324112 140728533323128 5262639 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 611732 115811 1014 410 0 607205 0
Current children cumulated CPU time: 1722.37 s
Current children cumulated vsize: 2446928 KiB
Current children cumulated memory: 463244 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/199 27991
/proc/meminfo: memFree=29409612/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2446928 memory=467968 CPUtime=1782.37 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 675555 0 0 0 177841 396 0 0 20 0 1 0 410858735 2505654272 116992 33554432000 4194304 5870510 140728533324112 140728533323128 5262777 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 611732 116992 1014 410 0 607205 0
Current children cumulated CPU time: 1782.37 s
Current children cumulated vsize: 2446928 KiB
Current children cumulated memory: 467968 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 27995
/proc/meminfo: memFree=29407924/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2447836 memory=468352 CPUtime=1842.38 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 680684 0 0 0 183832 406 0 0 20 0 1 0 410858735 2506584064 117088 33554432000 4194304 5870510 140728533324112 140728533323128 5276783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 611959 117088 1014 410 0 607432 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 2447836 KiB
Current children cumulated memory: 468352 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 27999
/proc/meminfo: memFree=29429412/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2448796 memory=459460 CPUtime=1902.38 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 685756 0 0 0 189821 417 0 0 20 0 1 0 410858735 2507567104 114865 33554432000 4194304 5870510 140728533324112 140728533323128 5282467 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 612199 114865 1014 410 0 607672 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 2448796 KiB
Current children cumulated memory: 459460 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 28005
/proc/meminfo: memFree=29345880/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2660412 memory=595992 CPUtime=1962.38 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 693211 0 0 0 195809 429 0 0 20 0 1 0 410858735 2724261888 148998 33554432000 4194304 5870510 140728533324112 140728533323064 5305192 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 665103 148998 1014 410 0 660576 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 2660412 KiB
Current children cumulated memory: 595992 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 28009
/proc/meminfo: memFree=29379648/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2451048 memory=475324 CPUtime=2022.38 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 697590 0 0 0 201800 438 0 0 20 0 1 0 410858735 2509873152 118831 33554432000 4194304 5870510 140728533324112 140728533323128 5281755 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 612762 118831 1014 410 0 608235 0
Current children cumulated CPU time: 2022.38 s
Current children cumulated vsize: 2451048 KiB
Current children cumulated memory: 475324 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/199 28013
/proc/meminfo: memFree=29360304/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2533340 memory=501840 CPUtime=2082.39 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 702743 0 0 0 207792 447 0 0 20 0 1 0 410858735 2594140160 125460 33554432000 4194304 5870510 140728533324112 140728533323128 5277425 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 633335 125460 1014 410 0 628808 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 2533340 KiB
Current children cumulated memory: 501840 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/199 28019
/proc/meminfo: memFree=29378940/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2452928 memory=471572 CPUtime=2142.4 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 711187 0 0 0 213779 461 0 0 20 0 1 0 410858735 2511798272 117893 33554432000 4194304 5870510 140728533324112 140728533323128 5282295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 613232 117893 1014 410 0 608705 0
Current children cumulated CPU time: 2142.4 s
Current children cumulated vsize: 2452928 KiB
Current children cumulated memory: 471572 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 28023
/proc/meminfo: memFree=29341212/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2454652 memory=474252 CPUtime=2202.4 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 715757 0 0 0 219769 471 0 0 20 0 1 0 410858735 2513563648 118563 33554432000 4194304 5870510 140728533324112 140728533323128 5281902 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 613663 118563 1014 410 0 609136 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 2454652 KiB
Current children cumulated memory: 474252 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 28027
/proc/meminfo: memFree=29364920/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2456440 memory=490192 CPUtime=2262.41 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 721296 0 0 0 225760 481 0 0 20 0 1 0 410858735 2515394560 122548 33554432000 4194304 5870510 140728533324112 140728533322472 5283106 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 614110 122548 1014 410 0 609583 0
Current children cumulated CPU time: 2262.41 s
Current children cumulated vsize: 2456440 KiB
Current children cumulated memory: 490192 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28033
/proc/meminfo: memFree=29346160/32770624 swapFree=67001792/67108860
[pid=27739] ppid=27736 vsize=2456440 memory=499552 CPUtime=2322.41 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 728692 0 0 0 231748 493 0 0 20 0 1 0 410858735 2515394560 124888 33554432000 4194304 5870510 140728533324112 140728533323128 5282251 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 614110 124888 1014 410 0 609583 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 2456440 KiB
Current children cumulated memory: 499552 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28045
/proc/meminfo: memFree=29344084/32770624 swapFree=67001796/67108860
[pid=27739] ppid=27736 vsize=2538772 memory=513924 CPUtime=2382.41 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 734815 0 0 0 237734 507 0 0 20 0 1 0 410858735 2599702528 128481 33554432000 4194304 5870510 140728533324112 140728533323064 5278096 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 634693 128481 1014 410 0 630166 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 2538772 KiB
Current children cumulated memory: 513924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28045
/proc/meminfo: memFree=29297508/32770624 swapFree=67001796/67108860
[pid=27739] ppid=27736 vsize=2539824 memory=549700 CPUtime=2400.01 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 770180 0 0 0 239488 513 0 0 20 0 1 0 410858735 2600779776 137425 33554432000 4194304 5870510 140728533324112 140728533322472 5262797 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 634956 137425 1014 410 0 630429 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2539824 KiB
Current children cumulated memory: 549700 KiB

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

[startup+2399.91 s]
# the end of solver process 27739 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.89 s, system=5.14434 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 28045
/proc/meminfo: memFree=29297508/32770624 swapFree=67001796/67108860
[pid=27739] ppid=27736 vsize=2539824 memory=549700 CPUtime=2400.01 cores=1,3,5,7
/proc/27739/stat : 27739 (xcsp_picat) R 27736 27739 22075 0 -1 4202496 770180 0 0 0 239488 513 0 0 20 0 1 0 410858735 2600779776 137425 33554432000 4194304 5870510 140728533324112 140728533322472 5262797 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 24985600 140728533333023 140728533333101 140728533333101 140728533336010 0
/proc/27739/statm: 634956 137425 1014 410 0 630429 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2539824 KiB
Current children cumulated memory: 549700 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.91
CPU time (s): 2400.03
CPU user time (s): 2394.89
CPU system time (s): 5.14434
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2669440
Max. memory (cumulated for all children) (KiB): 695228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.89
system time used= 5.14434
maximum resident set size= 695228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770180
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= 73
involuntary context switches= 2907


# summary of solver processes directly reported to runsolver:
#   pid: 27739
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2394.89
#   total CPU system time (s): 5.14434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.85167 second user time and 19.5308 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 05:40:57
IDJOB=4395715
IDBENCH=139384
IDSOLVER=2845
FILE ID=node136/4395715-1568346101
RUNJOBID= node136-1568323423-22107
PBS_JOBID= 21701143
Free space on /tmp= 56788 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_5_11.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395715-1568346101/watcher-4395715-1568346101 -o /tmp/evaluation-result-4395715-1568346101/solver-4395715-1568346101 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22107 --watchdog 2560  xcsp_picat HOME/instance-4395715-1568346101.xml

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

MD5SUM BENCH= bb782f0c2876622a4bcf03fe44f48018
RANDOM SEED=41001226

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:        30241444 kB
MemAvailable:   31813104 kB
Buffers:           87016 kB
Cached:          1765468 kB
SwapCached:         3588 kB
Active:           979588 kB
Inactive:         966020 kB
Active(anon):      91864 kB
Inactive(anon):    41916 kB
Active(file):     887724 kB
Inactive(file):   924104 kB
Unevictable:      107452 kB
Mlocked:          107452 kB
SwapTotal:      67108860 kB
SwapFree:       67001768 kB
Dirty:              3492 kB
Writeback:             0 kB
AnonPages:        198892 kB
Mapped:            44960 kB
Shmem:             31652 kB
Slab:             179764 kB
SReclaimable:     151336 kB
SUnreclaim:        28428 kB
KernelStack:        3552 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2607868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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 06:20:57