Trace number 4303183

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-08-02OPT73 864.321 864.327

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-4_c18.xml
MD5SUMce812152122c21d5982c9c6047fc1378
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark859.495
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of constraints593
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":93}]
Minimum variable degree7
Maximum variable degree33
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":8},{"degree":11,"count":9},{"degree":12,"count":9},{"degree":13,"count":7},{"degree":14,"count":10},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":33,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":593}]
Number of extensional constraints0
Number of intensional constraints593
Distribution of constraint types[{"type":"intension","count":593}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

864.29/864.32	c xcsp_picat version 2.4#6 (8/1/2018)
864.29/864.32	o 4090
864.29/864.32	o 1962
864.29/864.32	o 977
864.29/864.32	o 474
864.29/864.32	o 127
864.29/864.32	o 95
864.29/864.32	o 79
864.29/864.32	o 75
864.29/864.32	o 73
864.29/864.32	s OPTIMUM FOUND
864.29/864.32	v <instantiation>
864.29/864.32	v     <list> c[]  </list> 
864.29/864.32	v     <values> 0 4 3 3 0 0 4 0 3 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 2 0 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2   </values> 
864.29/864.32	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303183-1534004348/watcher-4303183-1534004348 -o /tmp/evaluation-result-4303183-1534004348/solver-4303183-1534004348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580 xcsp_picat HOME/instance-4303183-1534004348.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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=27352, runsolver pid=27349

[startup+0.100115 s]*
/proc/loadavg: 2.33 2.10 2.07 3/191 27353
/proc/meminfo: memFree=18240048/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2028480 memory=19048 CPUtime=0.1 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 2308 0 0 0 10 0 0 0 20 0 1 0 217998015 2077163520 4762 33554432000 4194304 5849708 140724046435248 140724046435248 5361756 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507120 4762 669 405 0 504065 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028480 KiB
Current children cumulated memory: 19048 KiB

[startup+0.209779 s]*
/proc/loadavg: 2.33 2.10 2.07 3/191 27353
/proc/meminfo: memFree=18239304/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2029484 memory=19788 CPUtime=0.21 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 2580 0 0 0 21 0 0 0 20 0 1 0 217998015 2078191616 4947 33554432000 4194304 5849708 140724046435248 140724046435248 5307126 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507371 4947 677 405 0 504316 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2029484 KiB
Current children cumulated memory: 19788 KiB

[startup+0.30902 s]*
/proc/loadavg: 2.33 2.10 2.07 3/191 27353
/proc/meminfo: memFree=18239304/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2029484 memory=19788 CPUtime=0.31 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 2580 0 0 0 31 0 0 0 20 0 1 0 217998015 2078191616 4947 33554432000 4194304 5849708 140724046435248 140724046435248 5308864 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507371 4947 677 405 0 504316 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029484 KiB
Current children cumulated memory: 19788 KiB

[startup+0.700228 s]
/proc/loadavg: 2.33 2.10 2.07 3/191 27353
/proc/meminfo: memFree=18239304/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2029824 memory=20220 CPUtime=0.69 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 2665 0 0 0 69 0 0 0 20 0 1 0 217998015 2078539776 5055 33554432000 4194304 5849708 140724046435248 140724046432792 5307120 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507456 5055 678 405 0 504401 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029824 KiB
Current children cumulated memory: 20220 KiB

[startup+1.50023 s]
/proc/loadavg: 2.22 2.09 2.07 3/191 27353
/proc/meminfo: memFree=18240916/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2029344 memory=19836 CPUtime=1.49 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 3686 0 0 0 149 0 0 0 20 0 1 0 217998015 2078048256 4959 33554432000 4194304 5849708 140724046435248 140724046432792 5309636 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507336 4959 692 405 0 504281 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029344 KiB
Current children cumulated memory: 19836 KiB

[startup+3.10931 s]
/proc/loadavg: 2.22 2.09 2.07 3/191 27353
/proc/meminfo: memFree=18239152/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2028556 memory=18660 CPUtime=3.1 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 6160 0 0 0 309 1 0 0 20 0 1 0 217998015 2077241344 4665 33554432000 4194304 5849708 140724046435248 140724046433736 140659218048928 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507139 4665 694 405 0 504084 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2028556 KiB
Current children cumulated memory: 18660 KiB

[startup+6.30022 s]
/proc/loadavg: 2.20 2.08 2.07 3/191 27353
/proc/meminfo: memFree=18238140/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2030948 memory=20848 CPUtime=6.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 9344 0 0 0 625 3 0 0 20 0 1 0 217998015 2079690752 5212 33554432000 4194304 5849708 140724046435248 140724046433736 140659218460551 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 507737 5212 694 405 0 504682 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2030948 KiB
Current children cumulated memory: 20848 KiB

[startup+12.7002 s]
/proc/loadavg: 2.11 2.07 2.06 3/191 27353
/proc/meminfo: memFree=18234048/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2036356 memory=26904 CPUtime=12.68 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 14456 0 0 0 1255 13 0 0 20 0 1 0 217998015 2085228544 6726 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 509089 6726 694 405 0 506034 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2036356 KiB
Current children cumulated memory: 26904 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 2.06 2.06 3/191 27353
/proc/meminfo: memFree=18213880/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2057584 memory=44984 CPUtime=25.49 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 23512 0 0 0 2524 25 0 0 20 0 1 0 217998015 2106966016 11246 33554432000 4194304 5849708 140724046435248 140724046434120 4205078 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 514396 11246 694 405 0 511341 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2057584 KiB
Current children cumulated memory: 44984 KiB

[startup+51.1096 s]
/proc/loadavg: 2.05 2.06 2.06 3/191 27353
/proc/meminfo: memFree=18213928/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2056544 memory=45032 CPUtime=51.09 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 33533 0 0 0 5052 57 0 0 20 0 1 0 217998015 2105901056 11258 33554432000 4194304 5849708 140724046435248 140724046434248 5416635 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 514136 11258 694 405 0 511081 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2056544 KiB
Current children cumulated memory: 45032 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/191 27362
/proc/meminfo: memFree=18190340/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2076568 memory=67020 CPUtime=102.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 41348 0 0 0 10119 109 0 0 20 0 1 0 217998015 2126405632 16755 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 519142 16755 694 405 0 516087 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2076568 KiB
Current children cumulated memory: 67020 KiB

[startup+162.3 s]
/proc/loadavg: 2.54 2.18 2.10 3/191 27363
/proc/meminfo: memFree=18155464/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2111060 memory=101608 CPUtime=162.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 57474 0 0 0 16088 141 0 0 20 0 1 0 217998015 2161725440 25402 33554432000 4194304 5849708 140724046435248 140724046434248 5376032 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 527765 25402 694 405 0 524710 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2111060 KiB
Current children cumulated memory: 101608 KiB

[startup+222.3 s]
/proc/loadavg: 2.20 2.15 2.09 3/191 27364
/proc/meminfo: memFree=18205124/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2061640 memory=52044 CPUtime=222.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 64364 0 0 0 22036 193 0 0 20 0 1 0 217998015 2111119360 13011 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 515410 13011 694 405 0 512355 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2061640 KiB
Current children cumulated memory: 52044 KiB

[startup+282.3 s]
/proc/loadavg: 2.07 2.12 2.08 3/191 27365
/proc/meminfo: memFree=18155744/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2111108 memory=101716 CPUtime=282.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 73835 0 0 0 28000 228 0 0 20 0 1 0 217998015 2161774592 25429 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 527777 25429 694 405 0 524722 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2111108 KiB
Current children cumulated memory: 101716 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/192 27367
/proc/meminfo: memFree=18081248/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2180280 memory=170696 CPUtime=342.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 75959 0 0 0 33976 253 0 0 20 0 1 0 217998015 2232606720 42674 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 545070 42674 694 405 0 542015 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2180280 KiB
Current children cumulated memory: 170696 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.09 2.08 3/192 27370
/proc/meminfo: memFree=18075368/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2185152 memory=175760 CPUtime=402.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 84199 0 0 0 39954 275 0 0 20 0 1 0 217998015 2237595648 43940 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 546288 43940 694 405 0 543233 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2185152 KiB
Current children cumulated memory: 175760 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/192 27371
/proc/meminfo: memFree=18206308/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2057228 memory=45076 CPUtime=462.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 91280 0 0 0 45910 318 0 0 20 0 1 0 217998015 2106601472 11269 33554432000 4194304 5849708 140724046435248 140724046434248 5355898 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 514307 11269 694 405 0 511252 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2057228 KiB
Current children cumulated memory: 45076 KiB

[startup+522.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/192 27372
/proc/meminfo: memFree=18201040/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2059704 memory=50140 CPUtime=522.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 101534 0 0 0 51848 381 0 0 20 0 1 0 217998015 2109136896 12535 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 514926 12535 694 405 0 511871 0
Current children cumulated CPU time: 522.29 s
Current children cumulated vsize: 2059704 KiB
Current children cumulated memory: 50140 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/192 27374
/proc/meminfo: memFree=18150388/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2109056 memory=99420 CPUtime=582.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 103664 0 0 0 57809 420 0 0 20 0 1 0 217998015 2159673344 24855 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 527264 24855 694 405 0 524209 0
Current children cumulated CPU time: 582.29 s
Current children cumulated vsize: 2109056 KiB
Current children cumulated memory: 99420 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/191 27375
/proc/meminfo: memFree=18112176/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2147140 memory=137688 CPUtime=642.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 111720 0 0 0 63780 448 0 0 20 0 1 0 217998015 2198671360 34422 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 536785 34422 694 405 0 533730 0
Current children cumulated CPU time: 642.28 s
Current children cumulated vsize: 2147140 KiB
Current children cumulated memory: 137688 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/191 27384
/proc/meminfo: memFree=18205432/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2048748 memory=36888 CPUtime=702.28 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 115436 0 0 0 69754 474 0 0 20 0 1 0 217998015 2097917952 9222 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 512187 9222 694 405 0 509132 0
Current children cumulated CPU time: 702.28 s
Current children cumulated vsize: 2048748 KiB
Current children cumulated memory: 36888 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 27385
/proc/meminfo: memFree=18156220/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2095564 memory=86128 CPUtime=762.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 124453 0 0 0 75703 526 0 0 20 0 1 0 217998015 2145857536 21532 33554432000 4194304 5849708 140724046435248 140724046434120 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 523891 21532 694 405 0 520836 0
Current children cumulated CPU time: 762.29 s
Current children cumulated vsize: 2095564 KiB
Current children cumulated memory: 86128 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27387
/proc/meminfo: memFree=18102092/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2148940 memory=139256 CPUtime=822.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 126054 0 0 0 81676 553 0 0 20 0 1 0 217998015 2200514560 34814 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 537235 34814 694 405 0 534180 0
Current children cumulated CPU time: 822.29 s
Current children cumulated vsize: 2148940 KiB
Current children cumulated memory: 139256 KiB

[startup+864.327 s]
# the end of solver process 27352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=858.605 s, system=5.71598 s

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

[startup+844.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117184/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=844.78 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 127813 0 0 0 83916 562 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 844.78 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+857.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117476/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=857.58 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129712 0 0 0 85191 567 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 857.58 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+860.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=860.79 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85510 569 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 860.79 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+862.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=862.39 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85669 570 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 862.39 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+863.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=863.18 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85748 570 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 863.18 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+864 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=864 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85829 571 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 864 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+864.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=864.19 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85848 571 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 864.19 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

[startup+864.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 27388
/proc/meminfo: memFree=18117408/32770624 swapFree=67108688/67108860
[pid=27352] ppid=27349 vsize=2132556 memory=123104 CPUtime=864.29 cores=1,3,5,7
/proc/27352/stat : 27352 (xcsp_picat) R 27349 27352 25480 0 -1 4202496 129713 0 0 0 85858 571 0 0 20 0 1 0 217998015 2183737344 30776 33554432000 4194304 5849708 140724046435248 140724046434248 140659218460551 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 41574400 140724046443702 140724046443780 140724046443780 140724046446538 0
/proc/27352/statm: 533139 30776 694 405 0 530084 0
Current children cumulated CPU time: 864.29 s
Current children cumulated vsize: 2132556 KiB
Current children cumulated memory: 123104 KiB

Child status: 0
Real time (s): 864.327
CPU time (s): 864.321
CPU user time (s): 858.605
CPU system time (s): 5.71598
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 2191932
Max. memory (cumulated for all children) (KiB): 182504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.605
system time used= 5.71598
maximum resident set size= 182504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129757
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= 5
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 27352
#   total CPU time (s): 864.321
#   total CPU user time (s): 858.605
#   total CPU system time (s): 5.71598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20918 second user time and 6.6573 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 18:19:08
IDJOB=4303183
IDBENCH=141217
IDSOLVER=2778
FILE ID=node134/4303183-1534004348
RUNJOBID= node134-1533991241-25513
PBS_JOBID= 21036944
Free space on /tmp= 42312 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-4_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303183-1534004348/watcher-4303183-1534004348 -o /tmp/evaluation-result-4303183-1534004348/solver-4303183-1534004348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580  xcsp_picat HOME/instance-4303183-1534004348.xml

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

MD5SUM BENCH= ce812152122c21d5982c9c6047fc1378
RANDOM SEED=961843781

node134.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.68
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.68
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.68
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.68
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:        18257276 kB
MemAvailable:   31784660 kB
Buffers:          170348 kB
Cached:         13506188 kB
SwapCached:           52 kB
Active:          4544080 kB
Inactive:        9309852 kB
Active(anon):     126572 kB
Inactive(anon):   103132 kB
Active(file):    4417508 kB
Inactive(file):  9206720 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3120 kB
Writeback:             8 kB
AnonPages:        190940 kB
Mapped:            55852 kB
Shmem:             49652 kB
Slab:             360464 kB
SReclaimable:     331616 kB
SUnreclaim:        28848 kB
KernelStack:        3472 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2487608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 42308 MiB
End job on node134 at 2018-08-11 18:33:33