Trace number 4294193

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-06-15? (TO) 2519.95 2520.01

General information on the benchmark

NameLangford/
LangfordBin-14_c18.xml
MD5SUM907d87f313d4aa93f4a53d5ea17b135a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints42
Number of domains2
Minimum domain size14
Maximum domain size28
Distribution of domain sizes[{"size":14,"count":28},{"size":28,"count":28}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":28}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":14},{"arity":29,"count":28}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"element","count":28}]
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 (6697 MiB free)
  memory of node 1: 16384 MiB (13861 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294193-1532438704/watcher-4294193-1532438704 -o /tmp/evaluation-result-4294193-1532438704/solver-4294193-1532438704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27369 --watchdog 2580 xcsp_picat HOME/instance-4294193-1532438704.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
solver pid=28850, runsolver pid=28847
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21040636/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=120056 memory=14872 CPUtime=0.1 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 1320 0 0 0 10 0 0 0 20 0 1 0 61433611 122937344 3718 33554432000 4194304 5849740 140733115987072 140733115987072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30014 3718 716 405 0 26958 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 120056 KiB
Current children cumulated memory: 14872 KiB

[startup+0.209841 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21039892/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=120908 memory=15636 CPUtime=0.21 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 1539 0 0 0 20 1 0 0 20 0 1 0 61433611 123809792 3909 33554432000 4194304 5849740 140733115987072 140733115987072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30227 3909 716 405 0 27171 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 120908 KiB
Current children cumulated memory: 15636 KiB

[startup+0.30923 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21039892/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=120872 memory=15760 CPUtime=0.31 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 1571 0 0 0 30 1 0 0 20 0 1 0 61433611 123772928 3940 33554432000 4194304 5849740 140733115987072 140733115987072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30218 3940 716 405 0 27162 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 120872 KiB
Current children cumulated memory: 15760 KiB

[startup+0.700269 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21039520/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=121932 memory=16816 CPUtime=0.69 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 2243 0 0 0 67 2 0 0 20 0 1 0 61433611 124858368 4204 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30483 4204 716 405 0 27427 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 121932 KiB
Current children cumulated memory: 16816 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21039020/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=122560 memory=17432 CPUtime=1.49 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 3010 0 0 0 145 4 0 0 20 0 1 0 61433611 125501440 4358 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30640 4358 716 405 0 27584 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 122560 KiB
Current children cumulated memory: 17432 KiB

[startup+3.10959 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21037724/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=123892 memory=18716 CPUtime=3.1 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 6084 0 0 0 303 7 0 0 20 0 1 0 61433611 126865408 4679 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 30973 4679 716 405 0 27917 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 123892 KiB
Current children cumulated memory: 18716 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21033140/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=127468 memory=22352 CPUtime=6.29 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 10861 0 0 0 619 10 0 0 20 0 1 0 61433611 130527232 5588 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 31867 5588 716 405 0 28811 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 127468 KiB
Current children cumulated memory: 22352 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21030100/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=131836 memory=26656 CPUtime=12.69 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 16000 0 0 0 1252 17 0 0 20 0 1 0 61433611 135000064 6664 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 32959 6664 716 405 0 29903 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 131836 KiB
Current children cumulated memory: 26656 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21020320/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=141032 memory=35916 CPUtime=25.49 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 26564 0 0 0 2524 25 0 0 20 0 1 0 61433611 144416768 8979 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 35258 8979 716 405 0 32202 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 141032 KiB
Current children cumulated memory: 35916 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28851
/proc/meminfo: memFree=21012340/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=148496 memory=43264 CPUtime=51.1 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 36984 0 0 0 5068 42 0 0 20 0 1 0 61433611 152059904 10816 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 37124 10816 716 405 0 34068 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 148496 KiB
Current children cumulated memory: 43264 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28852
/proc/meminfo: memFree=20999976/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=161096 memory=55800 CPUtime=102.29 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 49036 0 0 0 10165 64 0 0 20 0 1 0 61433611 164962304 13950 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 40274 13950 716 405 0 37218 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 161096 KiB
Current children cumulated memory: 55800 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28853
/proc/meminfo: memFree=20983776/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=166940 memory=61680 CPUtime=162.29 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 60536 0 0 0 16143 86 0 0 20 0 1 0 61433611 170946560 15420 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 41735 15420 716 405 0 38679 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 166940 KiB
Current children cumulated memory: 61680 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28855
/proc/meminfo: memFree=20961660/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=188460 memory=83228 CPUtime=222.28 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 71112 0 0 0 22121 107 0 0 20 0 1 0 61433611 192983040 20807 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 47115 20807 716 405 0 44059 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 188460 KiB
Current children cumulated memory: 83228 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 28856
/proc/meminfo: memFree=20924628/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=226132 memory=120900 CPUtime=282.29 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 83416 0 0 0 28102 127 0 0 20 0 1 0 61433611 231559168 30225 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 56533 30225 716 405 0 53477 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 226132 KiB
Current children cumulated memory: 120900 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28865
/proc/meminfo: memFree=20946480/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=201080 memory=97672 CPUtime=342.27 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 94293 0 0 0 34084 143 0 0 20 0 1 0 61433611 205905920 24418 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 50270 24418 716 405 0 47214 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 201080 KiB
Current children cumulated memory: 97672 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28866
/proc/meminfo: memFree=20911540/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=230636 memory=133264 CPUtime=402.27 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 99573 0 0 0 40068 159 0 0 20 0 1 0 61433611 236171264 33316 33554432000 4194304 5849740 140733115987072 140733115986072 5437616 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 57659 33316 716 405 0 54603 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 230636 KiB
Current children cumulated memory: 133264 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28867
/proc/meminfo: memFree=20886896/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=232044 memory=134692 CPUtime=462.27 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 110226 0 0 0 46053 174 0 0 20 0 1 0 61433611 237613056 33673 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 58011 33673 716 405 0 54955 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 232044 KiB
Current children cumulated memory: 134692 KiB


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

/proc/28850/statm: 74907 50580 716 405 0 71851 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 299628 KiB
Current children cumulated memory: 202320 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/191 29334
/proc/meminfo: memFree=21005084/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=299628 memory=202320 CPUtime=1782.25 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 270098 0 0 0 177831 394 0 0 20 0 1 0 61433611 306819072 50580 33554432000 4194304 5849740 140733115987072 140733115986072 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 74907 50580 716 405 0 71851 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 299628 KiB
Current children cumulated memory: 202320 KiB

[startup+1842.3 s]
/proc/loadavg: 2.05 2.07 2.07 3/190 29336
/proc/meminfo: memFree=20960552/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247004 CPUtime=1842.25 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 273241 0 0 0 183820 405 0 0 20 0 1 0 61433611 352591872 61751 33554432000 4194304 5849740 140733115987072 140733115986232 5335504 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61751 716 405 0 83026 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247004 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.06 2.07 3/190 29337
/proc/meminfo: memFree=20959352/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=1902.25 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 275470 0 0 0 189812 413 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.07 2.07 3/190 29338
/proc/meminfo: memFree=20959248/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=1962.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 277867 0 0 0 195804 420 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437564 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2022.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/190 29340
/proc/meminfo: memFree=20959612/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2022.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 280172 0 0 0 201795 429 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2082.3 s]
/proc/loadavg: 2.09 2.07 2.06 3/190 29341
/proc/meminfo: memFree=20959936/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2082.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 282478 0 0 0 207787 437 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.06 2.06 3/190 29349
/proc/meminfo: memFree=20980876/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2142.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 284913 0 0 0 213779 445 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437766 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/191 29373
/proc/meminfo: memFree=20979688/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2202.25 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 286803 0 0 0 219772 453 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5335568 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2202.25 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2262.3 s]
/proc/loadavg: 2.16 2.09 2.06 3/191 29374
/proc/meminfo: memFree=20980628/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2262.25 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 288198 0 0 0 225765 460 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437808 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2322.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/191 29375
/proc/meminfo: memFree=21011560/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2322.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 289844 0 0 0 231759 465 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/191 29376
/proc/meminfo: memFree=20967336/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=344328 memory=247020 CPUtime=2382.24 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 291754 0 0 0 237753 471 0 0 20 0 1 0 61433611 352591872 61755 33554432000 4194304 5849740 140733115987072 140733115986072 5437825 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 86082 61755 716 405 0 83026 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 344328 KiB
Current children cumulated memory: 247020 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/191 29377
/proc/meminfo: memFree=20924752/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=387256 memory=289948 CPUtime=2442.23 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 304619 0 0 0 243744 479 0 0 20 0 1 0 61433611 396550144 72487 33554432000 4194304 5849740 140733115987072 140733115986072 5438160 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 96814 72487 716 405 0 93758 0
Current children cumulated CPU time: 2442.23 s
Current children cumulated vsize: 387256 KiB
Current children cumulated memory: 289948 KiB

[startup+2502.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/190 29378
/proc/meminfo: memFree=20884316/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=387256 memory=289948 CPUtime=2502.23 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 305164 0 0 0 249736 487 0 0 20 0 1 0 61433611 396550144 72487 33554432000 4194304 5849740 140733115987072 140733115986072 139923464945543 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 96814 72487 716 405 0 93758 0
Current children cumulated CPU time: 2502.23 s
Current children cumulated vsize: 387256 KiB
Current children cumulated memory: 289948 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.03 2.05 2.05 3/190 29379
/proc/meminfo: memFree=20884204/32770624 swapFree=67108860/67108860
[pid=28850] ppid=28847 vsize=387256 memory=289948 CPUtime=2519.94 cores=1,3,5,7
/proc/28850/stat : 28850 (xcsp_picat) R 28847 28850 27337 0 -1 4202496 306561 0 0 0 251505 489 0 0 20 0 1 0 61433611 396550144 72487 33554432000 4194304 5849740 140733115987072 140733115986072 5437600 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 28635136 140733115991222 140733115991300 140733115991300 140733115994058 0
/proc/28850/statm: 96814 72487 716 405 0 93758 0
Current children cumulated CPU time: 2519.94 s
Current children cumulated vsize: 387256 KiB
Current children cumulated memory: 289948 KiB

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

[startup+2520.01 s]
# the end of solver process 28850 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.06 s, system=4.895 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.95
CPU user time (s): 2515.06
CPU system time (s): 4.895
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 387256
Max. memory (cumulated for all children) (KiB): 289948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.06
system time used= 4.89499
maximum resident set size= 289948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306562
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= 90
involuntary context switches= 945


# summary of solver processes directly reported to runsolver:
#   pid: 28850
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2515.06
#   total CPU system time (s): 4.895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0861 second user time and 19.3234 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-24 15:25:04
IDJOB=4294193
IDBENCH=141340
IDSOLVER=2754
FILE ID=node132/4294193-1532438704
RUNJOBID= node132-1532432860-27369
PBS_JOBID= 21021577
Free space on /tmp= 52472 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Langford/LangfordBin-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294193-1532438704/watcher-4294193-1532438704 -o /tmp/evaluation-result-4294193-1532438704/solver-4294193-1532438704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27369 --watchdog 2580  xcsp_picat HOME/instance-4294193-1532438704.xml

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

MD5SUM BENCH= 907d87f313d4aa93f4a53d5ea17b135a
RANDOM SEED=422478129

node132.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.65
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.65
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.65
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.65
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:        21053020 kB
MemAvailable:   31597852 kB
Buffers:          183064 kB
Cached:         10526264 kB
SwapCached:            0 kB
Active:          2891984 kB
Inactive:        8212508 kB
Active(anon):     344000 kB
Inactive(anon):    70916 kB
Active(file):    2547984 kB
Inactive(file):  8141592 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3420 kB
Writeback:             0 kB
AnonPages:        413972 kB
Mapped:            41220 kB
Shmem:             17056 kB
Slab:             311300 kB
SReclaimable:     283716 kB
SUnreclaim:        27584 kB
KernelStack:        3616 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     793632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52472 MiB
End job on node132 at 2018-07-24 16:07:05