Trace number 4395409

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) 2519.79 2520.01

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_9_13.xml
MD5SUM3c8d95ae467c6bf4a4f8a8c9b5dc34f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark244
Best CPU time to get the best result obtained on this benchmark19937.7
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":15,"count":111},{"size":50,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree114
Distribution of variable degrees[{"degree":2,"count":12432},{"degree":3,"count":111},{"degree":112,"count":78},{"degree":113,"count":24},{"degree":114,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":112},{"arity":112,"count":222}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"sum","count":112},{"type":"element","count":111},{"type":"channel","count":111}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.09/26.19	c xcsp_picat version 2.7b12 (9/12/2019)
152.28/152.31	o 454
603.15/603.25	o 150

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395409-1568344011/watcher-4395409-1568344011 -o /tmp/evaluation-result-4395409-1568344011/solver-4395409-1568344011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580 xcsp_picat HOME/instance-4395409-1568344011.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=24428, runsolver pid=24425

[startup+0.100167 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31269216/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2031716 memory=34464 CPUtime=0.1 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1639 0 0 0 10 0 0 0 20 0 1 0 410663781 2080477184 8616 33554432000 4194304 5870510 140723059076608 140723059073752 4466322 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 507929 8616 842 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 34464 KiB

[startup+0.209674 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31247868/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2039532 memory=55672 CPUtime=0.2 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1853 0 0 0 20 0 0 0 20 0 1 0 410663781 2088480768 13918 33554432000 4194304 5870510 140723059076608 140723059073752 4461845 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 509883 13918 872 410 0 505356 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 55672 KiB

[startup+0.309651 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31228660/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2039532 memory=73032 CPUtime=0.31 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 2080 0 0 0 30 1 0 0 20 0 1 0 410663781 2088480768 18258 33554432000 4194304 5870510 140723059076608 140723059073752 5405713 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 509883 18258 947 410 0 505356 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 73032 KiB

[startup+0.700288 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31202360/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2061268 memory=100080 CPUtime=0.69 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 5876 0 0 0 67 2 0 0 20 0 1 0 410663781 2110738432 25020 33554432000 4194304 5870510 140723059076608 140723059073752 139771996191717 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 515317 25020 975 410 0 510790 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2061268 KiB
Current children cumulated memory: 100080 KiB

[startup+1.5003 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31198348/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2064296 memory=104972 CPUtime=1.49 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 6754 0 0 0 145 4 0 0 20 0 1 0 410663781 2113839104 26243 33554432000 4194304 5870510 140723059076608 140723059075704 139771996651399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 516074 26243 975 410 0 511547 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2064296 KiB
Current children cumulated memory: 104972 KiB

[startup+3.10939 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 24429
/proc/meminfo: memFree=31182892/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2075428 memory=113840 CPUtime=3.1 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 9754 0 0 0 303 7 0 0 20 0 1 0 410663781 2125238272 28460 33554432000 4194304 5870510 140723059076608 140723059075704 139771996191717 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 518857 28460 975 410 0 514330 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2075428 KiB
Current children cumulated memory: 113840 KiB

[startup+6.30036 s]
/proc/loadavg: 1.93 2.00 2.04 3/201 24431
/proc/meminfo: memFree=30925664/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2324056 memory=363724 CPUtime=6.29 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 96915 0 0 0 608 21 0 0 20 0 1 0 410663781 2379833344 90931 33554432000 4194304 5870510 140723059076608 140723059075112 5337504 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 581014 90931 984 410 0 576487 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2324056 KiB
Current children cumulated memory: 363724 KiB

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 2.04 3/201 24431
/proc/meminfo: memFree=30966368/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2304972 memory=336028 CPUtime=12.69 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 133524 0 0 0 1246 23 0 0 20 0 1 0 410663781 2360291328 84007 33554432000 4194304 5870510 140723059076608 140723059074968 139771996191195 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 576243 84007 1007 410 0 571716 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2304972 KiB
Current children cumulated memory: 336028 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.04 3/201 24432
/proc/meminfo: memFree=30965028/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2304972 memory=338080 CPUtime=25.49 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 167536 0 0 0 2524 25 0 0 20 0 1 0 410663781 2360291328 84520 33554432000 4194304 5870510 140723059076608 140723059074968 5258783 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 576243 84520 1007 410 0 571716 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2304972 KiB
Current children cumulated memory: 338080 KiB

[startup+51.1097 s]
/proc/loadavg: 1.97 2.00 2.04 3/202 24435
/proc/meminfo: memFree=30950092/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2304972 memory=342184 CPUtime=51.1 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 223820 0 0 0 5081 29 0 0 20 0 1 0 410663781 2360291328 85546 33554432000 4194304 5870510 140723059076608 140723059075720 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 576243 85546 1008 410 0 571716 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2304972 KiB
Current children cumulated memory: 342184 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/203 24440
/proc/meminfo: memFree=30920120/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2364744 memory=364408 CPUtime=102.29 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 276288 0 0 0 10194 35 0 0 20 0 1 0 410663781 2421497856 91102 33554432000 4194304 5870510 140723059076608 140723059074968 5262976 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 591186 91102 1008 410 0 586659 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2364744 KiB
Current children cumulated memory: 364408 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/202 24444
/proc/meminfo: memFree=30984984/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2324304 memory=360076 CPUtime=162.28 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 368457 0 0 0 16167 61 0 0 20 0 1 0 410663781 2380087296 90019 33554432000 4194304 5870510 140723059076608 140723059075720 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 581076 90019 1015 410 0 576549 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2324304 KiB
Current children cumulated memory: 360076 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 24448
/proc/meminfo: memFree=30955740/32770624 swapFree=66980120/67108860
[pid=24428] ppid=24425 vsize=2374392 memory=373880 CPUtime=222.28 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 393949 0 0 0 22162 66 0 0 20 0 1 0 410663781 2431377408 93470 33554432000 4194304 5870510 140723059076608 140723059075560 5282432 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 593598 93470 1015 410 0 589071 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2374392 KiB
Current children cumulated memory: 373880 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/203 24462
/proc/meminfo: memFree=30926332/32770624 swapFree=66980124/67108860
[pid=24428] ppid=24425 vsize=2405564 memory=416680 CPUtime=282.27 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 422400 0 0 0 28151 76 0 0 20 0 1 0 410663781 2463297536 104170 33554432000 4194304 5870510 140723059076608 140723059075560 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 601391 104170 1015 410 0 596864 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2405564 KiB
Current children cumulated memory: 416680 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 24466
/proc/meminfo: memFree=30896144/32770624 swapFree=66980124/67108860
[pid=24428] ppid=24425 vsize=2408724 memory=436528 CPUtime=342.27 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 460776 0 0 0 34138 89 0 0 20 0 1 0 410663781 2466533376 109132 33554432000 4194304 5870510 140723059076608 140723059075624 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 602181 109132 1015 410 0 597654 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2408724 KiB
Current children cumulated memory: 436528 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 24470
/proc/meminfo: memFree=30857476/32770624 swapFree=66980124/67108860
[pid=24428] ppid=24425 vsize=2408724 memory=408124 CPUtime=402.26 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 514578 0 0 0 40125 101 0 0 20 0 1 0 410663781 2466533376 102031 33554432000 4194304 5870510 140723059076608 140723059075176 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 602181 102031 1015 410 0 597654 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2408724 KiB
Current children cumulated memory: 408124 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 24476
/proc/meminfo: memFree=30715868/32770624 swapFree=66980124/67108860
[pid=24428] ppid=24425 vsize=2414260 memory=426704 CPUtime=462.26 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 548511 0 0 0 46115 111 0 0 20 0 1 0 410663781 2472202240 106676 33554432000 4194304 5870510 140723059076608 140723059075624 5308230 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 603565 106676 1015 410 0 599038 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2414260 KiB
Current children cumulated memory: 426704 KiB


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

/proc/24428/statm: 611598 119832 1015 410 0 607071 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 2446392 KiB
Current children cumulated memory: 479328 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24597
/proc/meminfo: memFree=30773040/32770624 swapFree=66980140/67108860
[pid=24428] ppid=24425 vsize=2447248 memory=490404 CPUtime=1782.12 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1022289 0 0 0 177860 352 0 0 20 0 1 0 410663781 2505981952 122601 33554432000 4194304 5870510 140723059076608 140723059074968 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 611812 122601 1015 410 0 607285 0
Current children cumulated CPU time: 1782.12 s
Current children cumulated vsize: 2447248 KiB
Current children cumulated memory: 490404 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24601
/proc/meminfo: memFree=31096468/32770624 swapFree=66980140/67108860
[pid=24428] ppid=24425 vsize=2461316 memory=495352 CPUtime=1842.12 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1027538 0 0 0 183851 361 0 0 20 0 1 0 410663781 2520387584 123838 33554432000 4194304 5870510 140723059076608 140723059075624 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 615329 123838 1015 410 0 610802 0
Current children cumulated CPU time: 1842.12 s
Current children cumulated vsize: 2461316 KiB
Current children cumulated memory: 495352 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24607
/proc/meminfo: memFree=30826424/32770624 swapFree=66980140/67108860
[pid=24428] ppid=24425 vsize=2461316 memory=489208 CPUtime=1902.11 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1029391 0 0 0 189840 371 0 0 20 0 1 0 410663781 2520387584 122302 33554432000 4194304 5870510 140723059076608 140723059075624 139772001870527 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 615329 122302 1015 410 0 610802 0
Current children cumulated CPU time: 1902.11 s
Current children cumulated vsize: 2461316 KiB
Current children cumulated memory: 489208 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24611
/proc/meminfo: memFree=30837832/32770624 swapFree=66980140/67108860
[pid=24428] ppid=24425 vsize=2461316 memory=483908 CPUtime=1962.11 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1031569 0 0 0 195830 381 0 0 20 0 1 0 410663781 2520387584 120977 33554432000 4194304 5870510 140723059076608 140723059075624 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 615329 120977 1015 410 0 610802 0
Current children cumulated CPU time: 1962.11 s
Current children cumulated vsize: 2461316 KiB
Current children cumulated memory: 483908 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24615
/proc/meminfo: memFree=30805760/32770624 swapFree=66980140/67108860
[pid=24428] ppid=24425 vsize=2461316 memory=483908 CPUtime=2022.1 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1034589 0 0 0 201818 392 0 0 20 0 1 0 410663781 2520387584 120977 33554432000 4194304 5870510 140723059076608 140723059075624 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 615329 120977 1015 410 0 610802 0
Current children cumulated CPU time: 2022.1 s
Current children cumulated vsize: 2461316 KiB
Current children cumulated memory: 483908 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 24629
/proc/meminfo: memFree=30792076/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2461316 memory=494148 CPUtime=2082.09 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1038025 0 0 0 207808 401 0 0 20 0 1 0 410663781 2520387584 123537 33554432000 4194304 5870510 140723059076608 140723059075624 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 615329 123537 1015 410 0 610802 0
Current children cumulated CPU time: 2082.09 s
Current children cumulated vsize: 2461316 KiB
Current children cumulated memory: 494148 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24633
/proc/meminfo: memFree=30765136/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=495256 CPUtime=2142.09 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1045143 0 0 0 213799 410 0 0 20 0 1 0 410663781 2528567296 123814 33554432000 4194304 5870510 140723059076608 140723059075624 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 123814 1015 410 0 612799 0
Current children cumulated CPU time: 2142.09 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 495256 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24637
/proc/meminfo: memFree=30759408/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=498148 CPUtime=2202.08 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1048298 0 0 0 219790 418 0 0 20 0 1 0 410663781 2528567296 124537 33554432000 4194304 5870510 140723059076608 140723059075624 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 124537 1015 410 0 612799 0
Current children cumulated CPU time: 2202.08 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 498148 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 24643
/proc/meminfo: memFree=30758160/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=499352 CPUtime=2262.08 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1050884 0 0 0 225778 430 0 0 20 0 1 0 410663781 2528567296 124838 33554432000 4194304 5870510 140723059076608 140723059075624 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 124838 1015 410 0 612799 0
Current children cumulated CPU time: 2262.08 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 499352 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24647
/proc/meminfo: memFree=30851136/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=494052 CPUtime=2322.08 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1054346 0 0 0 231768 440 0 0 20 0 1 0 410663781 2528567296 123513 33554432000 4194304 5870510 140723059076608 140723059075624 5262594 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 123513 1015 410 0 612799 0
Current children cumulated CPU time: 2322.08 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 494052 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24711
/proc/meminfo: memFree=30201344/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=491160 CPUtime=2382.07 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1060727 0 0 0 237742 465 0 0 20 0 1 0 410663781 2528567296 122790 33554432000 4194304 5870510 140723059076608 140723059075624 5263026 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 122790 1015 410 0 612799 0
Current children cumulated CPU time: 2382.07 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 491160 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24717
/proc/meminfo: memFree=30176288/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2469304 memory=496100 CPUtime=2442.07 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1063202 0 0 0 243733 474 0 0 20 0 1 0 410663781 2528567296 124025 33554432000 4194304 5870510 140723059076608 140723059075624 5289326 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 617326 124025 1015 410 0 612799 0
Current children cumulated CPU time: 2442.07 s
Current children cumulated vsize: 2469304 KiB
Current children cumulated memory: 496100 KiB

[startup+2502.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 24782
/proc/meminfo: memFree=30300336/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2487384 memory=513240 CPUtime=2502.06 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1072863 0 0 0 249723 483 0 0 20 0 1 0 410663781 2547081216 128310 33554432000 4194304 5870510 140723059076608 140723059075624 5276817 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 621846 128310 1015 410 0 617319 0
Current children cumulated CPU time: 2502.06 s
Current children cumulated vsize: 2487384 KiB
Current children cumulated memory: 513240 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.95 2.00 2.04 3/199 24782
/proc/meminfo: memFree=30314096/32770624 swapFree=66980144/67108860
[pid=24428] ppid=24425 vsize=2487384 memory=498904 CPUtime=2519.78 cores=1,3,5,7
/proc/24428/stat : 24428 (xcsp_picat) R 24425 24428 18664 0 -1 4202496 1073397 0 0 0 251491 487 0 0 20 0 1 0 410663781 2547081216 124726 33554432000 4194304 5870510 140723059076608 140723059075624 5281849 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 29097984 140723059078175 140723059078253 140723059078253 140723059081162 0
/proc/24428/statm: 621846 124726 1015 410 0 617319 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 2487384 KiB
Current children cumulated memory: 498904 KiB

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

[startup+2520.01 s]
# the end of solver process 24428 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.91 s, system=4.87465 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.79
CPU user time (s): 2514.91
CPU system time (s): 4.87465
CPU usage (%): 99.991
Max. virtual memory (cumulated for all children) (KiB): 2762308
Max. memory (cumulated for all children) (KiB): 708184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.91
system time used= 4.87465
maximum resident set size= 708184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1073397
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= 82
involuntary context switches= 2990


# summary of solver processes directly reported to runsolver:
#   pid: 24428
#   total CPU time (s): 2519.79
#   total CPU user time (s): 2514.91
#   total CPU system time (s): 4.87465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93046 second user time and 18.4664 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 05:06:09
IDJOB=4395409
IDBENCH=139552
IDSOLVER=2844
FILE ID=node121/4395409-1568344011
RUNJOBID= node121-1568321663-18696
PBS_JOBID= 21701136
Free space on /tmp= 61044 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_9_13.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395409-1568344011/watcher-4395409-1568344011 -o /tmp/evaluation-result-4395409-1568344011/solver-4395409-1568344011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580  xcsp_picat HOME/instance-4395409-1568344011.xml

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

MD5SUM BENCH= 3c8d95ae467c6bf4a4f8a8c9b5dc34f0
RANDOM SEED=1408367111

node121.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.75
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.75
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.75
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.75
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:        31297904 kB
MemAvailable:   31519760 kB
Buffers:          133392 kB
Cached:           384356 kB
SwapCached:        19060 kB
Active:           653040 kB
Inactive:         284520 kB
Active(anon):     405832 kB
Inactive(anon):    43792 kB
Active(file):     247208 kB
Inactive(file):   240728 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66980120 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:        509844 kB
Mapped:            34992 kB
Shmem:             21060 kB
Slab:             128796 kB
SReclaimable:      99512 kB
SUnreclaim:        29284 kB
KernelStack:        3536 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2919584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61040 MiB
End job on node121 at 2019-09-13 05:48:09