Trace number 4293832

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15? (TO) 2519.99 2520.01

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko56_c18.xml
MD5SUM870d89fd5d4ada0d2442065415f88ba8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17822
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables3192
Number of constraints1541
Number of domains2
Minimum domain size8
Maximum domain size56
Distribution of domain sizes[{"size":8,"count":1540},{"size":56,"count":56}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1596},{"degree":2,"count":1540},{"degree":56,"count":56}]
Minimum constraint arity3
Maximum constraint arity56
Distribution of constraint arities[{"arity":3,"count":1540},{"arity":56,"count":1}]
Number of extensional constraints1540
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1540},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5865 MiB free)
  memory of node 1: 16384 MiB (6697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293832-1532372110/watcher-4293832-1532372110 -o /tmp/evaluation-result-4293832-1532372110/solver-4293832-1532372110 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580 xcsp_picat HOME/instance-4293832-1532372110.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=14213, runsolver pid=14207
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 2.00 2.01 1.97 4/187 14215
/proc/meminfo: memFree=12825356/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=111688 memory=23096 CPUtime=0.1 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 1354 0 0 0 10 0 0 0 20 0 1 0 54774170 114368512 5774 33554432000 4194304 5849740 140733980588304 140733980587608 4507694 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 27922 5774 593 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 23096 KiB

[startup+0.209673 s]*
/proc/loadavg: 2.00 2.01 1.97 4/187 14215
/proc/meminfo: memFree=12811704/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=111688 memory=37432 CPUtime=0.2 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 1361 0 0 0 20 0 0 0 20 0 1 0 54774170 114368512 9358 33554432000 4194304 5849740 140733980588304 140733980587608 4514936 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 27922 9358 593 405 0 24866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 37432 KiB

[startup+0.309615 s]*
/proc/loadavg: 2.00 2.01 1.97 4/187 14215
/proc/meminfo: memFree=12799416/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=111688 memory=47672 CPUtime=0.3 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 1366 0 0 0 30 0 0 0 20 0 1 0 54774170 114368512 11918 33554432000 4194304 5849740 140733980588304 140733980587608 4593529 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 27922 11918 593 405 0 24866 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 47672 KiB

[startup+0.700402 s]
/proc/loadavg: 2.00 2.01 1.97 4/187 14215
/proc/meminfo: memFree=12747848/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=244000 memory=129836 CPUtime=0.69 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2560 0 0 0 67 2 0 0 20 0 1 0 54774170 249856000 32459 33554432000 4194304 5849740 140733980588304 140733980587608 4490578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 61000 32459 605 405 0 57944 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 244000 KiB
Current children cumulated memory: 129836 KiB

[startup+1.5004 s]
/proc/loadavg: 2.00 2.01 1.97 4/187 14215
/proc/meminfo: memFree=12678840/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=564320 memory=379312 CPUtime=1.48 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 4074 0 0 0 142 6 0 0 20 0 1 0 54774170 577863680 94828 33554432000 4194304 5849740 140733980588304 140733980587608 5260827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 141080 94828 605 405 0 138024 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 564320 KiB
Current children cumulated memory: 379312 KiB

[startup+3.10958 s]
/proc/loadavg: 1.84 1.98 1.96 4/187 14215
/proc/meminfo: memFree=12226024/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=459432 memory=381072 CPUtime=3.1 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 6059 0 0 0 297 13 0 0 20 0 1 0 54774170 470458368 95268 33554432000 4194304 5849740 140733980588304 140733980587304 4873387 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 114858 95268 635 405 0 111802 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 459432 KiB
Current children cumulated memory: 381072 KiB

[startup+6.30032 s]
/proc/loadavg: 1.84 1.98 1.96 4/187 14215
/proc/meminfo: memFree=12412920/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=488444 memory=419372 CPUtime=6.28 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 9911 0 0 0 605 23 0 0 20 0 1 0 54774170 500166656 104843 33554432000 4194304 5849740 140733980588304 140733980587480 140324344917895 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 122111 104843 697 405 0 119055 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 488444 KiB
Current children cumulated memory: 419372 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 1.98 1.96 4/187 14215
/proc/meminfo: memFree=12381952/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=519800 memory=450728 CPUtime=12.68 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 11226 0 0 0 1224 44 0 0 20 0 1 0 54774170 532275200 112682 33554432000 4194304 5849740 140733980588304 140733980587304 140324344917895 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 129950 112682 701 405 0 126894 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 519800 KiB
Current children cumulated memory: 450728 KiB

[startup+25.5003 s]
/proc/loadavg: 1.89 1.98 1.96 4/187 14215
/proc/meminfo: memFree=12295028/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=585340 memory=516268 CPUtime=25.48 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 14363 0 0 0 2458 90 0 0 20 0 1 0 54774170 599388160 129067 33554432000 4194304 5849740 140733980588304 140733980587400 140324344917895 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 146335 129067 701 405 0 143279 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 585340 KiB
Current children cumulated memory: 516268 KiB

[startup+51.1096 s]
/proc/loadavg: 1.93 1.99 1.96 4/187 14215
/proc/meminfo: memFree=12160964/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=716416 memory=647208 CPUtime=51.09 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 16728 0 0 0 4924 185 0 0 20 0 1 0 54774170 733609984 161802 33554432000 4194304 5849740 140733980588304 140733980587400 140324344917895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 179104 161802 701 405 0 176048 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 716416 KiB
Current children cumulated memory: 647208 KiB

[startup+102.3 s]
/proc/loadavg: 1.93 1.97 1.95 4/187 14216
/proc/meminfo: memFree=11946596/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=913024 memory=843952 CPUtime=102.29 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 18919 0 0 0 9856 373 0 0 20 0 1 0 54774170 934936576 210988 33554432000 4194304 5849740 140733980588304 140733980587416 140324344917895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 228256 210988 701 405 0 225200 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 913024 KiB
Current children cumulated memory: 843952 KiB

[startup+162.3 s]
/proc/loadavg: 1.97 1.98 1.95 4/187 14217
/proc/meminfo: memFree=11788892/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1065164 memory=996112 CPUtime=162.28 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 68400 0 0 0 15637 591 0 0 20 0 1 0 54774170 1090727936 249028 33554432000 4194304 5849740 140733980588304 140733980587304 5400177 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 266291 249028 706 405 0 263235 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 1065164 KiB
Current children cumulated memory: 996112 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.95 4/187 14219
/proc/meminfo: memFree=11542300/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1311892 memory=1242952 CPUtime=222.28 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 138652 0 0 0 21614 614 0 0 20 0 1 0 54774170 1343377408 310738 33554432000 4194304 5849740 140733980588304 140733980587304 5335529 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327973 310738 733 405 0 324917 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 1311892 KiB
Current children cumulated memory: 1242952 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 14220
/proc/meminfo: memFree=11537972/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1311892 memory=1242952 CPUtime=282.28 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 387549 0 0 0 27587 641 0 0 20 0 1 0 54774170 1343377408 310738 33554432000 4194304 5849740 140733980588304 140733980587304 140324344917895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327973 310738 733 405 0 324917 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 1311892 KiB
Current children cumulated memory: 1242952 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/189 14230
/proc/meminfo: memFree=11766268/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1049692 memory=980752 CPUtime=342.28 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 542006 0 0 0 33569 659 0 0 20 0 1 0 54774170 1074884608 245188 33554432000 4194304 5849740 140733980588304 140733980587304 5438284 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 262423 245188 733 405 0 259367 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 1049692 KiB
Current children cumulated memory: 980752 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/190 14254
/proc/meminfo: memFree=11452196/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1311836 memory=1245812 CPUtime=402.29 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 715714 0 0 0 39543 686 0 0 20 0 1 0 54774170 1343320064 311453 33554432000 4194304 5849740 140733980588304 140733980587304 5312778 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327959 311453 733 405 0 324903 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 1311836 KiB
Current children cumulated memory: 1245812 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/190 14255
/proc/meminfo: memFree=11716336/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1049692 memory=983668 CPUtime=462.29 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 876766 0 0 0 45528 701 0 0 20 0 1 0 54774170 1074884608 245917 33554432000 4194304 5849740 140733980588304 140733980587176 5307594 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 262423 245917 733 405 0 259367 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 1049692 KiB
Current children cumulated memory: 983668 KiB


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

/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 4/188 14293
/proc/meminfo: memFree=11054596/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310984 memory=1244960 CPUtime=1782.25 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2010803 0 0 0 177262 963 0 0 20 0 1 0 54774170 1342447616 311240 33554432000 4194304 5849740 140733980588304 140733980587304 5437576 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/187 14295
/proc/meminfo: memFree=11055348/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310984 memory=1244960 CPUtime=1842.25 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2012844 0 0 0 183253 972 0 0 20 0 1 0 54774170 1342447616 311240 33554432000 4194304 5849740 140733980588304 140733980587304 5437609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/187 14296
/proc/meminfo: memFree=11055588/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310984 memory=1244960 CPUtime=1902.25 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2015222 0 0 0 189246 979 0 0 20 0 1 0 54774170 1342447616 311240 33554432000 4194304 5849740 140733980588304 140733980587304 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14297
/proc/meminfo: memFree=11055044/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310984 memory=1244960 CPUtime=1962.25 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2018347 0 0 0 195233 992 0 0 20 0 1 0 54774170 1342447616 311240 33554432000 4194304 5849740 140733980588304 140733980587304 5437616 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14299
/proc/meminfo: memFree=11055044/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310984 memory=1244960 CPUtime=2022.26 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2020462 0 0 0 201226 1000 0 0 20 0 1 0 54774170 1342447616 311240 33554432000 4194304 5849740 140733980588304 140733980587304 5437611 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327746 311240 733 405 0 324690 0
Current children cumulated CPU time: 2022.26 s
Current children cumulated vsize: 1310984 KiB
Current children cumulated memory: 1244960 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14300
/proc/meminfo: memFree=11258936/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1048580 memory=982556 CPUtime=2082.26 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2022461 0 0 0 207221 1005 0 0 20 0 1 0 54774170 1073745920 245639 33554432000 4194304 5849740 140733980588304 140733980587304 5437588 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 262145 245639 733 405 0 259089 0
Current children cumulated CPU time: 2082.26 s
Current children cumulated vsize: 1048580 KiB
Current children cumulated memory: 982556 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14308
/proc/meminfo: memFree=10996792/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2142.26 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2025154 0 0 0 213211 1015 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587304 5437607 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14309
/proc/meminfo: memFree=11407676/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2202.26 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2026942 0 0 0 219204 1022 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587304 5437821 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14310
/proc/meminfo: memFree=11334216/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2262.27 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2029012 0 0 0 225197 1030 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587304 140324344917895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2262.27 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14311
/proc/meminfo: memFree=11286800/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2322.27 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2031173 0 0 0 231189 1038 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587304 5437560 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2322.27 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14312
/proc/meminfo: memFree=11239252/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2382.27 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2033422 0 0 0 237182 1045 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587304 5437609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2382.27 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14313
/proc/meminfo: memFree=11162980/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1310724 memory=1244700 CPUtime=2442.27 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2035962 0 0 0 243177 1050 0 0 20 0 1 0 54774170 1342181376 311175 33554432000 4194304 5849740 140733980588304 140733980587176 5301716 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 327681 311175 733 405 0 324625 0
Current children cumulated CPU time: 2442.27 s
Current children cumulated vsize: 1310724 KiB
Current children cumulated memory: 1244700 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 14314
/proc/meminfo: memFree=11425168/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1048580 memory=982556 CPUtime=2502.26 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2039221 0 0 0 249163 1063 0 0 20 0 1 0 54774170 1073745920 245639 33554432000 4194304 5849740 140733980588304 140733980587304 5437839 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 262145 245639 733 405 0 259089 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 1048580 KiB
Current children cumulated memory: 982556 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 4/187 14314
/proc/meminfo: memFree=11387376/32770624 swapFree=67108860/67108860
[pid=14213] ppid=14207 vsize=1048580 memory=982556 CPUtime=2519.98 cores=1,3,5,7
/proc/14213/stat : 14213 (xcsp_picat) R 14207 14213 13954 0 -1 4202496 2039952 0 0 0 250932 1066 0 0 20 0 1 0 54774170 1073745920 245639 33554432000 4194304 5849740 140733980588304 140733980587304 5437839 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 37773312 140733980595382 140733980595460 140733980595460 140733980598218 0
/proc/14213/statm: 262145 245639 733 405 0 259089 0
Current children cumulated CPU time: 2519.98 s
Current children cumulated vsize: 1048580 KiB
Current children cumulated memory: 982556 KiB

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

[startup+2520.01 s]
# the end of solver process 14213 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.33 s, system=10.6652 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.99
CPU user time (s): 2509.33
CPU system time (s): 10.6652
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 1851596
Max. memory (cumulated for all children) (KiB): 1782488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.33
system time used= 10.6652
maximum resident set size= 1782488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2039952
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= 146
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 14213
#   total CPU time (s): 2519.99
#   total CPU user time (s): 2509.33
#   total CPU system time (s): 10.6652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.31948 second user time and 18.6245 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-23 20:55:10
IDJOB=4293832
IDBENCH=141242
IDSOLVER=2754
FILE ID=node137/4293832-1532372110
RUNJOBID= node137-1532369589-13986
PBS_JOBID= 21021571
Free space on /tmp= 48724 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko56_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293832-1532372110/watcher-4293832-1532372110 -o /tmp/evaluation-result-4293832-1532372110/solver-4293832-1532372110 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580  xcsp_picat HOME/instance-4293832-1532372110.xml

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

MD5SUM BENCH= 870d89fd5d4ada0d2442065415f88ba8
RANDOM SEED=1512153027

node137.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.54
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.54
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.54
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.54
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:        12866016 kB
MemAvailable:   31937292 kB
Buffers:          264552 kB
Cached:         18770360 kB
SwapCached:            0 kB
Active:          1869760 kB
Inactive:       17222120 kB
Active(anon):      59136 kB
Inactive(anon):    16944 kB
Active(file):    1810624 kB
Inactive(file): 17205176 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6300 kB
Writeback:             0 kB
AnonPages:        157720 kB
Mapped:            37320 kB
Shmem:             17036 kB
Slab:             511168 kB
SReclaimable:     483936 kB
SUnreclaim:        27232 kB
KernelStack:        3152 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48720 MiB
End job on node137 at 2018-07-23 21:37:10