Trace number 4395723

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 2019-09-12? (TO) 2400.03 2400.11

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

12.89/12.98	c xcsp_picat version 2.7b12 (9/12/2019)
28.39/28.49	o 169
418.57/418.62	o 94

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395723-1568334422/watcher-4395723-1568334422 -o /tmp/evaluation-result-4395723-1568334422/solver-4395723-1568334422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31468 --watchdog 2560 xcsp_picat HOME/instance-4395723-1568334422.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2870, runsolver pid=2867

[startup+0.100168 s]*
/proc/loadavg: 2.14 2.13 2.09 3/203 2871
/proc/meminfo: memFree=30884044/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2042684 memory=32644 CPUtime=0.09 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 3863 0 0 0 9 0 0 0 20 0 1 0 409691795 2091708416 8161 33554432000 4194304 5870510 140728594753344 140728594750488 5278626 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 510671 8161 907 410 0 506144 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2042684 KiB
Current children cumulated memory: 32644 KiB

[startup+0.209968 s]*
/proc/loadavg: 2.14 2.13 2.09 3/203 2871
/proc/meminfo: memFree=30860668/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2062780 memory=53568 CPUtime=0.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 9188 0 0 0 20 1 0 0 20 0 1 0 409691795 2112286720 13392 33554432000 4194304 5870510 140728594753344 140728594750488 5337088 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 515695 13392 963 410 0 511168 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2062780 KiB
Current children cumulated memory: 53568 KiB

[startup+0.30999 s]*
/proc/loadavg: 2.14 2.13 2.09 3/203 2871
/proc/meminfo: memFree=30852916/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2071068 memory=62416 CPUtime=0.3 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 10926 0 0 0 29 1 0 0 20 0 1 0 409691795 2120773632 15604 33554432000 4194304 5870510 140728594753344 140728594750488 140033790880299 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 517767 15604 968 410 0 513240 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2071068 KiB
Current children cumulated memory: 62416 KiB

[startup+0.700386 s]
/proc/loadavg: 2.14 2.13 2.09 3/203 2871
/proc/meminfo: memFree=30850684/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2077160 memory=68544 CPUtime=0.69 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 13108 0 0 0 68 1 0 0 20 0 1 0 409691795 2127011840 17136 33554432000 4194304 5870510 140728594753344 140728594750488 5287642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 519290 17136 969 410 0 514763 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2077160 KiB
Current children cumulated memory: 68544 KiB

[startup+1.50041 s]
/proc/loadavg: 2.14 2.13 2.09 3/203 2871
/proc/meminfo: memFree=30842236/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2079304 memory=70812 CPUtime=1.49 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 14057 0 0 0 147 2 0 0 20 0 1 0 409691795 2129207296 17703 33554432000 4194304 5870510 140728594753344 140728594751496 5337610 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 519826 17703 969 410 0 515299 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2079304 KiB
Current children cumulated memory: 70812 KiB

[startup+3.10984 s]
/proc/loadavg: 2.13 2.12 2.09 3/203 2871
/proc/meminfo: memFree=30800356/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2129336 memory=114432 CPUtime=3.1 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 21480 0 0 0 307 3 0 0 20 0 1 0 409691795 2180440064 28608 33554432000 4194304 5870510 140728594753344 140728594751512 5261122 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 532334 28608 969 410 0 527807 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2129336 KiB
Current children cumulated memory: 114432 KiB

[startup+6.30039 s]
/proc/loadavg: 2.13 2.12 2.09 3/204 2873
/proc/meminfo: memFree=30808660/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2116136 memory=105856 CPUtime=6.29 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 28568 0 0 0 625 4 0 0 20 0 1 0 409691795 2166923264 26464 33554432000 4194304 5870510 140728594753344 140728594752152 5310389 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 529034 26464 989 410 0 524507 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2116136 KiB
Current children cumulated memory: 105856 KiB

[startup+12.7004 s]
/proc/loadavg: 2.11 2.12 2.08 3/204 2874
/proc/meminfo: memFree=30809032/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2116136 memory=105864 CPUtime=12.69 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 34130 0 0 0 1265 4 0 0 20 0 1 0 409691795 2166923264 26466 33554432000 4194304 5870510 140728594753344 140728594752152 5282568 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 529034 26466 991 410 0 524507 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2116136 KiB
Current children cumulated memory: 105864 KiB

[startup+25.5004 s]
/proc/loadavg: 2.09 2.12 2.08 3/203 2874
/proc/meminfo: memFree=30814272/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2108900 memory=101232 CPUtime=25.49 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 48560 0 0 0 2543 6 0 0 20 0 1 0 409691795 2159513600 25308 33554432000 4194304 5870510 140728594753344 140728594752056 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 527225 25308 998 410 0 522698 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2108900 KiB
Current children cumulated memory: 101232 KiB

[startup+51.1099 s]
/proc/loadavg: 2.06 2.11 2.08 3/204 2876
/proc/meminfo: memFree=30808132/32770624 swapFree=66966280/67108860
[pid=2870] ppid=2867 vsize=2115964 memory=107500 CPUtime=51.09 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 59644 0 0 0 5102 7 0 0 20 0 1 0 409691795 2166747136 26875 33554432000 4194304 5870510 140728594753344 140728594751880 5288847 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 528991 26875 998 410 0 524464 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2115964 KiB
Current children cumulated memory: 107500 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/204 2881
/proc/meminfo: memFree=30807968/32770624 swapFree=66966284/67108860
[pid=2870] ppid=2867 vsize=2115964 memory=107548 CPUtime=102.29 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 67997 0 0 0 10220 9 0 0 20 0 1 0 409691795 2166747136 26887 33554432000 4194304 5870510 140728594753344 140728594751880 5282595 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 528991 26887 998 410 0 524464 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2115964 KiB
Current children cumulated memory: 107548 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/203 2885
/proc/meminfo: memFree=30789476/32770624 swapFree=66966284/67108860
[pid=2870] ppid=2867 vsize=2136300 memory=125580 CPUtime=162.28 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 75649 0 0 0 16218 10 0 0 20 0 1 0 409691795 2187571200 31395 33554432000 4194304 5870510 140728594753344 140728594751912 5282770 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 534075 31395 998 410 0 529548 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2136300 KiB
Current children cumulated memory: 125580 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.07 2.07 3/203 2896
/proc/meminfo: memFree=30789272/32770624 swapFree=66966296/67108860
[pid=2870] ppid=2867 vsize=2136300 memory=125584 CPUtime=222.28 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 81844 0 0 0 22218 10 0 0 20 0 1 0 409691795 2187571200 31396 33554432000 4194304 5870510 140728594753344 140728594751912 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 534075 31396 998 410 0 529548 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2136300 KiB
Current children cumulated memory: 125584 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 2.06 3/203 2902
/proc/meminfo: memFree=30789460/32770624 swapFree=66966296/67108860
[pid=2870] ppid=2867 vsize=2136300 memory=125932 CPUtime=282.28 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 82847 0 0 0 28218 10 0 0 20 0 1 0 409691795 2187571200 31483 33554432000 4194304 5870510 140728594753344 140728594751912 140033796510549 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 534075 31483 998 410 0 529548 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2136300 KiB
Current children cumulated memory: 125932 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.05 2.06 3/202 2906
/proc/meminfo: memFree=30789940/32770624 swapFree=66966296/67108860
[pid=2870] ppid=2867 vsize=2136300 memory=126080 CPUtime=342.28 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 89648 0 0 0 34217 11 0 0 20 0 1 0 409691795 2187571200 31520 33554432000 4194304 5870510 140728594753344 140728594751912 5272880 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 534075 31520 998 410 0 529548 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2136300 KiB
Current children cumulated memory: 126080 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/202 2910
/proc/meminfo: memFree=30814672/32770624 swapFree=66966296/67108860
[pid=2870] ppid=2867 vsize=2107932 memory=101100 CPUtime=402.27 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 96100 0 0 0 40214 13 0 0 20 0 1 0 409691795 2158522368 25275 33554432000 4194304 5870510 140728594753344 140728594752056 140033796510619 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 526983 25275 1001 410 0 522456 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2107932 KiB
Current children cumulated memory: 101100 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/204 2917
/proc/meminfo: memFree=30814488/32770624 swapFree=66966296/67108860
[pid=2870] ppid=2867 vsize=2107884 memory=101272 CPUtime=462.28 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 110551 0 0 0 46212 16 0 0 20 0 1 0 409691795 2158473216 25318 33554432000 4194304 5870510 140728594753344 140728594752456 5288946 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 526971 25318 1001 410 0 522444 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2107884 KiB
Current children cumulated memory: 101272 KiB


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

/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1662.23 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/204 3034
/proc/meminfo: memFree=30762660/32770624 swapFree=66966304/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=1722.22 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 159641 0 0 0 172201 21 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/202 3038
/proc/meminfo: memFree=30762956/32770624 swapFree=66966304/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=1782.23 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 159653 0 0 0 178201 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5289042 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/202 3042
/proc/meminfo: memFree=30749676/32770624 swapFree=66966304/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=1842.23 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 159985 0 0 0 184201 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5288765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3049
/proc/meminfo: memFree=30750388/32770624 swapFree=66966304/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=1902.23 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 159995 0 0 0 190201 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5308303 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/202 3113
/proc/meminfo: memFree=30821636/32770624 swapFree=66966304/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=1962.22 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 160328 0 0 0 196200 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5283076 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2022.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/203 3125
/proc/meminfo: memFree=30812584/32770624 swapFree=66966312/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2022.22 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 160340 0 0 0 202200 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/205 3153
/proc/meminfo: memFree=30819712/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2082.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 160673 0 0 0 208199 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5288765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/204 3157
/proc/meminfo: memFree=30809524/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2142.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 160686 0 0 0 214199 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2202.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/204 3161
/proc/meminfo: memFree=30800176/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2202.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 161019 0 0 0 220199 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5283028 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/205 3167
/proc/meminfo: memFree=30771588/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2262.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 161030 0 0 0 226199 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/203 3171
/proc/meminfo: memFree=30771452/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2144756 memory=130556 CPUtime=2322.21 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 161364 0 0 0 232199 22 0 0 20 0 1 0 409691795 2196230144 32639 33554432000 4194304 5870510 140728594753344 140728594751784 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536189 32639 1001 410 0 531662 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 2144756 KiB
Current children cumulated memory: 130556 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3175
/proc/meminfo: memFree=30761132/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2145104 memory=140340 CPUtime=2382.2 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 161820 0 0 0 238198 22 0 0 20 0 1 0 409691795 2196586496 35085 33554432000 4194304 5870510 140728594753344 140728594751912 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536276 35085 1001 410 0 531749 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 2145104 KiB
Current children cumulated memory: 140340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3178
/proc/meminfo: memFree=30759644/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2145104 memory=140388 CPUtime=2400.02 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 162566 0 0 0 239979 23 0 0 20 0 1 0 409691795 2196586496 35097 33554432000 4194304 5870510 140728594753344 140728594751912 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536276 35097 1001 410 0 531749 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2145104 KiB
Current children cumulated memory: 140388 KiB

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

[startup+2400.11 s]
# the end of solver process 2870 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.79 s, system=0.231992 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3178
/proc/meminfo: memFree=30759644/32770624 swapFree=66966316/67108860
[pid=2870] ppid=2867 vsize=2145104 memory=140388 CPUtime=2400.02 cores=1,3,5,7
/proc/2870/stat : 2870 (xcsp_picat) R 2867 2870 31436 0 -1 4202496 162566 0 0 0 239979 23 0 0 20 0 1 0 409691795 2196586496 35097 33554432000 4194304 5870510 140728594753344 140728594751912 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 34250752 140728594756639 140728594756717 140728594756717 140728594759626 0
/proc/2870/statm: 536276 35097 1001 410 0 531749 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2145104 KiB
Current children cumulated memory: 140388 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.03
CPU user time (s): 2399.79
CPU system time (s): 0.231992
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 2145104
Max. memory (cumulated for all children) (KiB): 140388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.8
system time used= 0.231992
maximum resident set size= 140388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162566
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= 19
involuntary context switches= 984


# summary of solver processes directly reported to runsolver:
#   pid: 2870
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.79
#   total CPU system time (s): 0.231992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1544 second user time and 18.0228 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 02:26:22
IDJOB=4395723
IDBENCH=126231
IDSOLVER=2845
FILE ID=node135/4395723-1568334422
RUNJOBID= node135-1568323825-31468
PBS_JOBID= 21701148
Free space on /tmp= 59124 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395723-1568334422/watcher-4395723-1568334422 -o /tmp/evaluation-result-4395723-1568334422/solver-4395723-1568334422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31468 --watchdog 2560  xcsp_picat HOME/instance-4395723-1568334422.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=603688712

node135.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.76
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.76
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.76
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.76
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:        30911684 kB
MemAvailable:   31737900 kB
Buffers:          121444 kB
Cached:           971064 kB
SwapCached:        35760 kB
Active:           556868 kB
Inactive:         702308 kB
Active(anon):     138164 kB
Inactive(anon):    59704 kB
Active(file):     418704 kB
Inactive(file):   642604 kB
Unevictable:      109776 kB
Mlocked:          109776 kB
SwapTotal:      67108860 kB
SwapFree:       66966280 kB
Dirty:              3188 kB
Writeback:             0 kB
AnonPages:        253528 kB
Mapped:            36552 kB
Shmem:             22712 kB
Slab:             192792 kB
SReclaimable:     161484 kB
SUnreclaim:        31308 kB
KernelStack:        3824 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2641884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 59120 MiB
End job on node135 at 2019-09-13 03:06:23