Trace number 4407786

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

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-ttp/
Pb-circ8-3.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark182
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

39.19/39.20	c xcsp_picat version 2.7b12 (9/12/2019)
39.19/39.20	o 206

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407786-1569512762/watcher-4407786-1569512762 -o /tmp/evaluation-result-4407786-1569512762/solver-4407786-1569512762 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569505957-29922 --watchdog 2560 xcsp_picat HOME/instance-4407786-1569512762.xml 

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

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
solver pid=31059, runsolver pid=31056
Current StackSize limit: 8192 KiB


[startup+0.100622 s]*
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26159412/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2031716 memory=25732 CPUtime=0.1 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 1483 0 0 0 10 0 0 0 20 0 1 0 527530122 2080477184 6433 33554432000 4194304 5870510 140729180675488 140729180674792 140502309063680 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 507929 6433 858 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 25732 KiB

[startup+0.209671 s]*
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26144960/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2031716 memory=40068 CPUtime=0.21 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 1505 0 0 0 21 0 0 0 20 0 1 0 527530122 2080477184 10017 33554432000 4194304 5870510 140729180675488 140729180674792 4520559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 507929 10017 858 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 40068 KiB

[startup+0.309545 s]*
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26132548/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2031716 memory=50308 CPUtime=0.3 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 1540 0 0 0 30 0 0 0 20 0 1 0 527530122 2080477184 12577 33554432000 4194304 5870510 140729180675488 140729180674792 4475153 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 507929 12577 858 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 50308 KiB

[startup+0.700243 s]
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26111324/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2041652 memory=77200 CPUtime=0.69 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 3176 0 0 0 68 1 0 0 20 0 1 0 527530122 2090651648 19300 33554432000 4194304 5870510 140729180675488 140729180674584 5477031 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 510413 19300 944 410 0 505886 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041652 KiB
Current children cumulated memory: 77200 KiB

[startup+1.50028 s]
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26106116/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2042708 memory=80512 CPUtime=1.48 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 3498 0 0 0 144 4 0 0 20 0 1 0 527530122 2091732992 20128 33554432000 4194304 5870510 140729180675488 140729180674728 140502309085063 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 510677 20128 963 410 0 506150 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2042708 KiB
Current children cumulated memory: 80512 KiB

[startup+3.10949 s]
/proc/loadavg: 2.07 2.08 1.98 3/200 31060
/proc/meminfo: memFree=26101072/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2045348 memory=83260 CPUtime=3.09 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 4964 0 0 0 303 6 0 0 20 0 1 0 527530122 2094436352 20815 33554432000 4194304 5870510 140729180675488 140729180674664 140502309085063 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 511337 20815 963 410 0 506810 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2045348 KiB
Current children cumulated memory: 83260 KiB

[startup+6.30031 s]
/proc/loadavg: 1.98 2.06 1.98 3/200 31060
/proc/meminfo: memFree=26092196/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2053528 memory=91464 CPUtime=6.28 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 12785 0 0 0 611 17 0 0 20 0 1 0 527530122 2102812672 22866 33554432000 4194304 5870510 140729180675488 140729180674664 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 513382 22866 994 410 0 508855 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2053528 KiB
Current children cumulated memory: 91464 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 2.06 1.98 3/200 31060
/proc/meminfo: memFree=26079592/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2076664 memory=115240 CPUtime=12.68 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 18767 0 0 0 1250 18 0 0 20 0 1 0 527530122 2126503936 28810 33554432000 4194304 5870510 140729180675488 140729180673928 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 519166 28810 996 410 0 514639 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2076664 KiB
Current children cumulated memory: 115240 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 2.06 1.98 3/200 31062
/proc/meminfo: memFree=26068816/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2080596 memory=114032 CPUtime=25.49 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 27435 0 0 0 2514 35 0 0 20 0 1 0 527530122 2130530304 28508 33554432000 4194304 5870510 140729180675488 140729180674664 5282609 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 520149 28508 1003 410 0 515622 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2080596 KiB
Current children cumulated memory: 114032 KiB

[startup+51.1095 s]
/proc/loadavg: 1.99 2.05 1.98 3/199 31063
/proc/meminfo: memFree=26042912/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2099712 memory=140188 CPUtime=51.09 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 33913 0 0 0 5073 36 0 0 20 0 1 0 527530122 2150105088 35047 33554432000 4194304 5870510 140729180675488 140729180674600 5256819 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 524928 35047 1003 410 0 520401 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2099712 KiB
Current children cumulated memory: 140188 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 31066
/proc/meminfo: memFree=26042736/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2099712 memory=140192 CPUtime=102.29 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 40884 0 0 0 10177 52 0 0 20 0 1 0 527530122 2150105088 35048 33554432000 4194304 5870510 140729180675488 140729180674504 5282667 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 524928 35048 1003 410 0 520401 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2099712 KiB
Current children cumulated memory: 140192 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 1.98 3/200 31073
/proc/meminfo: memFree=26017180/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2110272 memory=150132 CPUtime=162.28 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 46091 0 0 0 16176 52 0 0 20 0 1 0 527530122 2160918528 37533 33554432000 4194304 5870510 140729180675488 140729180674056 5272968 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 527568 37533 1003 410 0 523041 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2110272 KiB
Current children cumulated memory: 150132 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/200 31201
/proc/meminfo: memFree=26035036/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2110272 memory=151676 CPUtime=222.27 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 47038 0 0 0 22175 52 0 0 20 0 1 0 527530122 2160918528 37919 33554432000 4194304 5870510 140729180675488 140729180674056 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 527568 37919 1003 410 0 523041 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2110272 KiB
Current children cumulated memory: 151676 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/200 31205
/proc/meminfo: memFree=26019536/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2128940 memory=157732 CPUtime=282.27 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 47493 0 0 0 28175 52 0 0 20 0 1 0 527530122 2180034560 39433 33554432000 4194304 5870510 140729180675488 140729180673928 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 532235 39433 1003 410 0 527708 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2128940 KiB
Current children cumulated memory: 157732 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/199 31218
/proc/meminfo: memFree=26000580/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2128940 memory=157732 CPUtime=342.27 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 47602 0 0 0 34175 52 0 0 20 0 1 0 527530122 2180034560 39433 33554432000 4194304 5870510 140729180675488 140729180673928 5272962 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 532235 39433 1003 410 0 527708 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2128940 KiB
Current children cumulated memory: 157732 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/199 31222
/proc/meminfo: memFree=25991916/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2128940 memory=166460 CPUtime=402.27 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 48597 0 0 0 40175 52 0 0 20 0 1 0 527530122 2180034560 41615 33554432000 4194304 5870510 140729180675488 140729180673928 5282738 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 532235 41615 1003 410 0 527708 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2128940 KiB
Current children cumulated memory: 166460 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/198 31226
/proc/meminfo: memFree=26014752/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2099656 memory=143960 CPUtime=462.27 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 53595 0 0 0 46159 68 0 0 20 0 1 0 527530122 2150047744 35990 33554432000 4194304 5870510 140729180675488 140729180674504 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 524914 35990 1003 410 0 520387 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2099656 KiB
Current children cumulated memory: 143960 KiB


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

/proc/31059/statm: 545292 56117 1003 410 0 540765 0
Current children cumulated CPU time: 1662.25 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 224468 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/198 31363
/proc/meminfo: memFree=25983668/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=224468 CPUtime=1722.25 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 126166 0 0 0 172148 77 0 0 20 0 1 0 527530122 2233516032 56117 33554432000 4194304 5870510 140729180675488 140729180674056 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 56117 1003 410 0 540765 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 224468 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/198 31369
/proc/meminfo: memFree=25945596/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=224468 CPUtime=1782.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 126312 0 0 0 178147 77 0 0 20 0 1 0 527530122 2233516032 56117 33554432000 4194304 5870510 140729180675488 140729180674056 5283102 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 56117 1003 410 0 540765 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 224468 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/198 31373
/proc/meminfo: memFree=25931192/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=224468 CPUtime=1842.25 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 132476 0 0 0 184147 78 0 0 20 0 1 0 527530122 2233516032 56117 33554432000 4194304 5870510 140729180675488 140729180674056 5282747 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 56117 1003 410 0 540765 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 224468 KiB

[startup+1902.3 s]
/proc/loadavg: 2.40 2.11 2.02 3/198 31377
/proc/meminfo: memFree=25930460/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=224468 CPUtime=1902.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 132931 0 0 0 190146 78 0 0 20 0 1 0 527530122 2233516032 56117 33554432000 4194304 5870510 140729180675488 140729180674056 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 56117 1003 410 0 540765 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 224468 KiB

[startup+1962.3 s]
/proc/loadavg: 2.29 2.15 2.04 3/199 31384
/proc/meminfo: memFree=25931340/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=223612 CPUtime=1962.25 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 140347 0 0 0 196145 80 0 0 20 0 1 0 527530122 2233516032 55903 33554432000 4194304 5870510 140729180675488 140729180674056 5282617 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 55903 1003 410 0 540765 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 223612 KiB

[startup+2022.3 s]
/proc/loadavg: 2.11 2.12 2.04 3/199 31388
/proc/meminfo: memFree=25912816/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2181168 memory=223612 CPUtime=2022.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 141194 0 0 0 202144 80 0 0 20 0 1 0 527530122 2233516032 55903 33554432000 4194304 5870510 140729180675488 140729180674056 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 545292 55903 1003 410 0 540765 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 2181168 KiB
Current children cumulated memory: 223612 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.10 2.04 3/199 31392
/proc/meminfo: memFree=25903652/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2188304 memory=232632 CPUtime=2082.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 148941 0 0 0 208143 81 0 0 20 0 1 0 527530122 2240823296 58158 33554432000 4194304 5870510 140729180675488 140729180674056 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 547076 58158 1003 410 0 542549 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 2188304 KiB
Current children cumulated memory: 232632 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/199 31405
/proc/meminfo: memFree=25903508/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2188304 memory=232632 CPUtime=2142.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 149148 0 0 0 214143 81 0 0 20 0 1 0 527530122 2240823296 58158 33554432000 4194304 5870510 140729180675488 140729180674056 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 547076 58158 1003 410 0 542549 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 2188304 KiB
Current children cumulated memory: 232632 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.07 2.04 3/199 31409
/proc/meminfo: memFree=25903312/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2188304 memory=232632 CPUtime=2202.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 154755 0 0 0 220142 82 0 0 20 0 1 0 527530122 2240823296 58158 33554432000 4194304 5870510 140729180675488 140729180674056 5282747 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 547076 58158 1003 410 0 542549 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2188304 KiB
Current children cumulated memory: 232632 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/198 31413
/proc/meminfo: memFree=25902836/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2188304 memory=232632 CPUtime=2262.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 155277 0 0 0 226142 82 0 0 20 0 1 0 527530122 2240823296 58158 33554432000 4194304 5870510 140729180675488 140729180674056 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 547076 58158 1003 410 0 542549 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 2188304 KiB
Current children cumulated memory: 232632 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/198 31419
/proc/meminfo: memFree=25904684/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2189796 memory=232636 CPUtime=2322.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 162420 0 0 0 232141 83 0 0 20 0 1 0 527530122 2242351104 58159 33554432000 4194304 5870510 140729180675488 140729180674056 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 547449 58159 1003 410 0 542922 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 2189796 KiB
Current children cumulated memory: 232636 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/198 31423
/proc/meminfo: memFree=25886028/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2208764 memory=250196 CPUtime=2382.24 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 163564 0 0 0 238141 83 0 0 20 0 1 0 527530122 2261774336 62549 33554432000 4194304 5870510 140729180675488 140729180674056 5274675 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 552191 62549 1003 410 0 547664 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 2208764 KiB
Current children cumulated memory: 250196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.04 2.04 3/198 31426
/proc/meminfo: memFree=25875344/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2208764 memory=250236 CPUtime=2400.05 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 163698 0 0 0 239922 83 0 0 20 0 1 0 527530122 2261774336 62559 33554432000 4194304 5870510 140729180675488 140729180674056 5282525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 552191 62559 1003 410 0 547664 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2208764 KiB
Current children cumulated memory: 250236 KiB

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

[startup+2400.11 s]
# the end of solver process 31059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.22 s, system=0.836986 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.04 2.04 3/198 31426
/proc/meminfo: memFree=25875344/32770624 swapFree=67000008/67108860
[pid=31059] ppid=31056 vsize=2208764 memory=250236 CPUtime=2400.05 cores=0,2,4,6
/proc/31059/stat : 31059 (xcsp_picat) R 31056 31059 29891 0 -1 4202496 163698 0 0 0 239922 83 0 0 20 0 1 0 527530122 2261774336 62559 33554432000 4194304 5870510 140729180675488 140729180674056 5282525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33222656 140729180681247 140729180681325 140729180681325 140729180684234 0
/proc/31059/statm: 552191 62559 1003 410 0 547664 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2208764 KiB
Current children cumulated memory: 250236 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.06
CPU user time (s): 2399.22
CPU system time (s): 0.836986
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 2218816
Max. memory (cumulated for all children) (KiB): 250236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.22
system time used= 0.836986
maximum resident set size= 250236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163698
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= 14
involuntary context switches= 662


# summary of solver processes directly reported to runsolver:
#   pid: 31059
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.22
#   total CPU system time (s): 0.836986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.46114 second user time and 18.1791 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-26 16:44:38
IDJOB=4407786
IDBENCH=135481
IDSOLVER=2873
FILE ID=node106/4407786-1569512762
RUNJOBID= node106-1569505957-29922
PBS_JOBID= 21705799
Free space on /tmp= 23484 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-ttp/Pb-circ8-3.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407786-1569512762/watcher-4407786-1569512762 -o /tmp/evaluation-result-4407786-1569512762/solver-4407786-1569512762 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569505957-29922 --watchdog 2560  xcsp_picat HOME/instance-4407786-1569512762.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=730888957

node106.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.79
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.79
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.79
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.79
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:        26179756 kB
MemAvailable:   31701756 kB
Buffers:          110492 kB
Cached:          5621412 kB
SwapCached:         4560 kB
Active:          2637436 kB
Inactive:        3231796 kB
Active(anon):     148172 kB
Inactive(anon):    58552 kB
Active(file):    2489264 kB
Inactive(file):  3173244 kB
Unevictable:      109304 kB
Mlocked:          109304 kB
SwapTotal:      67108860 kB
SwapFree:       67000008 kB
Dirty:              4192 kB
Writeback:             0 kB
AnonPages:        345408 kB
Mapped:            24372 kB
Shmem:             60328 kB
Slab:             317232 kB
SReclaimable:     287952 kB
SUnreclaim:        29280 kB
KernelStack:        3776 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2665540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23480 MiB
End job on node106 at 2019-09-26 17:24:38