Trace number 4293260

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.84 2520.01

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order30_c18.xml
MD5SUM2f5cbdca11052f8d5a6d32bd8b795ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark303.273
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints26100
Number of domains1
Minimum domain size900
Maximum domain size900
Distribution of domain sizes[{"size":900,"count":900}]
Minimum variable degree59
Maximum variable degree59
Distribution of variable degrees[{"degree":59,"count":900}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":26100}]
Number of extensional constraints0
Number of intensional constraints26100
Distribution of constraint types[{"type":"intension","count":26100}]
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 (5848 MiB free)
  memory of node 1: 16384 MiB (15382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293260-1532310258/watcher-4293260-1532310258 -o /tmp/evaluation-result-4293260-1532310258/solver-4293260-1532310258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6631 --watchdog 2580 xcsp_picat HOME/instance-4293260-1532310258.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=7890, runsolver pid=7887
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21720948/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=111688 memory=26456 CPUtime=0.1 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 1662 0 0 0 10 0 0 0 20 0 1 0 48588952 114368512 6614 33554432000 4194304 5849740 140732919959104 140732919959104 139971181734912 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 27922 6614 595 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 26456 KiB

[startup+0.209632 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21708660/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=111688 memory=34648 CPUtime=0.21 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 1687 0 0 0 21 0 0 0 20 0 1 0 48588952 114368512 8662 33554432000 4194304 5849740 140732919959104 140732919959104 4457035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 27922 8662 595 405 0 24866 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 34648 KiB

[startup+0.309615 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21693272/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=134632 memory=53520 CPUtime=0.31 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 3794 0 0 0 30 1 0 0 20 0 1 0 48588952 137863168 13380 33554432000 4194304 5849740 140732919959104 140732919959104 139971181344672 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 33658 13380 652 405 0 30602 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 134632 KiB
Current children cumulated memory: 53520 KiB

[startup+0.700404 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21633404/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=217592 memory=136464 CPUtime=0.69 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 9715 0 0 0 67 2 0 0 20 0 1 0 48588952 222814208 34116 33554432000 4194304 5849740 140732919959104 140732919959104 5378761 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 54398 34116 652 405 0 51342 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 217592 KiB
Current children cumulated memory: 136464 KiB

[startup+1.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21616956/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=210112 memory=129112 CPUtime=1.49 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 12149 0 0 0 146 3 0 0 20 0 1 0 48588952 215154688 32278 33554432000 4194304 5849740 140732919959104 140732919959104 5366560 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 52528 32278 668 405 0 49472 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 210112 KiB
Current children cumulated memory: 129112 KiB

[startup+3.10937 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21574760/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=256208 memory=168352 CPUtime=3.1 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 23974 0 0 0 305 5 0 0 20 0 1 0 48588952 262356992 42088 33554432000 4194304 5849740 140732919959104 140732919957352 5416719 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 64052 42088 675 405 0 60996 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 256208 KiB
Current children cumulated memory: 168352 KiB

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21556364/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=268124 memory=187108 CPUtime=6.29 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 37385 0 0 0 624 5 0 0 20 0 1 0 48588952 274558976 46777 33554432000 4194304 5849740 140732919959104 140732919956136 5309651 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 67031 46777 679 405 0 63975 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 268124 KiB
Current children cumulated memory: 187108 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21571212/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=252600 memory=171752 CPUtime=12.69 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 51789 0 0 0 1263 6 0 0 20 0 1 0 48588952 258662400 42938 33554432000 4194304 5849740 140732919959104 140732919958264 5437366 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 63150 42938 682 405 0 60094 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 252600 KiB
Current children cumulated memory: 171752 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21571220/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=252600 memory=171760 CPUtime=25.49 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 63150 0 0 0 2542 7 0 0 20 0 1 0 48588952 258662400 42940 33554432000 4194304 5849740 140732919959104 140732919958104 5307274 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 63150 42940 684 405 0 60094 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 252600 KiB
Current children cumulated memory: 171760 KiB

[startup+51.1089 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7891
/proc/meminfo: memFree=21568764/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=262536 memory=174884 CPUtime=51.09 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 72454 0 0 0 5099 10 0 0 20 0 1 0 48588952 268836864 43721 33554432000 4194304 5849740 140732919959104 140732919957592 4205041 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 65634 43721 696 405 0 62578 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 262536 KiB
Current children cumulated memory: 174884 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7892
/proc/meminfo: memFree=21568764/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=262536 memory=174884 CPUtime=102.29 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 74884 0 0 0 10218 11 0 0 20 0 1 0 48588952 268836864 43721 33554432000 4194304 5849740 140732919959104 140732919957592 4205078 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 65634 43721 696 405 0 62578 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 262536 KiB
Current children cumulated memory: 174884 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7893
/proc/meminfo: memFree=21581240/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=246248 memory=162488 CPUtime=162.28 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 94220 0 0 0 16213 15 0 0 20 0 1 0 48588952 252157952 40622 33554432000 4194304 5849740 140732919959104 140732919957592 4205041 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 61562 40622 696 405 0 58506 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 246248 KiB
Current children cumulated memory: 162488 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28773376/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=246248 memory=162596 CPUtime=222.28 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 95999 0 0 0 22212 16 0 0 20 0 1 0 48588952 252157952 40649 33554432000 4194304 5849740 140732919959104 140732919957592 4205041 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 61562 40649 696 405 0 58506 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 246248 KiB
Current children cumulated memory: 162596 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7955
/proc/meminfo: memFree=28740036/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=245808 memory=171888 CPUtime=282.28 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 98392 0 0 0 28211 17 0 0 20 0 1 0 48588952 251707392 42972 33554432000 4194304 5849740 140732919959104 140732919958264 139971181756295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 61452 42972 696 405 0 58396 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 245808 KiB
Current children cumulated memory: 171888 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7956
/proc/meminfo: memFree=28717900/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=260840 memory=181600 CPUtime=342.27 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 102904 0 0 0 34208 19 0 0 20 0 1 0 48588952 267100160 45400 33554432000 4194304 5849740 140732919959104 140732919957592 4205078 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 65210 45400 696 405 0 62154 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 260840 KiB
Current children cumulated memory: 181600 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7965
/proc/meminfo: memFree=28709120/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=228072 memory=148832 CPUtime=402.27 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 113394 0 0 0 40206 21 0 0 20 0 1 0 48588952 233545728 37208 33554432000 4194304 5849740 140732919959104 140732919958264 5307557 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 57018 37208 696 405 0 53962 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 228072 KiB
Current children cumulated memory: 148832 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7966
/proc/meminfo: memFree=28673924/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=259560 memory=185712 CPUtime=462.28 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 117998 0 0 0 46204 24 0 0 20 0 1 0 48588952 265789440 46428 33554432000 4194304 5849740 140732919959104 140732919957592 4205083 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 64890 46428 696 405 0 61834 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 259560 KiB
Current children cumulated memory: 185712 KiB


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

/proc/7890/statm: 158764 140316 696 405 0 155708 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 635056 KiB
Current children cumulated memory: 561264 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8029
/proc/meminfo: memFree=28254296/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=635056 memory=561264 CPUtime=1782.19 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 451066 0 0 0 177744 475 0 0 20 0 1 0 48588952 650297344 140316 33554432000 4194304 5849740 140732919959104 140732919958104 5437654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 158764 140316 696 405 0 155708 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 635056 KiB
Current children cumulated memory: 561264 KiB

[startup+1842.3 s]
/proc/loadavg: 2.29 2.08 2.07 3/188 8030
/proc/meminfo: memFree=28218520/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=670296 memory=596504 CPUtime=1842.18 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 503499 0 0 0 183726 492 0 0 20 0 1 0 48588952 686383104 149126 33554432000 4194304 5849740 140732919959104 140732919958104 139971181756295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 167574 149126 696 405 0 164518 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 670296 KiB
Current children cumulated memory: 596504 KiB

[startup+1902.3 s]
/proc/loadavg: 2.29 2.14 2.09 3/187 8031
/proc/meminfo: memFree=28321432/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=547864 memory=474072 CPUtime=1902.18 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 529231 0 0 0 189708 510 0 0 20 0 1 0 48588952 561012736 118518 33554432000 4194304 5849740 140732919959104 140732919958104 139971181756295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 136966 118518 696 405 0 133910 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 547864 KiB
Current children cumulated memory: 474072 KiB

[startup+1962.3 s]
/proc/loadavg: 2.11 2.11 2.08 3/187 8032
/proc/meminfo: memFree=28277668/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=547864 memory=474072 CPUtime=1962.18 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 564456 0 0 0 195694 524 0 0 20 0 1 0 48588952 561012736 118518 33554432000 4194304 5849740 140732919959104 140732919958264 5438241 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 136966 118518 696 405 0 133910 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 547864 KiB
Current children cumulated memory: 474072 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 8033
/proc/meminfo: memFree=28319112/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=547864 memory=474072 CPUtime=2022.15 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 592465 0 0 0 201673 542 0 0 20 0 1 0 48588952 561012736 118518 33554432000 4194304 5849740 140732919959104 140732919958104 139971181756295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 136966 118518 696 405 0 133910 0
Current children cumulated CPU time: 2022.15 s
Current children cumulated vsize: 547864 KiB
Current children cumulated memory: 474072 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 8034
/proc/meminfo: memFree=28122672/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=734900 memory=661108 CPUtime=2082.15 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 606849 0 0 0 207655 560 0 0 20 0 1 0 48588952 752537600 165277 33554432000 4194304 5849740 140732919959104 140732919958264 5335568 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 183725 165277 696 405 0 180669 0
Current children cumulated CPU time: 2082.15 s
Current children cumulated vsize: 734900 KiB
Current children cumulated memory: 661108 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 8035
/proc/meminfo: memFree=28105540/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=734900 memory=661108 CPUtime=2142.14 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 619148 0 0 0 213642 572 0 0 20 0 1 0 48588952 752537600 165277 33554432000 4194304 5849740 140732919959104 140732919958104 5335566 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 183725 165277 696 405 0 180669 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 734900 KiB
Current children cumulated memory: 661108 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 8044
/proc/meminfo: memFree=28202684/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=626880 memory=553088 CPUtime=2202.13 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 625133 0 0 0 219630 583 0 0 20 0 1 0 48588952 641925120 138272 33554432000 4194304 5849740 140732919959104 140732919958264 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 156720 138272 696 405 0 153664 0
Current children cumulated CPU time: 2202.13 s
Current children cumulated vsize: 626880 KiB
Current children cumulated memory: 553088 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 8045
/proc/meminfo: memFree=28071624/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=757952 memory=684160 CPUtime=2262.13 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 627927 0 0 0 225619 594 0 0 20 0 1 0 48588952 776142848 171040 33554432000 4194304 5849740 140732919959104 140732919958104 5438330 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 189488 171040 696 405 0 186432 0
Current children cumulated CPU time: 2262.13 s
Current children cumulated vsize: 757952 KiB
Current children cumulated memory: 684160 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 8046
/proc/meminfo: memFree=28035012/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=757952 memory=684160 CPUtime=2322.13 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 629919 0 0 0 231611 602 0 0 20 0 1 0 48588952 776142848 171040 33554432000 4194304 5849740 140732919959104 140732919958104 5335568 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 189488 171040 696 405 0 186432 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 757952 KiB
Current children cumulated memory: 684160 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8047
/proc/meminfo: memFree=27972372/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=800640 memory=726848 CPUtime=2382.13 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 634992 0 0 0 237594 619 0 0 20 0 1 0 48588952 819855360 181712 33554432000 4194304 5849740 140732919959104 140732919958104 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 200160 181712 696 405 0 197104 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 800640 KiB
Current children cumulated memory: 726848 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8048
/proc/meminfo: memFree=27919408/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=800640 memory=726848 CPUtime=2442.12 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 638826 0 0 0 243586 626 0 0 20 0 1 0 48588952 819855360 181712 33554432000 4194304 5849740 140732919959104 140732919958104 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 200160 181712 696 405 0 197104 0
Current children cumulated CPU time: 2442.12 s
Current children cumulated vsize: 800640 KiB
Current children cumulated memory: 726848 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8050
/proc/meminfo: memFree=27948948/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=800640 memory=726848 CPUtime=2502.12 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 642625 0 0 0 249575 637 0 0 20 0 1 0 48588952 819855360 181712 33554432000 4194304 5849740 140732919959104 140732919958104 139971181756295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 200160 181712 696 405 0 197104 0
Current children cumulated CPU time: 2502.12 s
Current children cumulated vsize: 800640 KiB
Current children cumulated memory: 726848 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 8050
/proc/meminfo: memFree=27948948/32770624 swapFree=67108796/67108860
[pid=7890] ppid=7887 vsize=800640 memory=726848 CPUtime=2519.83 cores=1,3,5,7
/proc/7890/stat : 7890 (xcsp_picat) R 7887 7890 6599 0 -1 4202496 642855 0 0 0 251344 639 0 0 20 0 1 0 48588952 819855360 181712 33554432000 4194304 5849740 140732919959104 140732919958104 5438196 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35889152 140732919964854 140732919964932 140732919964932 140732919967690 0
/proc/7890/statm: 200160 181712 696 405 0 197104 0
Current children cumulated CPU time: 2519.83 s
Current children cumulated vsize: 800640 KiB
Current children cumulated memory: 726848 KiB

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

[startup+2520.01 s]
# the end of solver process 7890 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.44 s, system=6.39877 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.84
CPU user time (s): 2513.44
CPU system time (s): 6.39877
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 800640
Max. memory (cumulated for all children) (KiB): 726848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.44
system time used= 6.39877
maximum resident set size= 726848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642855
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= 160
involuntary context switches= 2016


# summary of solver processes directly reported to runsolver:
#   pid: 7890
#   total CPU time (s): 2519.84
#   total CPU user time (s): 2513.44
#   total CPU system time (s): 6.39877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.2468 second user time and 18.0836 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-23 03:44:18
IDJOB=4293260
IDBENCH=141144
IDSOLVER=2754
FILE ID=node138/4293260-1532310258
RUNJOBID= node138-1532297650-6631
PBS_JOBID= 21018993
Free space on /tmp= 59072 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order30_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293260-1532310258/watcher-4293260-1532310258 -o /tmp/evaluation-result-4293260-1532310258/solver-4293260-1532310258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6631 --watchdog 2580  xcsp_picat HOME/instance-4293260-1532310258.xml

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

MD5SUM BENCH= 2f5cbdca11052f8d5a6d32bd8b795ba4
RANDOM SEED=1086853041

node138.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.71
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.71
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.71
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.71
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:        21740848 kB
MemAvailable:   24727228 kB
Buffers:          109208 kB
Cached:          3137348 kB
SwapCached:           44 kB
Active:          8435972 kB
Inactive:        2098132 kB
Active(anon):    7229012 kB
Inactive(anon):    78204 kB
Active(file):    1206960 kB
Inactive(file):  2019928 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3888 kB
Writeback:             0 kB
AnonPages:       7295084 kB
Mapped:            32608 kB
Shmem:             16972 kB
Slab:             179056 kB
SReclaimable:     150656 kB
SUnreclaim:        28400 kB
KernelStack:        3360 kB
PageTables:        19308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7888228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6359040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59104 MiB
End job on node138 at 2018-07-23 04:26:18