Trace number 4395395

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.62 2520.01

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_13_6.xml
MD5SUM0b4cdd9f2ac3a0985a9efe7e14eeda02
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark268
Best CPU time to get the best result obtained on this benchmark20083.5
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":12,"count":111},{"size":49,"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.79/26.89	c xcsp_picat version 2.7b12 (9/12/2019)
139.87/139.92	o 331

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395395-1568344197/watcher-4395395-1568344197 -o /tmp/evaluation-result-4395395-1568344197/solver-4395395-1568344197 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580 xcsp_picat HOME/instance-4395395-1568344197.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=1833, runsolver pid=1830

[startup+0.10022 s]*
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28215356/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2031716 memory=32420 CPUtime=0.1 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 1627 0 0 0 10 0 0 0 20 0 1 0 410687501 2080477184 8105 33554432000 4194304 5870510 140731355099424 140731355096568 4567966 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 507929 8105 849 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 32420 KiB

[startup+0.209836 s]*
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28192332/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2039532 memory=55676 CPUtime=0.21 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 1841 0 0 0 20 1 0 0 20 0 1 0 410687501 2088480768 13919 33554432000 4194304 5870510 140731355099424 140731355096568 4460177 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 509883 13919 872 410 0 505356 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 55676 KiB

[startup+0.309813 s]*
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28177252/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2039532 memory=73016 CPUtime=0.31 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 2070 0 0 0 30 1 0 0 20 0 1 0 410687501 2088480768 18254 33554432000 4194304 5870510 140731355099424 140731355096568 5466208 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 509883 18254 947 410 0 505356 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 73016 KiB

[startup+0.700347 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28146980/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2061260 memory=99968 CPUtime=0.69 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 5863 0 0 0 67 2 0 0 20 0 1 0 410687501 2110730240 24992 33554432000 4194304 5870510 140731355099424 140731355098600 140691042078599 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 515315 24992 975 410 0 510788 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2061260 KiB
Current children cumulated memory: 99968 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28143288/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2064288 memory=104948 CPUtime=1.49 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 6744 0 0 0 146 3 0 0 20 0 1 0 410687501 2113830912 26237 33554432000 4194304 5870510 140731355099424 140731355098520 5562032 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 516072 26237 975 410 0 511545 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2064288 KiB
Current children cumulated memory: 104948 KiB

[startup+3.10956 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=28121544/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2075440 memory=113856 CPUtime=3.1 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 9690 0 0 0 305 5 0 0 20 0 1 0 410687501 2125250560 28464 33554432000 4194304 5870510 140731355099424 140731355098584 140691041618917 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 518860 28464 975 410 0 514333 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2075440 KiB
Current children cumulated memory: 113856 KiB

[startup+6.30044 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=27862976/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2324044 memory=363628 CPUtime=6.29 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 96723 0 0 0 608 21 0 0 20 0 1 0 410687501 2379821056 90907 33554432000 4194304 5870510 140731355099424 140731355098536 5337297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 581011 90907 984 410 0 576484 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2324044 KiB
Current children cumulated memory: 363628 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 1834
/proc/meminfo: memFree=27904364/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2304940 memory=335904 CPUtime=12.69 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 132987 0 0 0 1245 24 0 0 20 0 1 0 410687501 2360258560 83976 33554432000 4194304 5870510 140731355099424 140731355097784 5282621 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 576235 83976 1007 410 0 571708 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2304940 KiB
Current children cumulated memory: 335904 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.06 3/200 1836
/proc/meminfo: memFree=27882420/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2304940 memory=335912 CPUtime=25.49 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 166751 0 0 0 2522 27 0 0 20 0 1 0 410687501 2360258560 83978 33554432000 4194304 5870510 140731355099424 140731355097784 140691047298908 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 576235 83978 1007 410 0 571708 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2304940 KiB
Current children cumulated memory: 335912 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.03 2.06 3/199 1844
/proc/meminfo: memFree=27889128/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2304940 memory=342068 CPUtime=51.1 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 200044 0 0 0 5081 29 0 0 20 0 1 0 410687501 2360258560 85517 33554432000 4194304 5870510 140731355099424 140731355098536 5288842 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 576235 85517 1008 410 0 571708 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2304940 KiB
Current children cumulated memory: 342068 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 1848
/proc/meminfo: memFree=27857388/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2366804 memory=366532 CPUtime=102.28 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 287331 0 0 0 10191 37 0 0 20 0 1 0 410687501 2423607296 91633 33554432000 4194304 5870510 140731355099424 140731355097784 5275072 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 591701 91633 1008 410 0 587174 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2366804 KiB
Current children cumulated memory: 366532 KiB

[startup+162.3 s]
/proc/loadavg: 1.96 2.01 2.05 3/199 1854
/proc/meminfo: memFree=27839888/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2324276 memory=366704 CPUtime=162.27 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 317416 0 0 0 16166 61 0 0 20 0 1 0 410687501 2380058624 91676 33554432000 4194304 5870510 140731355099424 140731355098536 5308341 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 581069 91676 1015 410 0 576542 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2324276 KiB
Current children cumulated memory: 366704 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.05 3/199 1858
/proc/meminfo: memFree=27844976/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2378964 memory=376488 CPUtime=222.26 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 344156 0 0 0 22160 66 0 0 20 0 1 0 410687501 2436059136 94122 33554432000 4194304 5870510 140731355099424 140731355097784 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 594741 94122 1015 410 0 590214 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2378964 KiB
Current children cumulated memory: 376488 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 1862
/proc/meminfo: memFree=27764500/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2397112 memory=407464 CPUtime=282.25 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 385337 0 0 0 28149 76 0 0 20 0 1 0 410687501 2454642688 101866 33554432000 4194304 5870510 140731355099424 140731355097784 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 599278 101866 1015 410 0 594751 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2397112 KiB
Current children cumulated memory: 407464 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 1868
/proc/meminfo: memFree=27789588/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2404600 memory=420168 CPUtime=342.24 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 400289 0 0 0 34136 88 0 0 20 0 1 0 410687501 2462310400 105042 33554432000 4194304 5870510 140731355099424 140731355098376 5282297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 601150 105042 1015 410 0 596623 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2404600 KiB
Current children cumulated memory: 420168 KiB

[startup+402.3 s]
/proc/loadavg: 1.96 1.99 2.04 3/199 1872
/proc/meminfo: memFree=27780556/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2413016 memory=416632 CPUtime=402.23 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 455890 0 0 0 40124 99 0 0 20 0 1 0 410687501 2470928384 104158 33554432000 4194304 5870510 140731355099424 140731355098376 5261882 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 603254 104158 1015 410 0 598727 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2413016 KiB
Current children cumulated memory: 416632 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 1.99 2.04 3/198 1876
/proc/meminfo: memFree=27768080/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2416880 memory=424040 CPUtime=462.23 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 489854 0 0 0 46113 110 0 0 20 0 1 0 410687501 2474885120 106010 33554432000 4194304 5870510 140731355099424 140731355098376 140691047298908 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 604220 106010 1015 410 0 599693 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2416880 KiB
Current children cumulated memory: 424040 KiB


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

/proc/1833/statm: 611080 120671 1015 410 0 606553 0
Current children cumulated CPU time: 1721.99 s
Current children cumulated vsize: 2444320 KiB
Current children cumulated memory: 482684 KiB

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.07 3/199 1998
/proc/meminfo: memFree=27706472/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2445304 memory=465188 CPUtime=1781.98 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 967961 0 0 0 177819 379 0 0 20 0 1 0 410687501 2503991296 116297 33554432000 4194304 5870510 140731355099424 140731355098440 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 611326 116297 1015 410 0 606799 0
Current children cumulated CPU time: 1781.98 s
Current children cumulated vsize: 2445304 KiB
Current children cumulated memory: 465188 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/200 2010
/proc/meminfo: memFree=27699316/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2445304 memory=455668 CPUtime=1841.97 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 970105 0 0 0 183807 390 0 0 20 0 1 0 410687501 2503991296 113917 33554432000 4194304 5870510 140731355099424 140731355098440 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 611326 113917 1015 410 0 606799 0
Current children cumulated CPU time: 1841.97 s
Current children cumulated vsize: 2445304 KiB
Current children cumulated memory: 455668 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/200 2014
/proc/meminfo: memFree=27637968/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2446224 memory=476596 CPUtime=1901.96 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 972211 0 0 0 189799 397 0 0 20 0 1 0 410687501 2504933376 119149 33554432000 4194304 5870510 140731355099424 140731355098440 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 611556 119149 1015 410 0 607029 0
Current children cumulated CPU time: 1901.96 s
Current children cumulated vsize: 2446224 KiB
Current children cumulated memory: 476596 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/200 2020
/proc/meminfo: memFree=27631760/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2449276 memory=493204 CPUtime=1961.96 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 975673 0 0 0 195787 409 0 0 20 0 1 0 410687501 2508058624 123301 33554432000 4194304 5870510 140731355099424 140731355097784 140691047297850 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 612319 123301 1015 410 0 607792 0
Current children cumulated CPU time: 1961.96 s
Current children cumulated vsize: 2449276 KiB
Current children cumulated memory: 493204 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 2024
/proc/meminfo: memFree=27647452/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2451472 memory=480436 CPUtime=2021.95 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 978314 0 0 0 201775 420 0 0 20 0 1 0 410687501 2510307328 120109 33554432000 4194304 5870510 140731355099424 140731355098440 5258443 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 612868 120109 1015 410 0 608341 0
Current children cumulated CPU time: 2021.95 s
Current children cumulated vsize: 2451472 KiB
Current children cumulated memory: 480436 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 2028
/proc/meminfo: memFree=27660548/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2452228 memory=487904 CPUtime=2081.94 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 981755 0 0 0 207764 430 0 0 20 0 1 0 410687501 2511081472 121976 33554432000 4194304 5870510 140731355099424 140731355098440 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 613057 121976 1015 410 0 608530 0
Current children cumulated CPU time: 2081.94 s
Current children cumulated vsize: 2452228 KiB
Current children cumulated memory: 487904 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 2034
/proc/meminfo: memFree=27668632/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2453156 memory=482144 CPUtime=2141.93 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 983860 0 0 0 213753 440 0 0 20 0 1 0 410687501 2512031744 120536 33554432000 4194304 5870510 140731355099424 140731355098440 5282454 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 613289 120536 1015 410 0 608762 0
Current children cumulated CPU time: 2141.93 s
Current children cumulated vsize: 2453156 KiB
Current children cumulated memory: 482144 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 2098
/proc/meminfo: memFree=26246428/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2453156 memory=479176 CPUtime=2201.92 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 986485 0 0 0 219743 449 0 0 20 0 1 0 410687501 2512031744 119794 33554432000 4194304 5870510 140731355099424 140731355098440 5282632 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 613289 119794 1015 410 0 608762 0
Current children cumulated CPU time: 2201.92 s
Current children cumulated vsize: 2453156 KiB
Current children cumulated memory: 479176 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 2102
/proc/meminfo: memFree=26233336/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2453748 memory=489988 CPUtime=2261.92 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 989611 0 0 0 225731 461 0 0 20 0 1 0 410687501 2512637952 122497 33554432000 4194304 5870510 140731355099424 140731355098440 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 613437 122497 1015 410 0 608910 0
Current children cumulated CPU time: 2261.92 s
Current children cumulated vsize: 2453748 KiB
Current children cumulated memory: 489988 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 2108
/proc/meminfo: memFree=26208432/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2456400 memory=486112 CPUtime=2321.91 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 993301 0 0 0 231718 473 0 0 20 0 1 0 410687501 2515353600 121528 33554432000 4194304 5870510 140731355099424 140731355098440 5288765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 614100 121528 1015 410 0 609573 0
Current children cumulated CPU time: 2321.91 s
Current children cumulated vsize: 2456400 KiB
Current children cumulated memory: 486112 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 2112
/proc/meminfo: memFree=26211240/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2457416 memory=480852 CPUtime=2381.9 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 997439 0 0 0 237708 482 0 0 20 0 1 0 410687501 2516393984 120213 33554432000 4194304 5870510 140731355099424 140731355098440 140691047298528 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 614354 120213 1015 410 0 609827 0
Current children cumulated CPU time: 2381.9 s
Current children cumulated vsize: 2457416 KiB
Current children cumulated memory: 480852 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/200 2124
/proc/meminfo: memFree=26215248/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2458272 memory=477312 CPUtime=2441.9 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 1001234 0 0 0 243697 493 0 0 20 0 1 0 410687501 2517270528 119328 33554432000 4194304 5870510 140731355099424 140731355098440 5308341 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 614568 119328 1015 410 0 610041 0
Current children cumulated CPU time: 2441.9 s
Current children cumulated vsize: 2458272 KiB
Current children cumulated memory: 477312 KiB

[startup+2502.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/200 2130
/proc/meminfo: memFree=26169276/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2458912 memory=477564 CPUtime=2501.89 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 1004348 0 0 0 249681 508 0 0 20 0 1 0 410687501 2517925888 119391 33554432000 4194304 5870510 140731355099424 140731355098440 5282651 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 614728 119391 1015 410 0 610201 0
Current children cumulated CPU time: 2501.89 s
Current children cumulated vsize: 2458912 KiB
Current children cumulated memory: 477564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.08 2.04 2.05 3/200 2132
/proc/meminfo: memFree=26170672/32770624 swapFree=67004752/67108860
[pid=1833] ppid=1830 vsize=2459940 memory=473896 CPUtime=2519.6 cores=0,2,4,6
/proc/1833/stat : 1833 (xcsp_picat) R 1830 1833 28785 0 -1 4202496 1006800 0 0 0 251449 511 0 0 20 0 1 0 410687501 2518978560 118474 33554432000 4194304 5870510 140731355099424 140731355098440 5282590 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42528768 140731355108383 140731355108461 140731355108461 140731355111370 0
/proc/1833/statm: 614985 118474 1015 410 0 610458 0
Current children cumulated CPU time: 2519.6 s
Current children cumulated vsize: 2459940 KiB
Current children cumulated memory: 473896 KiB

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

[startup+2520.01 s]
# the end of solver process 1833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.5 s, system=5.12034 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.62
CPU user time (s): 2514.5
CPU system time (s): 5.12034
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 2669888
Max. memory (cumulated for all children) (KiB): 643324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.5
system time used= 5.12034
maximum resident set size= 643324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1006800
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= 2318


# summary of solver processes directly reported to runsolver:
#   pid: 1833
#   total CPU time (s): 2519.62
#   total CPU user time (s): 2514.5
#   total CPU system time (s): 5.12034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74873 second user time and 19.2453 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 05:09:19
IDJOB=4395395
IDBENCH=139563
IDSOLVER=2844
FILE ID=node126/4395395-1568344197
RUNJOBID= node126-1568323917-28816
PBS_JOBID= 21701150
Free space on /tmp= 55384 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_13_6.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395395-1568344197/watcher-4395395-1568344197 -o /tmp/evaluation-result-4395395-1568344197/solver-4395395-1568344197 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580  xcsp_picat HOME/instance-4395395-1568344197.xml

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

MD5SUM BENCH= 0b4cdd9f2ac3a0985a9efe7e14eeda02
RANDOM SEED=1920296291

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28145064 kB
MemAvailable:   31367056 kB
Buffers:          139460 kB
Cached:          3323080 kB
SwapCached:         2860 kB
Active:          2335292 kB
Inactive:        1624544 kB
Active(anon):     495120 kB
Inactive(anon):    43288 kB
Active(file):    1840172 kB
Inactive(file):  1581256 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:        628952 kB
Mapped:            46624 kB
Shmem:             32816 kB
Slab:             258828 kB
SReclaimable:     229024 kB
SUnreclaim:        29804 kB
KernelStack:        3760 kB
PageTables:         7348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3041656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55380 MiB
End job on node126 at 2019-09-13 05:51:20