Trace number 4293232

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) 2520.11 2520.04

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293232-1532309717/watcher-4293232-1532309717 -o /tmp/evaluation-result-4293232-1532309717/solver-4293232-1532309717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532296553-30441 --watchdog 2580 xcsp_picat HOME/instance-4293232-1532309717.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32761, runsolver pid=32758

[startup+0.100199 s]*
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15899396/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=111688 memory=23884 CPUtime=0.1 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1574 0 0 0 10 0 0 0 20 0 1 0 48534836 114368512 5971 33554432000 4194304 5849740 140725040654320 140725040654320 4504241 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 27922 5971 595 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 23884 KiB

[startup+0.209831 s]*
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15891204/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=111688 memory=32076 CPUtime=0.21 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1578 0 0 0 21 0 0 0 20 0 1 0 48534836 114368512 8019 33554432000 4194304 5849740 140725040654320 140725040654320 139781056240640 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 27922 8019 595 405 0 24866 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 32076 KiB

[startup+0.3098 s]*
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15883012/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=111688 memory=42544 CPUtime=0.3 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1583 0 0 0 30 0 0 0 20 0 1 0 48534836 114368512 10636 33554432000 4194304 5849740 140725040654320 140725040654320 139781056240640 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 27922 10636 595 405 0 24866 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 42544 KiB

[startup+0.700413 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15864224/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=111688 memory=69168 CPUtime=0.69 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1596 0 0 0 68 1 0 0 20 0 1 0 48534836 114368512 17292 33554432000 4194304 5849740 140725040654320 140725040653624 4516931 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 27922 17292 595 405 0 24866 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 69168 KiB

[startup+1.50044 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15831212/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=182012 memory=98080 CPUtime=1.49 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 2696 0 0 0 147 2 0 0 20 0 1 0 48534836 186380288 24520 33554432000 4194304 5849740 140725040654320 140725040653624 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 45503 24520 599 405 0 42447 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 182012 KiB
Current children cumulated memory: 98080 KiB

[startup+3.10975 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15758992/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=273980 memory=188952 CPUtime=3.1 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 10885 0 0 0 305 5 0 0 20 0 1 0 48534836 280555520 47238 33554432000 4194304 5849740 140725040654320 140725040653624 4493259 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 68495 47238 652 405 0 65439 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 273980 KiB
Current children cumulated memory: 188952 KiB

[startup+6.30042 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 32762
/proc/meminfo: memFree=15208792/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=798284 memory=713452 CPUtime=6.29 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 42339 0 0 0 615 14 0 0 20 0 1 0 48534836 817442816 178363 33554432000 4194304 5849740 140725040654320 140725040653528 4454802 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 199571 178363 652 405 0 196515 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 798284 KiB
Current children cumulated memory: 713452 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 32762
/proc/meminfo: memFree=14757176/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=984032 memory=892464 CPUtime=12.69 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 113877 0 0 0 1234 35 0 0 20 0 1 0 48534836 1007648768 223116 33554432000 4194304 5849740 140725040654320 140725040653080 5317476 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 246008 223116 676 405 0 242952 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 984032 KiB
Current children cumulated memory: 892464 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 32762
/proc/meminfo: memFree=14883920/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1122468 memory=1037720 CPUtime=25.49 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 148133 0 0 0 2502 47 0 0 20 0 1 0 48534836 1149407232 259430 33554432000 4194304 5849740 140725040654320 140725040652680 4205078 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 280617 259430 680 405 0 277561 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1122468 KiB
Current children cumulated memory: 1037720 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 32762
/proc/meminfo: memFree=14883920/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1122468 memory=1037748 CPUtime=51.11 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 153259 0 0 0 5063 48 0 0 20 0 1 0 48534836 1149407232 259437 33554432000 4194304 5849740 140725040654320 140725040652568 4205059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 280617 259437 680 405 0 277561 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 1122468 KiB
Current children cumulated memory: 1037748 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 32763
/proc/meminfo: memFree=15014064/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=985560 memory=900852 CPUtime=102.3 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 269583 0 0 0 10169 61 0 0 20 0 1 0 48534836 1009213440 225213 33554432000 4194304 5849740 140725040654320 140725040653480 5307597 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 246390 225213 683 405 0 243334 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 985560 KiB
Current children cumulated memory: 900852 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 32764
/proc/meminfo: memFree=15014036/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=985560 memory=900852 CPUtime=162.3 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 315430 0 0 0 16167 63 0 0 20 0 1 0 48534836 1009213440 225213 33554432000 4194304 5849740 140725040654320 140725040653320 5307577 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 246390 225213 683 405 0 243334 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 985560 KiB
Current children cumulated memory: 900852 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 32765
/proc/meminfo: memFree=15012456/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=985560 memory=900852 CPUtime=222.31 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 397911 0 0 0 22161 70 0 0 20 0 1 0 48534836 1009213440 225213 33554432000 4194304 5849740 140725040654320 140725040653320 5339443 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 246390 225213 683 405 0 243334 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 985560 KiB
Current children cumulated memory: 900852 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 362
/proc/meminfo: memFree=14862792/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=985560 memory=900860 CPUtime=282.3 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 445093 0 0 0 28156 74 0 0 20 0 1 0 48534836 1009213440 225215 33554432000 4194304 5849740 140725040654320 140725040653320 5339005 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 246390 225215 685 405 0 243334 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 985560 KiB
Current children cumulated memory: 900860 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 370
/proc/meminfo: memFree=14843392/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1004940 memory=920240 CPUtime=342.27 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 472871 0 0 0 34151 76 0 0 20 0 1 0 48534836 1029058560 230060 33554432000 4194304 5849740 140725040654320 140725040653320 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 251235 230060 685 405 0 248179 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 1004940 KiB
Current children cumulated memory: 920240 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 371
/proc/meminfo: memFree=14843644/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1004940 memory=920240 CPUtime=402.28 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 487670 0 0 0 40150 78 0 0 20 0 1 0 48534836 1029058560 230060 33554432000 4194304 5849740 140725040654320 140725040653320 5307557 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 251235 230060 685 405 0 248179 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 1004940 KiB
Current children cumulated memory: 920240 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 372
/proc/meminfo: memFree=14820432/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1004940 memory=920240 CPUtime=462.28 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 502643 0 0 0 46148 80 0 0 20 0 1 0 48534836 1029058560 230060 33554432000 4194304 5849740 140725040654320 140725040653480 5340184 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 251235 230060 685 405 0 248179 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 1004940 KiB
Current children cumulated memory: 920240 KiB


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

/proc/32761/statm: 242633 223141 697 405 0 239577 0
Current children cumulated CPU time: 1722.33 s
Current children cumulated vsize: 970532 KiB
Current children cumulated memory: 892564 KiB

[startup+1782.3 s]
/proc/loadavg: 2.14 2.19 2.12 3/189 437
/proc/meminfo: memFree=14990224/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1054672 memory=976704 CPUtime=1782.33 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 974322 0 0 0 178052 181 0 0 20 0 1 0 48534836 1079984128 244176 33554432000 4194304 5849740 140725040654320 140725040653192 5416696 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 263668 244176 697 405 0 260612 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 1054672 KiB
Current children cumulated memory: 976704 KiB

[startup+1842.3 s]
/proc/loadavg: 2.05 2.16 2.11 3/187 438
/proc/meminfo: memFree=14939340/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1106888 memory=1028920 CPUtime=1842.33 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 983091 0 0 0 184048 185 0 0 20 0 1 0 48534836 1133453312 257230 33554432000 4194304 5849740 140725040654320 140725040651352 4205055 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 276722 257230 697 405 0 273666 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 1106888 KiB
Current children cumulated memory: 1028920 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/187 440
/proc/meminfo: memFree=14937892/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1106888 memory=1028920 CPUtime=1902.34 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 988906 0 0 0 190049 185 0 0 20 0 1 0 48534836 1133453312 257230 33554432000 4194304 5849740 140725040654320 140725040651352 4205041 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 276722 257230 697 405 0 273666 0
Current children cumulated CPU time: 1902.34 s
Current children cumulated vsize: 1106888 KiB
Current children cumulated memory: 1028920 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.11 2.10 3/187 441
/proc/meminfo: memFree=14938084/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1106888 memory=1028920 CPUtime=1962.34 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 997029 0 0 0 196048 186 0 0 20 0 1 0 48534836 1133453312 257230 33554432000 4194304 5849740 140725040654320 140725040651352 4210629 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 276722 257230 697 405 0 273666 0
Current children cumulated CPU time: 1962.34 s
Current children cumulated vsize: 1106888 KiB
Current children cumulated memory: 1028920 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.09 2.10 3/187 442
/proc/meminfo: memFree=14994516/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1106888 memory=1028920 CPUtime=2022.35 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1009785 0 0 0 202048 187 0 0 20 0 1 0 48534836 1133453312 257230 33554432000 4194304 5849740 140725040654320 140725040651352 4205051 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 276722 257230 697 405 0 273666 0
Current children cumulated CPU time: 2022.35 s
Current children cumulated vsize: 1106888 KiB
Current children cumulated memory: 1028920 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/187 443
/proc/meminfo: memFree=14929580/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1209828 memory=1131860 CPUtime=2082.35 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1051130 0 0 0 208044 191 0 0 20 0 1 0 48534836 1238863872 282965 33554432000 4194304 5849740 140725040654320 140725040651864 4203940 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 302457 282965 697 405 0 299401 0
Current children cumulated CPU time: 2082.35 s
Current children cumulated vsize: 1209828 KiB
Current children cumulated memory: 1131860 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/188 454
/proc/meminfo: memFree=15180156/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=958872 memory=880904 CPUtime=2142.35 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1174470 0 0 0 214035 200 0 0 20 0 1 0 48534836 981884928 220226 33554432000 4194304 5849740 140725040654320 140725040653320 5307518 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 239718 220226 697 405 0 236662 0
Current children cumulated CPU time: 2142.35 s
Current children cumulated vsize: 958872 KiB
Current children cumulated memory: 880904 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/188 455
/proc/meminfo: memFree=15180264/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=958872 memory=880904 CPUtime=2202.33 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1208040 0 0 0 220031 202 0 0 20 0 1 0 48534836 981884928 220226 33554432000 4194304 5849740 140725040654320 140725040653320 5307306 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 239718 220226 697 405 0 236662 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 958872 KiB
Current children cumulated memory: 880904 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/188 456
/proc/meminfo: memFree=15175340/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=958872 memory=880904 CPUtime=2262.34 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1225335 0 0 0 226029 205 0 0 20 0 1 0 48534836 981884928 220226 33554432000 4194304 5849740 140725040654320 140725040653320 5353813 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 239718 220226 697 405 0 236662 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 958872 KiB
Current children cumulated memory: 880904 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/188 457
/proc/meminfo: memFree=15095120/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1003044 memory=925148 CPUtime=2322.34 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1284996 0 0 0 232000 234 0 0 20 0 1 0 48534836 1027117056 231287 33554432000 4194304 5849740 140725040654320 140725040653080 5416780 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 250761 231287 697 405 0 247705 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 1003044 KiB
Current children cumulated memory: 925148 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 458
/proc/meminfo: memFree=14948796/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1083052 memory=1000932 CPUtime=2382.34 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1293148 0 0 0 237998 236 0 0 20 0 1 0 48534836 1109045248 250233 33554432000 4194304 5849740 140725040654320 140725040652808 4205041 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 270763 250233 697 405 0 267707 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 1083052 KiB
Current children cumulated memory: 1000932 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 459
/proc/meminfo: memFree=14966652/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1083052 memory=1000932 CPUtime=2442.35 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1311018 0 0 0 243997 238 0 0 20 0 1 0 48534836 1109045248 250233 33554432000 4194304 5849740 140725040654320 140725040652808 4205041 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 270763 250233 697 405 0 267707 0
Current children cumulated CPU time: 2442.35 s
Current children cumulated vsize: 1083052 KiB
Current children cumulated memory: 1000932 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 460
/proc/meminfo: memFree=14794272/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1163716 memory=1081596 CPUtime=2502.36 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1370480 0 0 0 249993 243 0 0 20 0 1 0 48534836 1191645184 270399 33554432000 4194304 5849740 140725040654320 140725040651864 4203940 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 290929 270399 697 405 0 287873 0
Current children cumulated CPU time: 2502.36 s
Current children cumulated vsize: 1163716 KiB
Current children cumulated memory: 1081596 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 460
/proc/meminfo: memFree=14794516/32770624 swapFree=67108860/67108860
[pid=32761] ppid=32758 vsize=1163716 memory=1081596 CPUtime=2520.07 cores=0,2,4,6
/proc/32761/stat : 32761 (xcsp_picat) R 32758 32761 30410 0 -1 4202496 1387280 0 0 0 251763 244 0 0 20 0 1 0 48534836 1191645184 270399 33554432000 4194304 5849740 140725040654320 140725040651864 4223947 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 28786688 140725040657590 140725040657668 140725040657668 140725040660426 0
/proc/32761/statm: 290929 270399 697 405 0 287873 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 1163716 KiB
Current children cumulated memory: 1081596 KiB

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

[startup+2520.04 s]
# the end of solver process 32761 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.64 s, system=2.46617 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.04
CPU time (s): 2520.11
CPU user time (s): 2517.64
CPU system time (s): 2.46617
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1449924
Max. memory (cumulated for all children) (KiB): 1225872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.64
system time used= 2.46617
maximum resident set size= 1225872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1387281
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= 195
involuntary context switches= 710


# summary of solver processes directly reported to runsolver:
#   pid: 32761
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.64
#   total CPU system time (s): 2.46617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7045 second user time and 17.7288 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 03:35:17
IDJOB=4293232
IDBENCH=141137
IDSOLVER=2754
FILE ID=node105/4293232-1532309717
RUNJOBID= node105-1532296553-30441
PBS_JOBID= 21018989
Free space on /tmp= 44844 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293232-1532309717/watcher-4293232-1532309717 -o /tmp/evaluation-result-4293232-1532309717/solver-4293232-1532309717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532296553-30441 --watchdog 2580  xcsp_picat HOME/instance-4293232-1532309717.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=294225239

node105.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.32
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.32
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.32
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.32
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:        15921308 kB
MemAvailable:   31522860 kB
Buffers:          183568 kB
Cached:         15393152 kB
SwapCached:            0 kB
Active:          1796976 kB
Inactive:       14247588 kB
Active(anon):     419136 kB
Inactive(anon):    68528 kB
Active(file):    1377840 kB
Inactive(file): 14179060 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10220 kB
Writeback:             0 kB
AnonPages:        474964 kB
Mapped:            39232 kB
Shmem:             17036 kB
Slab:             500604 kB
SReclaimable:     473112 kB
SUnreclaim:        27492 kB
KernelStack:        3344 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     842908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44836 MiB
End job on node105 at 2018-07-23 04:17:17