Trace number 4394998

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 NameAnswerCPU timeWall clock time
PicatSAT 2019-09-12UNSAT 540.243 540.249

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-7_X2.xml
MD5SUM10ee2207fbf9262b8884f336b5729a19
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark159.215
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

68.98/69.07	c xcsp_picat version 2.7b12 (9/12/2019)
540.18/540.24	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394998-1568338613/watcher-4394998-1568338613 -o /tmp/evaluation-result-4394998-1568338613/solver-4394998-1568338613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580 xcsp_picat HOME/instance-4394998-1568338613.xml 

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

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


[startup+0.100513 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25807672/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2036952 memory=32416 CPUtime=0.1 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 2137 0 0 0 10 0 0 0 20 0 1 0 410129060 2085838848 8104 33554432000 4194304 5870510 140727603152880 140727603152248 5287596 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 509238 8104 872 410 0 504711 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2036952 KiB
Current children cumulated memory: 32416 KiB

[startup+0.209819 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25803296/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2036512 memory=36012 CPUtime=0.21 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 3735 0 0 0 21 0 0 0 20 0 1 0 410129060 2085388288 9003 33554432000 4194304 5870510 140727603152880 140727603151432 5282609 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 509128 9003 917 410 0 504601 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2036512 KiB
Current children cumulated memory: 36012 KiB

[startup+0.309682 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25802924/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2037540 memory=37044 CPUtime=0.31 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 3976 0 0 0 31 0 0 0 20 0 1 0 410129060 2086440960 9261 33554432000 4194304 5870510 140727603152880 140727603151432 5304472 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 509385 9261 937 410 0 504858 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2037540 KiB
Current children cumulated memory: 37044 KiB

[startup+0.700235 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25801684/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2041936 memory=39584 CPUtime=0.68 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 4639 0 0 0 68 0 0 0 20 0 1 0 410129060 2090942464 9896 33554432000 4194304 5870510 140727603152880 140727603151432 5282747 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 510484 9896 937 410 0 505957 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2041936 KiB
Current children cumulated memory: 39584 KiB

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25798708/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2046760 memory=45052 CPUtime=1.48 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 5446 0 0 0 148 0 0 0 20 0 1 0 410129060 2095882240 11263 33554432000 4194304 5870510 140727603152880 140727603151240 5262929 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 511690 11263 938 410 0 507163 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2046760 KiB
Current children cumulated memory: 45052 KiB

[startup+3.10961 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25790356/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2055032 memory=49736 CPUtime=3.1 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 9478 0 0 0 309 1 0 0 20 0 1 0 410129060 2104352768 12434 33554432000 4194304 5870510 140727603152880 140727603151240 5282515 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 513758 12434 938 410 0 509231 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2055032 KiB
Current children cumulated memory: 49736 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32509
/proc/meminfo: memFree=25772972/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2097620 memory=88136 CPUtime=6.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 12767 0 0 0 626 2 0 0 20 0 1 0 410129060 2147962880 22034 33554432000 4194304 5870510 140727603152880 140727603151320 5283032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 524405 22034 938 410 0 519878 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2097620 KiB
Current children cumulated memory: 88136 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32509
/proc/meminfo: memFree=25743700/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2097616 memory=97452 CPUtime=12.69 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 15450 0 0 0 1266 3 0 0 20 0 1 0 410129060 2147958784 24363 33554432000 4194304 5870510 140727603152880 140727603151320 5282295 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 524404 24363 938 410 0 519877 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2097616 KiB
Current children cumulated memory: 97452 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32511
/proc/meminfo: memFree=25743428/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2097616 memory=97452 CPUtime=25.48 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 20108 0 0 0 2545 3 0 0 20 0 1 0 410129060 2147958784 24363 33554432000 4194304 5870510 140727603152880 140727603151320 5283048 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 524404 24363 938 410 0 519877 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2097616 KiB
Current children cumulated memory: 97452 KiB

[startup+51.1096 s]
/proc/loadavg: 2.08 2.03 2.05 3/198 32512
/proc/meminfo: memFree=25743432/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2097616 memory=97452 CPUtime=51.09 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 22388 0 0 0 5106 3 0 0 20 0 1 0 410129060 2147958784 24363 33554432000 4194304 5870510 140727603152880 140727603151320 5272433 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 524404 24363 938 410 0 519877 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2097616 KiB
Current children cumulated memory: 97452 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 32517
/proc/meminfo: memFree=25727916/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2120740 memory=111792 CPUtime=102.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 27376 0 0 0 10224 4 0 0 20 0 1 0 410129060 2171637760 27948 33554432000 4194304 5870510 140727603152880 140727603151320 5294889 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530185 27948 938 410 0 525658 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2120740 KiB
Current children cumulated memory: 111792 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 32523
/proc/meminfo: memFree=25723268/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2120740 memory=115888 CPUtime=162.27 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 28029 0 0 0 16223 4 0 0 20 0 1 0 410129060 2171637760 28972 33554432000 4194304 5870510 140727603152880 140727603151320 5272427 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530185 28972 938 410 0 525658 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2120740 KiB
Current children cumulated memory: 115888 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32527
/proc/meminfo: memFree=25717844/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2121592 memory=121352 CPUtime=222.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 31107 0 0 0 22223 5 0 0 20 0 1 0 410129060 2172510208 30338 33554432000 4194304 5870510 140727603152880 140727603151448 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530398 30338 938 410 0 525871 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2121592 KiB
Current children cumulated memory: 121352 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32539
/proc/meminfo: memFree=25716720/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2121592 memory=121424 CPUtime=282.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 31202 0 0 0 28223 5 0 0 20 0 1 0 410129060 2172510208 30356 33554432000 4194304 5870510 140727603152880 140727603151448 5278096 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530398 30356 938 410 0 525871 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2121592 KiB
Current children cumulated memory: 121424 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 32545
/proc/meminfo: memFree=25717160/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2121592 memory=121424 CPUtime=342.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 34277 0 0 0 34223 5 0 0 20 0 1 0 410129060 2172510208 30356 33554432000 4194304 5870510 140727603152880 140727603151448 5283138 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530398 30356 938 410 0 525871 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2121592 KiB
Current children cumulated memory: 121424 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32549
/proc/meminfo: memFree=25717864/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2121592 memory=121424 CPUtime=402.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 34386 0 0 0 40223 5 0 0 20 0 1 0 410129060 2172510208 30356 33554432000 4194304 5870510 140727603152880 140727603151448 5258571 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 530398 30356 938 410 0 525871 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2121592 KiB
Current children cumulated memory: 121424 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32553
/proc/meminfo: memFree=25705320/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2140248 memory=134320 CPUtime=462.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 36569 0 0 0 46223 5 0 0 20 0 1 0 410129060 2191613952 33580 33554432000 4194304 5870510 140727603152880 140727603151320 5272939 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 535062 33580 938 410 0 530535 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2140248 KiB
Current children cumulated memory: 134320 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 32559
/proc/meminfo: memFree=25703956/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2140248 memory=134320 CPUtime=522.28 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37371 0 0 0 52223 5 0 0 20 0 1 0 410129060 2191613952 33580 33554432000 4194304 5870510 140727603152880 140727603151320 5272512 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 535062 33580 938 410 0 530535 0
Current children cumulated CPU time: 522.28 s
Current children cumulated vsize: 2140248 KiB
Current children cumulated memory: 134320 KiB

[startup+540.249 s]
# the end of solver process 32508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=540.181 s, system=0.061999 s

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

[startup+524.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 32559
/proc/meminfo: memFree=25703956/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2140248 memory=134320 CPUtime=524.78 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37371 0 0 0 52473 5 0 0 20 0 1 0 410129060 2191613952 33580 33554432000 4194304 5870510 140727603152880 140727603151320 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 535062 33580 938 410 0 530535 0
Current children cumulated CPU time: 524.78 s
Current children cumulated vsize: 2140248 KiB
Current children cumulated memory: 134320 KiB

[startup+531.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32559
/proc/meminfo: memFree=25700060/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=531.18 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37375 0 0 0 53113 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5272433 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 531.18 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

[startup+534.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32559
/proc/meminfo: memFree=25700192/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=534.38 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37375 0 0 0 53433 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5304114 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 534.38 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

[startup+537.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32559
/proc/meminfo: memFree=25700192/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=537.58 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37375 0 0 0 53753 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 537.58 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

[startup+539.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 32559
/proc/meminfo: memFree=25700192/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=539.18 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37377 0 0 0 53913 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5262793 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 539.18 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

[startup+540 s]*
/proc/loadavg: 2.08 2.03 2.05 3/199 32559
/proc/meminfo: memFree=25700192/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=539.99 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37377 0 0 0 53994 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5262692 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 539.99 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

[startup+540.2 s]
/proc/loadavg: 2.08 2.03 2.05 3/199 32559
/proc/meminfo: memFree=25700192/32770624 swapFree=67004752/67108860
[pid=32508] ppid=32505 vsize=2152456 memory=138416 CPUtime=540.18 cores=0,2,4,6
/proc/32508/stat : 32508 (xcsp_picat) R 32505 32508 28785 0 -1 4202496 37377 0 0 0 54013 5 0 0 20 0 1 0 410129060 2204114944 34604 33554432000 4194304 5870510 140727603152880 140727603151320 5283064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39579648 140727603155999 140727603156077 140727603156077 140727603158986 0
/proc/32508/statm: 538114 34604 938 410 0 533587 0
Current children cumulated CPU time: 540.18 s
Current children cumulated vsize: 2152456 KiB
Current children cumulated memory: 138416 KiB

Child status: 0
Real time (s): 540.249
CPU time (s): 540.243
CPU user time (s): 540.181
CPU system time (s): 0.061999
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 2152456
Max. memory (cumulated for all children) (KiB): 138416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.181
system time used= 0.061999
maximum resident set size= 138448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37439
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= 4
involuntary context switches= 237


# summary of solver processes directly reported to runsolver:
#   pid: 32508
#   total CPU time (s): 540.243
#   total CPU user time (s): 540.181
#   total CPU system time (s): 0.061999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.91654 second user time and 4.20306 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 03:36:15
IDJOB=4394998
IDBENCH=134588
IDSOLVER=2844
FILE ID=node126/4394998-1568338613
RUNJOBID= node126-1568323917-28816
PBS_JOBID= 21701150
Free space on /tmp= 55384 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-7_X2.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394998-1568338613/watcher-4394998-1568338613 -o /tmp/evaluation-result-4394998-1568338613/solver-4394998-1568338613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580  xcsp_picat HOME/instance-4394998-1568338613.xml

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

MD5SUM BENCH= 10ee2207fbf9262b8884f336b5729a19
RANDOM SEED=2021032778

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25835900 kB
MemAvailable:   29052780 kB
Buffers:          137152 kB
Cached:          3321140 kB
SwapCached:         2860 kB
Active:          4643292 kB
Inactive:        1621144 kB
Active(anon):    2804616 kB
Inactive(anon):    43288 kB
Active(file):    1838676 kB
Inactive(file):  1577856 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              3052 kB
Writeback:             0 kB
AnonPages:       2913464 kB
Mapped:            46128 kB
Shmem:             32816 kB
Slab:             258288 kB
SReclaimable:     228808 kB
SUnreclaim:        29480 kB
KernelStack:        3488 kB
PageTables:        10692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5714576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2590720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55380 MiB
End job on node126 at 2019-09-13 03:45:15