Trace number 4309725

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 NameAnswerCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.07 2519.91

General information on the benchmark

NameFrb/
frb-45-21-1_c18.xml
MD5SUMb87938282b595c2beb3624311f73a470
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1151.63
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Number of domains1
Minimum domain size21
Maximum domain size21
Distribution of domain sizes[{"size":21,"count":45}]
Minimum variable degree13
Maximum variable degree29
Distribution of variable degrees[{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":4},{"degree":19,"count":3},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":25,"count":3},{"degree":26,"count":3},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":476}]
Number of extensional constraints476
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":476}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309725-1534315063/watcher-4309725-1534315063 -o /tmp/evaluation-result-4309725-1534315063/solver-4309725-1534315063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534294082-5447 --watchdog 2580 xcsp_picat HOME/instance-4309725-1534315063.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
solver pid=8604, runsolver pid=8601
Current StackSize limit: 8192 KiB


[startup+0.100903 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15567460/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2025744 memory=37248 CPUtime=0.09 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 2357 0 0 0 9 0 0 0 20 0 1 0 249069473 2074361856 9312 33554432000 4194304 5849940 140729537889056 140729537888424 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 506436 9312 613 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37248 KiB

[startup+0.209916 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15566964/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2026300 memory=37984 CPUtime=0.2 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 2544 0 0 0 20 0 0 0 20 0 1 0 249069473 2074931200 9496 33554432000 4194304 5849940 140729537889056 140729537888424 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 506575 9496 659 405 0 503519 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026300 KiB
Current children cumulated memory: 37984 KiB

[startup+0.309185 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15565972/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2026812 memory=38372 CPUtime=0.31 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 2672 0 0 0 30 1 0 0 20 0 1 0 249069473 2075455488 9593 33554432000 4194304 5849940 140729537889056 140729537888424 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 506703 9593 659 405 0 503647 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2026812 KiB
Current children cumulated memory: 38372 KiB

[startup+0.700214 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15564856/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2027980 memory=39796 CPUtime=0.68 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 3199 0 0 0 67 1 0 0 20 0 1 0 249069473 2076651520 9949 33554432000 4194304 5849940 140729537889056 140729537888424 5392521 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 506995 9949 660 405 0 503939 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027980 KiB
Current children cumulated memory: 39796 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15561508/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2031208 memory=43000 CPUtime=1.48 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 3994 0 0 0 147 1 0 0 20 0 1 0 249069473 2079956992 10750 33554432000 4194304 5849940 140729537889056 140729537886904 4211654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 507802 10750 686 405 0 504746 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031208 KiB
Current children cumulated memory: 43000 KiB

[startup+3.10907 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15565476/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2032376 memory=44200 CPUtime=3.09 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 5025 0 0 0 308 1 0 0 20 0 1 0 249069473 2081153024 11050 33554432000 4194304 5849940 140729537889056 140729537887464 4211654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 508094 11050 686 405 0 505038 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2032376 KiB
Current children cumulated memory: 44200 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15559248/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2032536 memory=44328 CPUtime=6.28 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 5821 0 0 0 627 1 0 0 20 0 1 0 249069473 2081316864 11082 33554432000 4194304 5849940 140729537889056 140729537886904 4212046 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 508134 11082 686 405 0 505078 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2032536 KiB
Current children cumulated memory: 44328 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15560980/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2032536 memory=44328 CPUtime=12.68 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 6670 0 0 0 1267 1 0 0 20 0 1 0 249069473 2081316864 11082 33554432000 4194304 5849940 140729537889056 140729537886904 4211654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 508134 11082 686 405 0 505078 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2032536 KiB
Current children cumulated memory: 44328 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15562296/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2032536 memory=44328 CPUtime=25.48 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 8333 0 0 0 2546 2 0 0 20 0 1 0 249069473 2081316864 11082 33554432000 4194304 5849940 140729537889056 140729537886904 4211646 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 508134 11082 686 405 0 505078 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2032536 KiB
Current children cumulated memory: 44328 KiB

[startup+51.109 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8605
/proc/meminfo: memFree=15554324/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2035248 memory=47048 CPUtime=51.09 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 22028 0 0 0 5082 27 0 0 20 0 1 0 249069473 2084093952 11762 33554432000 4194304 5849940 140729537889056 140729537887464 4230727 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 508812 11762 692 405 0 505756 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2035248 KiB
Current children cumulated memory: 47048 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8606
/proc/meminfo: memFree=15540716/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2043864 memory=55620 CPUtime=102.28 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 71327 0 0 0 10129 99 0 0 20 0 1 0 249069473 2092916736 13905 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 510966 13905 692 405 0 507910 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2043864 KiB
Current children cumulated memory: 55620 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8614
/proc/meminfo: memFree=15520208/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2052152 memory=64072 CPUtime=162.26 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 112632 0 0 0 16037 189 0 0 20 0 1 0 249069473 2101403648 16018 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 513038 16018 692 405 0 509982 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2052152 KiB
Current children cumulated memory: 64072 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8615
/proc/meminfo: memFree=15517572/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2053980 memory=65844 CPUtime=222.26 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 146231 0 0 0 21958 268 0 0 20 0 1 0 249069473 2103275520 16461 33554432000 4194304 5849940 140729537889056 140729537888056 5438301 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 513495 16461 692 405 0 510439 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2053980 KiB
Current children cumulated memory: 65844 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8616
/proc/meminfo: memFree=15515436/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2055288 memory=67196 CPUtime=282.25 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 180166 0 0 0 27883 342 0 0 20 0 1 0 249069473 2104614912 16799 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 513822 16799 692 405 0 510766 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2055288 KiB
Current children cumulated memory: 67196 KiB

[startup+342.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/187 8617
/proc/meminfo: memFree=15478736/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2069272 memory=81124 CPUtime=342.24 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 203160 0 0 0 33818 406 0 0 20 0 1 0 249069473 2118934528 20281 33554432000 4194304 5849940 140729537889056 140729537888056 5438465 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 517318 20281 692 405 0 514262 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2069272 KiB
Current children cumulated memory: 81124 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8618
/proc/meminfo: memFree=15485636/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2062656 memory=74560 CPUtime=402.23 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 224327 0 0 0 39749 474 0 0 20 0 1 0 249069473 2112159744 18640 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 515664 18640 692 405 0 512608 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2062656 KiB
Current children cumulated memory: 74560 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 8619
/proc/meminfo: memFree=15485620/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2075972 memory=87824 CPUtime=462.22 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 248541 0 0 0 45695 527 0 0 20 0 1 0 249069473 2125795328 21956 33554432000 4194304 5849940 140729537889056 140729537888056 5437768 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 518993 21956 692 405 0 515937 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 2075972 KiB
Current children cumulated memory: 87824 KiB


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

/proc/8604/statm: 560791 64368 692 405 0 557735 0
Current children cumulated CPU time: 1782.36 s
Current children cumulated vsize: 2243164 KiB
Current children cumulated memory: 257472 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 8684
/proc/meminfo: memFree=15018772/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2243164 memory=257472 CPUtime=1842.38 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 393312 0 0 0 183122 1116 0 0 20 0 1 0 249069473 2296999936 64368 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 560791 64368 692 405 0 557735 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 2243164 KiB
Current children cumulated memory: 257472 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 8685
/proc/meminfo: memFree=14875792/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2315800 memory=330108 CPUtime=1902.38 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 413969 0 0 0 189112 1126 0 0 20 0 1 0 249069473 2371379200 82527 33554432000 4194304 5849940 140729537889056 140729537888056 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 578950 82527 692 405 0 575894 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 2315800 KiB
Current children cumulated memory: 330108 KiB

[startup+1962.3 s]
/proc/loadavg: 2.28 2.08 2.06 3/188 8694
/proc/meminfo: memFree=14970472/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2219716 memory=233828 CPUtime=1962.39 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 418478 0 0 0 195099 1140 0 0 20 0 1 0 249069473 2272989184 58457 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 554929 58457 692 405 0 551873 0
Current children cumulated CPU time: 1962.39 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 233828 KiB

[startup+2022.3 s]
/proc/loadavg: 2.34 2.15 2.09 3/188 8695
/proc/meminfo: memFree=14971468/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2219716 memory=234024 CPUtime=2022.39 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 419538 0 0 0 201085 1154 0 0 20 0 1 0 249069473 2272989184 58506 33554432000 4194304 5849940 140729537889056 140729537888056 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 554929 58506 692 405 0 551873 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 234024 KiB

[startup+2082.3 s]
/proc/loadavg: 2.13 2.12 2.08 3/188 8696
/proc/meminfo: memFree=14965884/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2225588 memory=239792 CPUtime=2082.4 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 420163 0 0 0 207074 1166 0 0 20 0 1 0 249069473 2279002112 59948 33554432000 4194304 5849940 140729537889056 140729537888056 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 556397 59948 692 405 0 553341 0
Current children cumulated CPU time: 2082.4 s
Current children cumulated vsize: 2225588 KiB
Current children cumulated memory: 239792 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 8697
/proc/meminfo: memFree=14965884/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2225588 memory=239896 CPUtime=2142.41 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 435980 0 0 0 213061 1180 0 0 20 0 1 0 249069473 2279002112 59974 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 556397 59974 692 405 0 553341 0
Current children cumulated CPU time: 2142.41 s
Current children cumulated vsize: 2225588 KiB
Current children cumulated memory: 239896 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/188 8698
/proc/meminfo: memFree=14965636/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2225620 memory=239928 CPUtime=2202.42 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 436378 0 0 0 219050 1192 0 0 20 0 1 0 249069473 2279034880 59982 33554432000 4194304 5849940 140729537889056 140729537888056 5437819 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 556405 59982 692 405 0 553349 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 2225620 KiB
Current children cumulated memory: 239928 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/187 8699
/proc/meminfo: memFree=15045288/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2225620 memory=239928 CPUtime=2262.42 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 436552 0 0 0 225036 1206 0 0 20 0 1 0 249069473 2279034880 59982 33554432000 4194304 5849940 140729537889056 140729537888056 5438560 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 556405 59982 692 405 0 553349 0
Current children cumulated CPU time: 2262.42 s
Current children cumulated vsize: 2225620 KiB
Current children cumulated memory: 239928 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 8700
/proc/meminfo: memFree=14974264/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295880 memory=310028 CPUtime=2322.43 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 437668 0 0 0 231022 1221 0 0 20 0 1 0 249069473 2350981120 77507 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573970 77507 692 405 0 570914 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 2295880 KiB
Current children cumulated memory: 310028 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8701
/proc/meminfo: memFree=14972668/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295944 memory=310252 CPUtime=2382.44 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 454083 0 0 0 237010 1234 0 0 20 0 1 0 249069473 2351046656 77563 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573986 77563 692 405 0 570930 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2295944 KiB
Current children cumulated memory: 310252 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15081400/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295944 memory=310252 CPUtime=2442.45 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 454668 0 0 0 243000 1245 0 0 20 0 1 0 249069473 2351046656 77563 33554432000 4194304 5849940 140729537889056 140729537888056 5437784 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573986 77563 692 405 0 570930 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 2295944 KiB
Current children cumulated memory: 310252 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8764
/proc/meminfo: memFree=15034736/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295944 memory=310252 CPUtime=2502.46 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 454923 0 0 0 248991 1255 0 0 20 0 1 0 249069473 2351046656 77563 33554432000 4194304 5849940 140729537889056 140729537888056 5437862 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573986 77563 692 405 0 570930 0
Current children cumulated CPU time: 2502.46 s
Current children cumulated vsize: 2295944 KiB
Current children cumulated memory: 310252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8764
/proc/meminfo: memFree=14901680/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295944 memory=310252 CPUtime=2520.05 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 454927 0 0 0 250747 1258 0 0 20 0 1 0 249069473 2351046656 77563 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573986 77563 692 405 0 570930 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2295944 KiB
Current children cumulated memory: 310252 KiB

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

[startup+2519.91 s]
# the end of solver process 8604 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.48 s, system=12.596 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8764
/proc/meminfo: memFree=14901680/32770624 swapFree=67108504/67108860
[pid=8604] ppid=8601 vsize=2295944 memory=310252 CPUtime=2520.05 cores=0,2,4,6
/proc/8604/stat : 8604 (xcsp_picat) R 8601 8604 5416 0 -1 4202496 454927 0 0 0 250747 1258 0 0 20 0 1 0 249069473 2351046656 77563 33554432000 4194304 5849940 140729537889056 140729537888056 139763194003335 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19312640 140729537897654 140729537897732 140729537897732 140729537900490 0
/proc/8604/statm: 573986 77563 692 405 0 570930 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2295944 KiB
Current children cumulated memory: 310252 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.07
CPU user time (s): 2507.48
CPU system time (s): 12.596
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 2315800
Max. memory (cumulated for all children) (KiB): 330108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.48
system time used= 12.596
maximum resident set size= 330108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454928
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= 33
involuntary context switches= 1238


# summary of solver processes directly reported to runsolver:
#   pid: 8604
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2507.48
#   total CPU system time (s): 12.596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4807 second user time and 17.6259 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-15 08:37:43
IDJOB=4309725
IDBENCH=141587
IDSOLVER=2794
FILE ID=node104/4309725-1534315063
RUNJOBID= node104-1534294082-5447
PBS_JOBID= 21038148
Free space on /tmp= 40044 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Frb/frb-45-21-1_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309725-1534315063/watcher-4309725-1534315063 -o /tmp/evaluation-result-4309725-1534315063/solver-4309725-1534315063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534294082-5447 --watchdog 2580  xcsp_picat HOME/instance-4309725-1534315063.xml

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

MD5SUM BENCH= b87938282b595c2beb3624311f73a470
RANDOM SEED=748467119

node104.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.11
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.11
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.11
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.11
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:        15601404 kB
MemAvailable:   31818488 kB
Buffers:          246616 kB
Cached:         16024632 kB
SwapCached:            8 kB
Active:          7845600 kB
Inactive:        8558760 kB
Active(anon):      84284 kB
Inactive(anon):   109336 kB
Active(file):    7761316 kB
Inactive(file):  8449424 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3472 kB
Writeback:             0 kB
AnonPages:        140420 kB
Mapped:            57512 kB
Shmem:             57828 kB
Slab:             463224 kB
SReclaimable:     434804 kB
SUnreclaim:        28420 kB
KernelStack:        3296 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2430916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 40044 MiB
End job on node104 at 2018-08-15 09:19:43