Trace number 4309486

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 2018-08-14? (TO) 2520.04 2520.02

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-0_c18.xml
MD5SUM9997262cb3c77f8c1331a624da4d00a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309486-1534317842/watcher-4309486-1534317842 -o /tmp/evaluation-result-4309486-1534317842/solver-4309486-1534317842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580 xcsp_picat HOME/instance-4309486-1534317842.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=20356, runsolver pid=20353


[startup+0.100145 s]*
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=22105432/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2025744 memory=27252 CPUtime=0.1 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1908 0 0 0 10 0 0 0 20 0 1 0 249347361 2074361856 6813 33554432000 4194304 5849940 140728391808480 140728391807784 140491639712768 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 506436 6813 593 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27252 KiB

[startup+0.209892 s]*
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=22095472/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2025744 memory=37724 CPUtime=0.21 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1913 0 0 0 21 0 0 0 20 0 1 0 249347361 2074361856 9431 33554432000 4194304 5849940 140728391808480 140728391807784 4786144 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 506436 9431 597 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37724 KiB

[startup+0.309606 s]*
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=22079088/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2025744 memory=54324 CPUtime=0.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1978 0 0 0 30 0 0 0 20 0 1 0 249347361 2074361856 13581 33554432000 4194304 5849940 140728391808480 140728391807784 4534496 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 506436 13581 625 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 54324 KiB

[startup+0.700282 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=22045700/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2027468 memory=87224 CPUtime=0.7 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 2570 0 0 0 68 2 0 0 20 0 1 0 249347361 2076127232 21806 33554432000 4194304 5849940 140728391808480 140728391807784 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 506867 21806 703 405 0 503811 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2027468 KiB
Current children cumulated memory: 87224 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=22042724/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2110520 memory=172324 CPUtime=1.49 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 9084 0 0 0 144 5 0 0 20 0 1 0 249347361 2161172480 43081 33554432000 4194304 5849940 140728391808480 140728391807784 5379173 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 527630 43081 705 405 0 524574 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2110520 KiB
Current children cumulated memory: 172324 KiB

[startup+3.10901 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=21893680/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2176056 memory=238124 CPUtime=3.1 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 9759 0 0 0 304 6 0 0 20 0 1 0 249347361 2228281344 59531 33554432000 4194304 5849940 140728391808480 140728391807576 140491639272668 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 544014 59531 723 405 0 540958 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2176056 KiB
Current children cumulated memory: 238124 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 20357
/proc/meminfo: memFree=21893244/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2178020 memory=240104 CPUtime=6.29 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 28184 0 0 0 622 7 0 0 20 0 1 0 249347361 2230292480 60026 33554432000 4194304 5849940 140728391808480 140728391807576 5375384 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 544505 60026 727 405 0 541449 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2178020 KiB
Current children cumulated memory: 240104 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 20357
/proc/meminfo: memFree=21871528/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2197480 memory=259400 CPUtime=12.69 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 59199 0 0 0 1257 12 0 0 20 0 1 0 249347361 2250219520 64850 33554432000 4194304 5849940 140728391808480 140728391807128 4212046 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 549370 64850 751 405 0 546314 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2197480 KiB
Current children cumulated memory: 259400 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 20357
/proc/meminfo: memFree=21887948/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2197480 memory=259532 CPUtime=25.49 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 94516 0 0 0 2535 14 0 0 20 0 1 0 249347361 2250219520 64883 33554432000 4194304 5849940 140728391808480 140728391806024 5302990 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 549370 64883 751 405 0 546314 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2197480 KiB
Current children cumulated memory: 259532 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 20357
/proc/meminfo: memFree=21869072/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2201936 memory=263956 CPUtime=51.1 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 126868 0 0 0 5080 30 0 0 20 0 1 0 249347361 2254782464 65989 33554432000 4194304 5849940 140728391808480 140728391806744 4226684 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 550484 65989 755 405 0 547428 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2201936 KiB
Current children cumulated memory: 263956 KiB

[startup+102.3 s]
/proc/loadavg: 2.29 2.10 2.08 3/187 20359
/proc/meminfo: memFree=21849168/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2207252 memory=269320 CPUtime=102.29 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 175763 0 0 0 10180 49 0 0 20 0 1 0 249347361 2260226048 67330 33554432000 4194304 5849940 140728391808480 140728391807352 5311763 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 551813 67330 755 405 0 548757 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2207252 KiB
Current children cumulated memory: 269320 KiB

[startup+162.3 s]
/proc/loadavg: 2.29 2.16 2.10 3/187 20421
/proc/meminfo: memFree=21662416/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2207588 memory=269656 CPUtime=162.29 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 200896 0 0 0 16152 77 0 0 20 0 1 0 249347361 2260570112 67414 33554432000 4194304 5849940 140728391808480 140728391807480 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 551897 67414 755 405 0 548841 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2207588 KiB
Current children cumulated memory: 269656 KiB

[startup+222.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/187 20422
/proc/meminfo: memFree=21650964/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2214144 memory=276232 CPUtime=222.28 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 207942 0 0 0 22126 102 0 0 20 0 1 0 249347361 2267283456 69058 33554432000 4194304 5849940 140728391808480 140728391807128 5309900 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 553536 69058 755 405 0 550480 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2214144 KiB
Current children cumulated memory: 276232 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.10 2.09 3/187 20424
/proc/meminfo: memFree=21629072/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2229072 memory=292680 CPUtime=282.28 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 215907 0 0 0 28100 128 0 0 20 0 1 0 249347361 2282569728 73170 33554432000 4194304 5849940 140728391808480 140728391806024 4211675 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 557268 73170 755 405 0 554212 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2229072 KiB
Current children cumulated memory: 292680 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.09 2.08 3/187 20425
/proc/meminfo: memFree=21609152/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2239932 memory=304476 CPUtime=342.29 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 224588 0 0 0 34072 157 0 0 20 0 1 0 249347361 2293690368 76119 33554432000 4194304 5849940 140728391808480 140728391807128 5416911 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 559983 76119 755 405 0 556927 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2239932 KiB
Current children cumulated memory: 304476 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/188 20434
/proc/meminfo: memFree=21605632/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2240896 memory=305340 CPUtime=402.28 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 244039 0 0 0 40039 189 0 0 20 0 1 0 249347361 2294677504 76335 33554432000 4194304 5849940 140728391808480 140728391807352 5359259 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 560224 76335 755 405 0 557168 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2240896 KiB
Current children cumulated memory: 305340 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 20435
/proc/meminfo: memFree=21642216/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2203912 memory=268584 CPUtime=462.28 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 261177 0 0 0 46013 215 0 0 20 0 1 0 249347361 2256805888 67146 33554432000 4194304 5849940 140728391808480 140728391807352 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 550978 67146 755 405 0 547922 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2203912 KiB
Current children cumulated memory: 268584 KiB


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

/proc/20356/statm: 621314 137394 755 405 0 618258 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 2485256 KiB
Current children cumulated memory: 549576 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20474
/proc/meminfo: memFree=20971476/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2479056 memory=543392 CPUtime=1782.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 681306 0 0 0 177401 829 0 0 20 0 1 0 249347361 2538553344 135848 33554432000 4194304 5849940 140728391808480 140728391807480 5311696 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 619764 135848 755 405 0 616708 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 2479056 KiB
Current children cumulated memory: 543392 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20475
/proc/meminfo: memFree=20871748/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2799100 memory=863772 CPUtime=1842.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 744593 0 0 0 183370 860 0 0 20 0 1 0 249347361 2866278400 215943 33554432000 4194304 5849940 140728391808480 140728391807384 5407968 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 699775 215943 755 405 0 696719 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 2799100 KiB
Current children cumulated memory: 863772 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20477
/proc/meminfo: memFree=20991132/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2487156 memory=551664 CPUtime=1902.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 792489 0 0 0 189341 890 0 0 20 0 1 0 249347361 2546847744 137916 33554432000 4194304 5849940 140728391808480 140728391807480 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 621789 137916 755 405 0 618733 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2487156 KiB
Current children cumulated memory: 551664 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20478
/proc/meminfo: memFree=21059992/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2480444 memory=544988 CPUtime=1962.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 804272 0 0 0 195316 915 0 0 20 0 1 0 249347361 2539974656 136247 33554432000 4194304 5849940 140728391808480 140728391807480 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 620111 136247 755 405 0 617055 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 2480444 KiB
Current children cumulated memory: 544988 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20479
/proc/meminfo: memFree=21044100/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2510768 memory=575348 CPUtime=2022.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 850273 0 0 0 201287 943 0 0 20 0 1 0 249347361 2571026432 143837 33554432000 4194304 5849940 140728391808480 140728391807480 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 627692 143837 755 405 0 624636 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2510768 KiB
Current children cumulated memory: 575348 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20481
/proc/meminfo: memFree=20858364/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2691240 memory=755780 CPUtime=2082.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 896768 0 0 0 207257 973 0 0 20 0 1 0 249347361 2755829760 188945 33554432000 4194304 5849940 140728391808480 140728391807480 5311766 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 672810 188945 755 405 0 669754 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2691240 KiB
Current children cumulated memory: 755780 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20482
/proc/meminfo: memFree=20752448/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2720572 memory=785116 CPUtime=2142.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 925781 0 0 0 213232 998 0 0 20 0 1 0 249347361 2785865728 196279 33554432000 4194304 5849940 140728391808480 140728391807480 5359790 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 680143 196279 755 405 0 677087 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 2720572 KiB
Current children cumulated memory: 785116 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20490
/proc/meminfo: memFree=20846148/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2648516 memory=713060 CPUtime=2202.3 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 972110 0 0 0 219214 1016 0 0 20 0 1 0 249347361 2712080384 178265 33554432000 4194304 5849940 140728391808480 140728391807480 5335793 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 662129 178265 755 405 0 659073 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 2648516 KiB
Current children cumulated memory: 713060 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20514
/proc/meminfo: memFree=20884000/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2612044 memory=676588 CPUtime=2262.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1010538 0 0 0 225195 1036 0 0 20 0 1 0 249347361 2674733056 169147 33554432000 4194304 5849940 140728391808480 140728391807640 5311744 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 653011 169147 755 405 0 649955 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 2612044 KiB
Current children cumulated memory: 676588 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20537
/proc/meminfo: memFree=20770292/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2608612 memory=673156 CPUtime=2322.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1059577 0 0 0 231164 1067 0 0 20 0 1 0 249347361 2671218688 168289 33554432000 4194304 5849940 140728391808480 140728391807480 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 652153 168289 755 405 0 649097 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 2608612 KiB
Current children cumulated memory: 673156 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20538
/proc/meminfo: memFree=20901176/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2640276 memory=704820 CPUtime=2382.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1103272 0 0 0 237139 1092 0 0 20 0 1 0 249347361 2703642624 176205 33554432000 4194304 5849940 140728391808480 140728391807480 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 660069 176205 755 405 0 657013 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 2640276 KiB
Current children cumulated memory: 704820 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20539
/proc/meminfo: memFree=20912844/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2629220 memory=693764 CPUtime=2442.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1150223 0 0 0 243120 1111 0 0 20 0 1 0 249347361 2692321280 173441 33554432000 4194304 5849940 140728391808480 140728391806968 5438672 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 657305 173441 755 405 0 654249 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 2629220 KiB
Current children cumulated memory: 693764 KiB

[startup+2502.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/188 20540
/proc/meminfo: memFree=20936572/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2604172 memory=668716 CPUtime=2502.31 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1195825 0 0 0 249097 1134 0 0 20 0 1 0 249347361 2666672128 167179 33554432000 4194304 5849940 140728391808480 140728391807640 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 651043 167179 755 405 0 647987 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 2604172 KiB
Current children cumulated memory: 668716 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.49 2.14 2.08 3/188 20540
/proc/meminfo: memFree=20928816/32770624 swapFree=67105356/67108860
[pid=20356] ppid=20353 vsize=2604172 memory=668716 CPUtime=2520.02 cores=0,2,4,6
/proc/20356/stat : 20356 (xcsp_picat) R 20353 20356 16836 0 -1 4202496 1202826 0 0 0 250860 1142 0 0 20 0 1 0 249347361 2666672128 167179 33554432000 4194304 5849940 140728391808480 140728391807352 140491639734151 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 37904384 140728391812278 140728391812356 140728391812356 140728391815114 0
/proc/20356/statm: 651043 167179 755 405 0 647987 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2604172 KiB
Current children cumulated memory: 668716 KiB

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

[startup+2520.02 s]
# the end of solver process 20356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.61 s, system=11.4361 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520.04
CPU user time (s): 2508.61
CPU system time (s): 11.4361
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2812528
Max. memory (cumulated for all children) (KiB): 877072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.61
system time used= 11.4361
maximum resident set size= 877072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1202826
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= 16
involuntary context switches= 1323


# summary of solver processes directly reported to runsolver:
#   pid: 20356
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2508.61
#   total CPU system time (s): 11.4361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74479 second user time and 18.1835 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 09:24:02
IDJOB=4309486
IDBENCH=141635
IDSOLVER=2794
FILE ID=node149/4309486-1534317842
RUNJOBID= node149-1534293289-16867
PBS_JOBID= 21038141
Free space on /tmp= 41784 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-0_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309486-1534317842/watcher-4309486-1534317842 -o /tmp/evaluation-result-4309486-1534317842/solver-4309486-1534317842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580  xcsp_picat HOME/instance-4309486-1534317842.xml

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

MD5SUM BENCH= 9997262cb3c77f8c1331a624da4d00a2
RANDOM SEED=1944981748

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22129328 kB
MemAvailable:   31839564 kB
Buffers:          187056 kB
Cached:          9703964 kB
SwapCached:         1704 kB
Active:          4234824 kB
Inactive:        5768216 kB
Active(anon):      62172 kB
Inactive(anon):   109740 kB
Active(file):    4172652 kB
Inactive(file):  5658476 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:              4288 kB
Writeback:             0 kB
AnonPages:        117596 kB
Mapped:            57172 kB
Shmem:             57760 kB
Slab:             335556 kB
SReclaimable:     307568 kB
SUnreclaim:        27988 kB
KernelStack:        3376 kB
PageTables:         5444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2448260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41780 MiB
End job on node149 at 2018-08-15 10:06:02