Trace number 4303150

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-02? (TO) 2519.86 2520.01

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-4-0_c18.xml
MD5SUM04f92f5fbe642378aecc464c78b62b37
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":10,"count":111},{"size":37,"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 (1148 MiB free)
  memory of node 1: 16384 MiB (2751 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303150-1534032677/watcher-4303150-1534032677 -o /tmp/evaluation-result-4303150-1534032677/solver-4303150-1534032677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534027537-30489 --watchdog 2580 xcsp_picat HOME/instance-4303150-1534032677.xml 

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

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

solver pid=31101, runsolver pid=31098

[startup+0.100171 s]*
/proc/loadavg: 1.98 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3968992/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2025744 memory=26396 CPUtime=0.1 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1144 0 0 0 10 0 0 0 20 0 1 0 220830940 2074361856 6599 33554432000 4194304 5849708 140728933949280 140728933949280 140328029867008 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 506436 6599 590 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 26396 KiB

[startup+0.209753 s]*
/proc/loadavg: 1.98 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3958752/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2025744 memory=36636 CPUtime=0.21 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1149 0 0 0 21 0 0 0 20 0 1 0 220830940 2074361856 9159 33554432000 4194304 5849708 140728933949280 140728933949280 140328029867008 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 506436 9159 590 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 36636 KiB

[startup+0.309683 s]*
/proc/loadavg: 1.98 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3944416/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2025744 memory=51160 CPUtime=0.31 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1245 0 0 0 31 0 0 0 20 0 1 0 220830940 2074361856 12790 33554432000 4194304 5849708 140728933949280 140728933949280 4488823 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 506436 12790 621 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 51160 KiB

[startup+0.700295 s]
/proc/loadavg: 1.98 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3907244/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2027508 memory=89840 CPUtime=0.69 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 2255 0 0 0 68 1 0 0 20 0 1 0 220830940 2076168192 22460 33554432000 4194304 5849708 140728933949280 140728933949280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 506877 22460 722 405 0 503822 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027508 KiB
Current children cumulated memory: 89840 KiB

[startup+1.50039 s]
/proc/loadavg: 1.98 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3890872/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2110520 memory=174972 CPUtime=1.49 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 9265 0 0 0 145 4 0 0 20 0 1 0 220830940 2161172480 43743 33554432000 4194304 5849708 140728933949280 140728933949280 4463982 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 527630 43743 724 405 0 524575 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2110520 KiB
Current children cumulated memory: 174972 KiB

[startup+3.10904 s]
/proc/loadavg: 1.99 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3754916/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2176056 memory=240700 CPUtime=3.1 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 9874 0 0 0 304 6 0 0 20 0 1 0 220830940 2228281344 60175 33554432000 4194304 5849708 140728933949280 140728933948280 5471172 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 544014 60175 724 405 0 540959 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2176056 KiB
Current children cumulated memory: 240700 KiB

[startup+6.30039 s]
/proc/loadavg: 1.99 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3738572/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2191696 memory=256288 CPUtime=6.29 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 36538 0 0 0 621 8 0 0 20 0 1 0 220830940 2244296704 64072 33554432000 4194304 5849708 140728933949280 140728933947928 5360898 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 547924 64072 743 405 0 544869 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2191696 KiB
Current children cumulated memory: 256288 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3727568/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2196920 memory=261552 CPUtime=12.69 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 62238 0 0 0 1257 12 0 0 20 0 1 0 220830940 2249646080 65388 33554432000 4194304 5849708 140728933949280 140728933946824 4207546 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 549230 65388 752 405 0 546175 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2196920 KiB
Current children cumulated memory: 261552 KiB

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3724480/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2199376 memory=264024 CPUtime=25.49 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 103332 0 0 0 2534 15 0 0 20 0 1 0 220830940 2252161024 66006 33554432000 4194304 5849708 140728933949280 140728933948152 5317554 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 549844 66006 756 405 0 546789 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2199376 KiB
Current children cumulated memory: 264024 KiB

[startup+51.1095 s]
/proc/loadavg: 1.99 2.00 1.95 3/188 31102
/proc/meminfo: memFree=3723228/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2194456 memory=258876 CPUtime=51.09 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 135497 0 0 0 5080 29 0 0 20 0 1 0 220830940 2247122944 64719 33554432000 4194304 5849708 140728933949280 140728933947688 4211607 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 548614 64719 756 405 0 545559 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2194456 KiB
Current children cumulated memory: 258876 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31103
/proc/meminfo: memFree=3701336/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2215528 memory=280232 CPUtime=102.28 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 187861 0 0 0 10175 53 0 0 20 0 1 0 220830940 2268700672 70058 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 553882 70058 756 405 0 550827 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2215528 KiB
Current children cumulated memory: 280232 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31104
/proc/meminfo: memFree=3675936/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2234324 memory=298700 CPUtime=162.29 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 225990 0 0 0 16145 84 0 0 20 0 1 0 220830940 2287947776 74675 33554432000 4194304 5849708 140728933949280 140728933948280 5410430 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 558581 74675 756 405 0 555526 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2234324 KiB
Current children cumulated memory: 298700 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31105
/proc/meminfo: memFree=3675956/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2234212 memory=298588 CPUtime=222.28 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 251219 0 0 0 22121 107 0 0 20 0 1 0 220830940 2287833088 74647 33554432000 4194304 5849708 140728933949280 140728933947928 4213572 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 558553 74647 756 405 0 555498 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2234212 KiB
Current children cumulated memory: 298588 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31106
/proc/meminfo: memFree=3689584/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2220088 memory=284724 CPUtime=282.28 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 286627 0 0 0 28096 132 0 0 20 0 1 0 220830940 2273370112 71181 33554432000 4194304 5849708 140728933949280 140728933946824 4211600 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 555022 71181 756 405 0 551967 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2220088 KiB
Current children cumulated memory: 284724 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31107
/proc/meminfo: memFree=3678124/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2226808 memory=291456 CPUtime=342.28 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 315597 0 0 0 34066 162 0 0 20 0 1 0 220830940 2280251392 72864 33554432000 4194304 5849708 140728933949280 140728933948152 5310019 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 556702 72864 756 405 0 553647 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2226808 KiB
Current children cumulated memory: 291456 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31108
/proc/meminfo: memFree=3658008/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2248156 memory=312804 CPUtime=402.27 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 357187 0 0 0 40031 196 0 0 20 0 1 0 220830940 2302111744 78201 33554432000 4194304 5849708 140728933949280 140728933947528 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 562039 78201 756 405 0 558984 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2248156 KiB
Current children cumulated memory: 312804 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31109
/proc/meminfo: memFree=3640312/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2271200 memory=331076 CPUtime=462.27 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 389505 0 0 0 46005 222 0 0 20 0 1 0 220830940 2325708800 82769 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 567800 82769 756 405 0 564745 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2271200 KiB
Current children cumulated memory: 331076 KiB


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

/proc/31101/statm: 666086 183249 756 405 0 663031 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 2664344 KiB
Current children cumulated memory: 732996 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31149
/proc/meminfo: memFree=3407636/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2489080 memory=557732 CPUtime=1782.17 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1169642 0 0 0 177368 849 0 0 20 0 1 0 220830940 2548817920 139433 33554432000 4194304 5849708 140728933949280 140728933948440 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 622270 139433 756 405 0 619215 0
Current children cumulated CPU time: 1782.17 s
Current children cumulated vsize: 2489080 KiB
Current children cumulated memory: 557732 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31150
/proc/meminfo: memFree=3405052/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2491620 memory=560272 CPUtime=1842.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1180098 0 0 0 183343 873 0 0 20 0 1 0 220830940 2551418880 140068 33554432000 4194304 5849708 140728933949280 140728933948152 5416731 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 622905 140068 756 405 0 619850 0
Current children cumulated CPU time: 1842.16 s
Current children cumulated vsize: 2491620 KiB
Current children cumulated memory: 560272 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31151
/proc/meminfo: memFree=3416520/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2480728 memory=549380 CPUtime=1902.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1187883 0 0 0 189320 896 0 0 20 0 1 0 220830940 2540265472 137345 33554432000 4194304 5849708 140728933949280 140728933948152 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 620182 137345 756 405 0 617127 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 2480728 KiB
Current children cumulated memory: 549380 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31152
/proc/meminfo: memFree=3416740/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2473024 memory=541676 CPUtime=1962.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1195742 0 0 0 195292 924 0 0 20 0 1 0 220830940 2532376576 135419 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 618256 135419 756 405 0 615201 0
Current children cumulated CPU time: 1962.16 s
Current children cumulated vsize: 2473024 KiB
Current children cumulated memory: 541676 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31153
/proc/meminfo: memFree=3404388/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2488308 memory=544680 CPUtime=2022.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1202693 0 0 0 201266 950 0 0 20 0 1 0 220830940 2548027392 136170 33554432000 4194304 5849708 140728933949280 140728933947768 4212035 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 622077 136170 756 405 0 619022 0
Current children cumulated CPU time: 2022.16 s
Current children cumulated vsize: 2488308 KiB
Current children cumulated memory: 544680 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31154
/proc/meminfo: memFree=3389064/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2496264 memory=554684 CPUtime=2082.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1209830 0 0 0 207240 976 0 0 20 0 1 0 220830940 2556174336 138671 33554432000 4194304 5849708 140728933949280 140728933948280 5437738 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 624066 138671 756 405 0 621011 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 2496264 KiB
Current children cumulated memory: 554684 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31155
/proc/meminfo: memFree=3376836/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2497856 memory=566452 CPUtime=2142.16 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1216412 0 0 0 213214 1002 0 0 20 0 1 0 220830940 2557804544 141613 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 624464 141613 756 405 0 621409 0
Current children cumulated CPU time: 2142.16 s
Current children cumulated vsize: 2497856 KiB
Current children cumulated memory: 566452 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31156
/proc/meminfo: memFree=3372988/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2502128 memory=570780 CPUtime=2202.15 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1222423 0 0 0 219188 1027 0 0 20 0 1 0 220830940 2562179072 142695 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 625532 142695 756 405 0 622477 0
Current children cumulated CPU time: 2202.15 s
Current children cumulated vsize: 2502128 KiB
Current children cumulated memory: 570780 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31157
/proc/meminfo: memFree=3373176/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2502248 memory=570900 CPUtime=2262.14 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1230727 0 0 0 225167 1047 0 0 20 0 1 0 220830940 2562301952 142725 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 625562 142725 756 405 0 622507 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 2502248 KiB
Current children cumulated memory: 570900 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31158
/proc/meminfo: memFree=3336476/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2538660 memory=607312 CPUtime=2322.15 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1241071 0 0 0 231140 1075 0 0 20 0 1 0 220830940 2599587840 151828 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 634665 151828 756 405 0 631610 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 2538660 KiB
Current children cumulated memory: 607312 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 31164
/proc/meminfo: memFree=3325396/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2548972 memory=617492 CPUtime=2382.14 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1249356 0 0 0 237115 1099 0 0 20 0 1 0 220830940 2610147328 154373 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 637243 154373 756 405 0 634188 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 2548972 KiB
Current children cumulated memory: 617492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.93 1.98 1.95 3/188 31226
/proc/meminfo: memFree=3614428/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2541356 memory=610008 CPUtime=2442.14 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1256270 0 0 0 243097 1117 0 0 20 0 1 0 220830940 2602348544 152502 33554432000 4194304 5849708 140728933949280 140728933947928 5360453 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 635339 152502 756 405 0 632284 0
Current children cumulated CPU time: 2442.14 s
Current children cumulated vsize: 2541356 KiB
Current children cumulated memory: 610008 KiB

[startup+2502.3 s]
/proc/loadavg: 1.97 1.99 1.95 3/188 31227
/proc/meminfo: memFree=3602972/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2546216 memory=614868 CPUtime=2502.13 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1262998 0 0 0 249071 1142 0 0 20 0 1 0 220830940 2607325184 153717 33554432000 4194304 5849708 140728933949280 140728933948152 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 636554 153717 756 405 0 633499 0
Current children cumulated CPU time: 2502.13 s
Current children cumulated vsize: 2546216 KiB
Current children cumulated memory: 614868 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.98 1.99 1.95 3/188 31227
/proc/meminfo: memFree=3667804/32770624 swapFree=67108860/67108860
[pid=31101] ppid=31098 vsize=2465232 memory=533768 CPUtime=2519.85 cores=1,3,5,7
/proc/31101/stat : 31101 (xcsp_picat) R 31098 31101 30457 0 -1 4202496 1266175 0 0 0 250834 1151 0 0 20 0 1 0 220830940 2524397568 133442 33554432000 4194304 5849708 140728933949280 140728933948280 140328029888391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 15892480 140728933954742 140728933954820 140728933954820 140728933957578 0
/proc/31101/statm: 616308 133442 756 405 0 613253 0
Current children cumulated CPU time: 2519.85 s
Current children cumulated vsize: 2465232 KiB
Current children cumulated memory: 533768 KiB

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

[startup+2520.01 s]
# the end of solver process 31101 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.34 s, system=11.5155 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.01
CPU time (s): 2519.86
CPU user time (s): 2508.34
CPU system time (s): 11.5155
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 2849700
Max. memory (cumulated for all children) (KiB): 910008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.34
system time used= 11.5155
maximum resident set size= 910008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1266175
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= 69
involuntary context switches= 1161


# summary of solver processes directly reported to runsolver:
#   pid: 31101
#   total CPU time (s): 2519.86
#   total CPU user time (s): 2508.34
#   total CPU system time (s): 11.5155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3487 second user time and 17.8403 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 02:11:17
IDJOB=4303150
IDBENCH=141644
IDSOLVER=2778
FILE ID=node151/4303150-1534032677
RUNJOBID= node151-1534027537-30489
PBS_JOBID= 21036969
Free space on /tmp= 40856 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303150-1534032677/watcher-4303150-1534032677 -o /tmp/evaluation-result-4303150-1534032677/solver-4303150-1534032677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534027537-30489 --watchdog 2580  xcsp_picat HOME/instance-4303150-1534032677.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=936548742

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.87
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.87
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.87
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.87
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:         3993592 kB
MemAvailable:   31643828 kB
Buffers:          254400 kB
Cached:         27276740 kB
SwapCached:            0 kB
Active:         11028000 kB
Inactive:       16818340 kB
Active(anon):     264228 kB
Inactive(anon):   103328 kB
Active(file):   10763772 kB
Inactive(file): 16715012 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4268 kB
Writeback:             0 kB
AnonPages:        312480 kB
Mapped:            62276 kB
Shmem:             49832 kB
Slab:             628540 kB
SReclaimable:     599912 kB
SUnreclaim:        28628 kB
KernelStack:        3376 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2564048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 40852 MiB
End job on node151 at 2018-08-12 02:53:18